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

Method valuePtr

cpp/src/external/eigen/src/SparseCore/SparseMatrix.h:143–143  ·  view source on GitHub ↗

\returns a const pointer to the array of values. * This function is aimed at interoperability with other libraries. * \sa innerIndexPtr(), outerIndexPtr() */

Source from the content-addressed store, hash-verified

141 * This function is aimed at interoperability with other libraries.
142 * \sa innerIndexPtr(), outerIndexPtr() */
143 inline const Scalar* valuePtr() const { return &m_data.value(0); }
144 /** \returns a non-const pointer to the array of values.
145 * This function is aimed at interoperability with other libraries.
146 * \sa innerIndexPtr(), outerIndexPtr() */

Callers 15

analyzePattern_implMethod · 0.45
factorize_implMethod · 0.45
extractDataMethod · 0.45
_solve_implMethod · 0.45
analyzePatternMethod · 0.45
factorizeMethod · 0.45
MapMethod · 0.45
runMethod · 0.45
extractDataMethod · 0.45
determinantMethod · 0.45
factorizeMethod · 0.45
factorize_preorderedMethod · 0.45

Calls 1

valueMethod · 0.45

Tested by

no test coverage detected