NUMCXX
0.13.20181108
Numerical library for small projects and teaching purposes
|
Inline methods for numcxx::TSolverLapackLU.
Definition in file tsolver-lapacklu.ixx.
Go to the source code of this file.
Namespaces | |
numcxx | |
Numcxx template library. | |
Functions | |
void | numcxx::sgetrf_ (int *n, int *m, float *a, int *lda, int *ipiv, int *info) |
void | numcxx::sgetrs_ (char *trans, int *n, const int *nrhs, float *a, int *lda, int *ipiv, float *b, int *ldb, int *info) |
void | numcxx::sgetri_ (int *n, float *a, int *lda, int *ipiv, float *work, int *lwork, int *info) |
void | numcxx::dgetrf_ (int *n, int *m, double *a, int *lda, int *ipiv, int *info) |
void | numcxx::dgetrs_ (char *trans, int *n, const int *nrhs, double *a, int *lda, int *ipiv, double *b, int *ldb, int *info) |
void | numcxx::dgetri_ (int *n, double *a, int *lda, int *ipiv, double *work, int *lwork, int *info) |