MCPcopy Create free account
hub / github.com/IBAMR/IBAMR / outerSize

Method outerSize

ibtk/contrib/eigen/Eigen/src/SparseCore/SparseMatrix.h:145–145  ·  view source on GitHub ↗

\returns the number of columns (resp. rows) of the matrix if the storage order column major (resp. row major) */

Source from the content-addressed store, hash-verified

143 inline Index innerSize() const { return m_innerSize; }
144 /** \returns the number of columns (resp. rows) of the matrix if the storage order column major (resp. row major) */
145 inline Index outerSize() const { return m_outerSize; }
146
147 /** \returns a const pointer to the array of values.
148 * This function is aimed at interoperability with other libraries.

Callers 3

SparseMatrixClass · 0.45
set_from_tripletsFunction · 0.45
SparseMatrix.hFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected