Go to the source code of this file.
Functions | |
| void | dgetrs_ (const char *trans, const int *N, const int *NRHS, const double *A, const int *lda, const int *iPiv, double *B, const int *ldb, int *info) |
| void | dgetrf_ (const int *M, const int *N, double *A, const int *lda, const int *iPiv, int *info) |
| static Time & | jacobianInversionTimer () |
| static Time & | jacobianFactoringTimer () |
| void dgetrf_ | ( | const int * | M, | |
| const int * | N, | |||
| double * | A, | |||
| const int * | lda, | |||
| const int * | iPiv, | |||
| int * | info | |||
| ) |
| void dgetrs_ | ( | const char * | trans, | |
| const int * | N, | |||
| const int * | NRHS, | |||
| const double * | A, | |||
| const int * | lda, | |||
| const int * | iPiv, | |||
| double * | B, | |||
| const int * | ldb, | |||
| int * | info | |||
| ) |
| static Time& jacobianFactoringTimer | ( | ) | [static] |
Definition at line 64 of file SundanceCellJacobianBatch.cpp.
Referenced by Sundance::CellJacobianBatch::factor().
| static Time& jacobianInversionTimer | ( | ) | [static] |
Definition at line 57 of file SundanceCellJacobianBatch.cpp.
Referenced by Sundance::CellJacobianBatch::computeInverses().