MCPcopy Create free account
hub / github.com/TinyMPC/TinyMPC / rows

Method rows

include/Eigen/Eigen/src/SparseLU/SparseLU.h:232–232  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 15

rowsMethod · 0.45
_solve_implMethod · 0.45
factorizeMethod · 0.45
rowsMethod · 0.45
rowsMethod · 0.45
allocateMethod · 0.45
runMethod · 0.45
allocateMethod · 0.45
runMethod · 0.45
allocateMethod · 0.45
runMethod · 0.45
allocateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected