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

Method compute

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

* Compute the symbolic and numeric factorization of the input sparse matrix. * The input matrix should be in column-major storage. */

Source from the content-addressed store, hash-verified

183 * The input matrix should be in column-major storage.
184 */
185 void compute (const MatrixType& matrix)
186 {
187 // Analyze
188 analyzePattern(matrix);
189 //Factorize
190 factorize(matrix);
191 }
192
193 /** \returns an expression of the transposed of the factored matrix.
194 *

Callers 8

runMethod · 0.45
runMethod · 0.45
runMethod · 0.45
runMethod · 0.45
runMethod · 0.45
runMethod · 0.45
BDCSVD.hFile · 0.45
computeBaseCaseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected