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

  /external/ceres-solver/internal/ceres/
partitioned_matrix_view.h 62 class PartitionedMatrixViewBase {
64 virtual ~PartitionedMatrixViewBase() {}
108 static PartitionedMatrixViewBase* Create(const LinearSolver::Options& options,
115 class PartitionedMatrixView : public PartitionedMatrixViewBase {
implicit_schur_complement.h 148 scoped_ptr<PartitionedMatrixViewBase> A_;
partitioned_matrix_view.cc 50 PartitionedMatrixViewBase*
51 PartitionedMatrixViewBase::Create(const LinearSolver::Options& options,
partitioned_matrix_view_test.cc 63 pmv_.reset(PartitionedMatrixViewBase::Create(
72 scoped_ptr<PartitionedMatrixViewBase> pmv_;
implicit_schur_complement.cc 61 A_.reset(PartitionedMatrixViewBase::Create(options_, A));

Completed in 92 milliseconds