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

Method cols

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

Source from the content-addressed store, hash-verified

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)
236 {

Callers 15

absDeterminantMethod · 0.95
logAbsDeterminantMethod · 0.95
signDeterminantMethod · 0.95
determinantMethod · 0.95
tiny_setupFunction · 0.45
tiny_set_x_refFunction · 0.45
tiny_set_u_refFunction · 0.45
format_matricesFunction · 0.45
crossMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected