MCPcopy Create free account
hub / github.com/TheRealMJP/BakingLab / rows

Method rows

Externals/eigen/Eigen/src/SparseLU/SparseLU.h:120–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118 }
119
120 inline Index rows() const { return m_mat.rows(); }
121 inline Index cols() const { return m_mat.cols(); }
122 /** Indicate that the pattern of the input matrix is symmetric */
123 void isSymmetric(bool sym)

Callers 8

runMethod · 0.45
solveMethod · 0.45
_solveMethod · 0.45
factorizeMethod · 0.45
rowsMethod · 0.45
rowsMethod · 0.45
solveInPlaceMethod · 0.45
panel_bmodMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected