Searched refs:InitStorage (Results 1 - 4 of 4) sorted by relevance

/external/ceres-solver/internal/ceres/
H A Dschur_complement_solver.h134 virtual void InitStorage(const CompressedRowBlockStructure* bs) = 0;
155 virtual void InitStorage(const CompressedRowBlockStructure* bs);
169 virtual void InitStorage(const CompressedRowBlockStructure* bs);
H A Dvisibility_based_preconditioner.h149 void InitStorage(const CompressedRowBlockStructure& bs);
H A Dschur_complement_solver.cc68 InitStorage(A->block_structure());
98 void DenseSchurComplementSolver::InitStorage( function in class:ceres::internal::DenseSchurComplementSolver
182 void SparseSchurComplementSolver::InitStorage( function in class:ceres::internal::SparseSchurComplementSolver
H A Dvisibility_based_preconditioner.cc106 InitStorage(bs);
178 void VisibilityBasedPreconditioner::InitStorage( function in class:ceres::internal::VisibilityBasedPreconditioner

Completed in 86 milliseconds