MCPcopy Create free account
hub / github.com/colmap/colmap / AnalyzePattern

Method AnalyzePattern

src/colmap/optim/sparse_cholesky.cc:36–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34namespace colmap {
35
36void SparseCholeskyWithFallbackSolver::AnalyzePattern(
37 const Eigen::SparseMatrix<double>& A) {
38 supernodal_.analyzePattern(A);
39 // LDLT pattern is analyzed lazily on first fallback, since the common case
40 // never needs it.
41}
42
43bool SparseCholeskyWithFallbackSolver::Factorize(
44 const Eigen::SparseMatrix<double>& A) {

Callers 2

SolveIRLSMethod · 0.80
TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64