|
| size_t | rank (const DMatZZpFFPACK &A) |
| void | determinant (const DMatZZpFFPACK &A, ZZpFFPACK::ElementType &result_det) |
| M2_arrayintOrNull | rankProfile (const DMatZZpFFPACK &A, bool row_profile) |
| void | rankProfile (const DMatZZpFFPACK &A, bool row_profile, std::vector< size_t > &result_profile) |
| bool | solveLinear (const DMatZZpFFPACK &A, const DMatZZpFFPACK &B, DMatZZpFFPACK &X) |
| bool | inverse (const DMatZZpFFPACK &A, DMatZZpFFPACK &result_inv) |
| size_t | nullSpace (const DMatZZpFFPACK &A, DMatZZpFFPACK &result_nullspace) |
| bool | solveLinear (const DMatZZpFFPACK &A, const DMatZZpFFPACK &B, bool right_side, DMatZZpFFPACK &X, bool declare_A_is_invertible) |