HomeSort by relevance Sort by last modified time
    Searched refs:AddDiagonalAndInvert (Results 1 - 2 of 2) sorted by null

  /external/ceres-solver/internal/ceres/
implicit_schur_complement.h 143 void AddDiagonalAndInvert(const double* D, BlockSparseMatrix* matrix);
implicit_schur_complement.cc 93 AddDiagonalAndInvert(D_, block_diagonal_EtE_inverse_.get());
95 AddDiagonalAndInvert((D_ == NULL) ? NULL : D_ + A_->num_cols_e(),
145 void ImplicitSchurComplement::AddDiagonalAndInvert(

Completed in 131 milliseconds