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

Function rows

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

\returns the number of rows. \sa cols() */

Source from the content-addressed store, hash-verified

161
162 /** \returns the number of rows. \sa cols() */
163 inline Index rows() const { return derived().rows(); }
164 /** \returns the number of columns. \sa rows() */
165 inline Index cols() const { return derived().cols(); }
166 /** \returns the number of coefficients, which is \a rows()*cols().

Callers 10

SparseSelfAdjointViewMethod · 0.70
sizeFunction · 0.70
isVectorFunction · 0.70
innerVectorsMethod · 0.70
coeffMethod · 0.70
SparseMatrixClass · 0.70
setIdentityMethod · 0.70
SparseMatrix.hFile · 0.70
sumMethod · 0.70
_solve_implMethod · 0.50

Calls 1

rowsMethod · 0.45

Tested by

no test coverage detected