ESSL |  | ESSL (The Engineering and Scientific Subroutine Library) is a set of high-performance mathematical subroutines including Linear Algebra Subprograms, Matrix Operations, Linear Algebraic Equations, Eigensystem Analysis, Fourier Transforms, Convulations and Correlations and Related Computations, Sorting and Searching, Interpolation, Numerical Quadrature, Differential Equations, Random Number Generation. ESSL can be used with Fortran, C, C++, and PL/I. you can run this program on rorqual, beluga and narwhal servers. Syntax for Fortran,C,C++,PL/I statements are: Fortran : CALL FUNCTION_NAME(arg1,arg2,......) C and C++ : function_name(arg1,arg2,...........) PL/I : CALL FUNCTION_NAME(arg1,arg2,......) Please contact swadmin metu.edu.tr for your questions about Essl.
|