MCPcopy Create free account
hub / github.com/PX4/eigen / rows

Method rows

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

Source from the content-addressed store, hash-verified

130 }
131
132 inline Index rows() const { return m_mat.rows(); }
133 inline Index cols() const { return m_mat.cols(); }
134 /** Indicate that the pattern of the input matrix is symmetric */
135 void isSymmetric(bool sym)

Callers 7

runMethod · 0.45
_solve_implMethod · 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