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

Method cols

ibtk/contrib/eigen/Eigen/src/SparseLU/SparseLU.h:230–230  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

228
229 inline Index rows() const { return m_mat.rows(); }
230 inline Index cols() const { return m_mat.cols(); }
231 /** Indicate that the pattern of the input matrix is symmetric */
232 void isSymmetric(bool sym)
233 {

Callers 15

absDeterminantMethod · 0.95
logAbsDeterminantMethod · 0.95
signDeterminantMethod · 0.95
determinantMethod · 0.95
runMethod · 0.45
_solve_implMethod · 0.45
colsMethod · 0.45
_solve_implMethod · 0.45
analyzePatternMethod · 0.45
factorizeMethod · 0.45
colsMethod · 0.45
colsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected