MCPcopy Create free account
hub / github.com/PyMesh/PyMesh / factorize

Method factorize

tools/SparseSolver/SparseSolver.h:47–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45 }
46
47 virtual void factorize(const ZSparseMatrix& matrix) {
48 throw NotImplementedError(
49 "SparseSolver::facetorize is not implemented");
50 }
51
52 virtual MatrixF solve(const MatrixF& rhs) {
53 throw NotImplementedError(

Callers 3

test_identityMethod · 0.45
solve_diagonal_systemMethod · 0.45
solve_dense_systemMethod · 0.45

Calls 1

NotImplementedErrorClass · 0.85

Tested by 3

test_identityMethod · 0.36
solve_diagonal_systemMethod · 0.36
solve_dense_systemMethod · 0.36