MCPcopy Create free account
hub / github.com/TinyMPC/TinyMPC / info

Method info

include/Eigen/Eigen/src/SparseLU/SparseLU.h:302–306  ·  view source on GitHub ↗

\brief Reports whether previous computation was successful. * * \returns \c Success if computation was successful, * \c NumericalIssue if the LU factorization reports a problem, zero diagonal for instance * \c InvalidInput if the input matrix is invalid * * \sa iparm() */

Source from the content-addressed store, hash-verified

300 * \sa iparm()
301 */
302 ComputationInfo info() const
303 {
304 eigen_assert(m_isInitialized && "Decomposition is not initialized.");
305 return m_info;
306 }
307
308 /**
309 * \returns A string describing the type of error

Callers 3

_solve_implMethod · 0.45
BDCSVD.hFile · 0.45
computeBaseCaseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected