MCPcopy Create free account
hub / github.com/ErrorAtLine0/infinipaint / info

Method info

include/Eigen/src/SparseLU/SparseLU.h:326–329  ·  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 * * You can get a readable error message with lastErrorMessage(). * * \sa lastErrorMessage() */

Source from the content-addressed store, hash-verified

324 * \sa lastErrorMessage()
325 */
326 ComputationInfo info() const {
327 eigen_assert(m_isInitialized && "Decomposition is not initialized.");
328 return m_info;
329 }
330
331 /** \brief Give a human readable error
332 *

Callers 3

_solve_implMethod · 0.45
BDCSVD.hFile · 0.45
computeBaseCaseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected