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

Method analyze_pattern

tools/SparseSolver/SparseSolver.h:42–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40 }
41
42 virtual void analyze_pattern(const ZSparseMatrix& matrix) {
43 throw NotImplementedError(
44 "SparseSolver::analyze_pattern is not implemented");
45 }
46
47 virtual void factorize(const ZSparseMatrix& matrix) {
48 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