MCPcopy Create free account
hub / github.com/HiLab-git/SimpleCRF / Map

Function Map

dependency/densecrf3d/include/Eigen/src/SparseCore/SparseMap.h:245–248  ·  view source on GitHub ↗

Constructs a read-write Map to a sparse matrix of size \a rows x \a cols, containing \a nnz non-zero coefficients, * stored as a sparse format as defined by the pointers \a outerIndexPtr, \a innerIndexPtr, and \a valuePtr. * If the optional parameter \a innerNonZerosPtr is the null pointer, then a standard compressed format is assumed. * * This constructor is available only

Source from the content-addressed store, hash-verified

243 * More details on the expected storage schemes are given in the \ref TutorialSparse "manual pages".
244 */
245 inline Map(Index rows, Index cols, Index nnz, StorageIndex* outerIndexPtr,
246 StorageIndex* innerIndexPtr, Scalar* valuePtr, StorageIndex* innerNonZerosPtr = 0)
247 : Base(rows, cols, nnz, outerIndexPtr, innerIndexPtr, valuePtr, innerNonZerosPtr)
248 {}
249#ifndef EIGEN_PARSED_BY_DOXYGEN
250 /** Empty destructor */
251 inline ~Map() {}

Callers 7

coeffsMethod · 0.70
sumMethod · 0.70
asSluMatrixFunction · 0.50
_solve_implMethod · 0.50
analyzePatternMethod · 0.50
evalToMethod · 0.50
factorizeMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected