* \returns A string describing the type of error */
| 209 | * \returns A string describing the type of error |
| 210 | */ |
| 211 | std::string lastErrorMessage() const |
| 212 | { |
| 213 | return m_lastError; |
| 214 | } |
| 215 | |
| 216 | template<typename Rhs, typename Dest> |
| 217 | bool _solve_impl(const MatrixBase<Rhs> &B, MatrixBase<Dest> &X_base) const |
nothing calls this directly
no outgoing calls
no test coverage detected