| 
    EIRAM
    
   atomic and molecular data in form of polynomial fits 
   | 
 
Go to the source code of this file.
Functions/Subroutines | |
| subroutine | mexfunction (nlhs, plhs, nrhs, prhs) | 
| Matlab interface for EIRAM.  More... | |
| subroutine mexfunction | ( | integer | nlhs, | 
| dimension(*) | plhs, | ||
| integer | nrhs, | ||
| dimension(*) | prhs | ||
| ) | 
Matlab interface for EIRAM.
clear myMexFun or clear mex is called.| nlhs | Number of vectors in the output (left hand side) | 
| nrhs | Number of vectors in the input (right hand side) | 
Output (left hand side) vectors
Input (right hand side) vectors
Definition at line 37 of file eiram_matlab.F.
References eiram::eiram_deallocate(), eiram::eiram_file_name_length, eiram::eiram_index_length, eiram::eiram_load(), eiram_matlab_calc1(), eiram_matlab_calc2(), eiram::eiram_type_length, and eiram::eiram_unit.

 1.8.9.1