MCPcopy Create free account
hub / github.com/dblalock/bolt / lastErrorMessage

Method lastErrorMessage

cpp/src/external/eigen/src/SparseLU/SparseLU.h:211–214  ·  view source on GitHub ↗

* \returns A string describing the type of error */

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected