Functions/Subroutines | |
int | PLASMA_sgelqf (int M, int N, float *A, int LDA, float *T) |
int | PLASMA_sgelqs (int M, int N, int NRHS, float *A, int LDA, float *T, float *B, int LDB) |
int | PLASMA_sgels (PLASMA_enum trans, int M, int N, int NRHS, float *A, int LDA, float *T, float *B, int LDB) |
int | PLASMA_sgemm (PLASMA_enum transA, PLASMA_enum transB, int M, int N, int K, float alpha, float *A, int LDA, float *B, int LDB, float beta, float *C, int LDC) |
int | PLASMA_sgeqrf (int M, int N, float *A, int LDA, float *T) |
int | PLASMA_sgeqrs (int M, int N, int NRHS, float *A, int LDA, float *T, float *B, int LDB) |
int | PLASMA_sgesv (int N, int NRHS, float *A, int LDA, float *L, int *IPIV, float *B, int LDB) |
int | PLASMA_sgetrf (int M, int N, float *A, int LDA, float *L, int *IPIV) |
int | PLASMA_sgetrs (PLASMA_enum trans, int N, int NRHS, float *A, int LDA, float *L, int *IPIV, float *B, int LDB) |
float | PLASMA_slange (PLASMA_enum norm, int M, int N, float *A, int LDA, float *work) |
float | PLASMA_slansy (PLASMA_enum norm, PLASMA_enum uplo, int N, float *A, int LDA, float *work) |
int | PLASMA_slauum (PLASMA_enum uplo, int N, float *A, int LDA) |
int | PLASMA_sorglq (int M, int N, int K, float *A, int LDA, float *T, float *B, int LDB) |
int | PLASMA_sorgqr (int M, int N, int K, float *A, int LDA, float *T, float *Q, int LDQ) |
int | PLASMA_sormlq (PLASMA_enum side, PLASMA_enum trans, int M, int N, int K, float *A, int LDA, float *T, float *B, int LDB) |
int | PLASMA_sormqr (PLASMA_enum side, PLASMA_enum trans, int M, int N, int K, float *A, int LDA, float *T, float *B, int LDB) |
int | PLASMA_splgsy (float bump, int N, float *A, int LDA, unsigned long long int seed) |
int | PLASMA_splrnt (int M, int N, float *A, int LDA, unsigned long long int seed) |
int | PLASMA_sposv (PLASMA_enum uplo, int N, int NRHS, float *A, int LDA, float *B, int LDB) |
int | PLASMA_spotrf (PLASMA_enum uplo, int N, float *A, int LDA) |
int | PLASMA_spotri (PLASMA_enum uplo, int N, float *A, int LDA) |
int | PLASMA_spotrs (PLASMA_enum uplo, int N, int NRHS, float *A, int LDA, float *B, int LDB) |
int | PLASMA_ssymm (PLASMA_enum side, PLASMA_enum uplo, int M, int N, float alpha, float *A, int LDA, float *B, int LDB, float beta, float *C, int LDC) |
int | PLASMA_ssyr2k (PLASMA_enum uplo, PLASMA_enum trans, int N, int K, float alpha, float *A, int LDA, float *B, int LDB, float beta, float *C, int LDC) |
int | PLASMA_ssyrk (PLASMA_enum uplo, PLASMA_enum trans, int N, int K, float alpha, float *A, int LDA, float beta, float *C, int LDC) |
int | PLASMA_strmm (PLASMA_enum side, PLASMA_enum uplo, PLASMA_enum transA, PLASMA_enum diag, int N, int NRHS, float alpha, float *A, int LDA, float *B, int LDB) |
int | PLASMA_strsm (PLASMA_enum side, PLASMA_enum uplo, PLASMA_enum transA, PLASMA_enum diag, int N, int NRHS, float alpha, float *A, int LDA, float *B, int LDB) |
int | PLASMA_strsmpl (int N, int NRHS, float *A, int LDA, float *L, int *IPIV, float *B, int LDB) |
int | PLASMA_strtri (PLASMA_enum uplo, PLASMA_enum diag, int N, float *A, int LDA) |
int | PLASMA_sLapack_to_Tile (float *Af77, int LDA, PLASMA_desc *A) |
int | PLASMA_sTile_to_Lapack (PLASMA_desc *A, float *Af77, int LDA) |
This is the group of single real functions using the simple user interface.