Octopus
|
This module contains interfaces for BLAS routines You should not use these routines directly. Please use the lalg_XXXX. More...
This module contains interfaces for BLAS routines You should not use these routines directly. Please use the lalg_XXXX.
Data Types | |
interface | blas_axpy |
--------------— axpy ---------------— Constant times a vector plus a vector. More... | |
interface | blas_copy |
--------------— copy ---------------— Copies a vector, x, to a vector, y. More... | |
interface | blas_dot |
--------------— dot ---------------— Forms the dot product of two vectors. More... | |
interface | blas_dotu |
interface | blas_gemm |
--------------— gemm ---------------— performs one of the matrix-matrix operations More... | |
interface | blas_gemv |
--------------— gemv ---------------— SGEMV performs one of the matrix-vector operations More... | |
interface | blas_herk |
--------------— syrk, herk ---------------— performs one of the symmetric rank k operations More... | |
interface | blas_nrm2 |
--------------— nrm2 ---------------— Returns the euclidean norm of a vector via the function name, so that More... | |
interface | blas_scal |
--------------— scal ---------------— Scales a vector by a constant. More... | |
interface | blas_swap |
--------------— swap ---------------— Interchanges two vectors. More... | |
interface | blas_symm |
--------------— symm, hemm ---------------— performs one of the matrix-matrix operations More... | |
interface | blas_symv |
--------------— symv ---------------— performs the matrix-vector operation More... | |
interface | blas_trmm |
--------------— trmm ---------------— Performs one of the matrix-matrix operations More... | |
interface | blas_trsm |
--------------------—trsm----------------------— Solves one of the matrix equations More... | |