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

Method valuePtr

include/Eigen/src/SparseCore/SparseMatrix.h:171–171  ·  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

169 * This function is aimed at interoperability with other libraries.
170 * \sa innerIndexPtr(), outerIndexPtr() */
171 inline const Scalar* valuePtr() const { return m_data.valuePtr(); }
172 /** \returns a non-const pointer to the array of values.
173 * This function is aimed at interoperability with other libraries.
174 * \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

Calls

no outgoing calls

Tested by

no test coverage detected