MCPcopy Create free account
hub / github.com/Derious/cuMPC / compute

Method compute

dependence/eigen-3.4.0/Eigen/src/SparseLU/SparseLU.h:182–188  ·  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

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

Callers 6

runMethod · 0.45
runMethod · 0.45
runMethod · 0.45
runMethod · 0.45
runMethod · 0.45
runMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected