| 57 | RowMatrix::value_type UdUfactor_variant1 (RowMatrix& M, std::size_t n); |
| 58 | RowMatrix::value_type UdUfactor_variant2 (RowMatrix& M, std::size_t n); |
| 59 | inline RowMatrix::value_type UdUfactor (RowMatrix& M, std::size_t n) |
| 60 | { return UdUfactor_variant2(M,n); |
| 61 | } |
| 62 | LTriMatrix::value_type LdLfactor (LTriMatrix& M, std::size_t n); |
| 63 | UTriMatrix::value_type UCfactor (UTriMatrix& M, std::size_t n); |
| 64 |
nothing calls this directly
no test coverage detected