Searched refs:matrix_ (Results 1 – 5 of 5) sorted by relevance
50 : matrix_(matrix), in PartitionedMatrixView()52 const CompressedRowBlockStructure* bs = matrix_.block_structure(); in PartitionedMatrixView()83 CHECK_EQ(num_cols_e_ + num_cols_f_, matrix_.num_cols()); in PartitionedMatrixView()100 const CompressedRowBlockStructure* bs = matrix_.block_structure(); in RightMultiplyE()104 const double* values = matrix_.values(); in RightMultiplyE()123 const CompressedRowBlockStructure* bs = matrix_.block_structure(); in RightMultiplyF()130 const double* values = matrix_.values(); in RightMultiplyF()166 const CompressedRowBlockStructure* bs = matrix_.block_structure(); in LeftMultiplyE()170 const double* values = matrix_.values(); in LeftMultiplyE()189 const CompressedRowBlockStructure* bs = matrix_.block_structure(); in LeftMultiplyF()[all …]
52 : matrix_(CHECK_NOTNULL(matrix)) { in SparseMatrixPreconditionerWrapper()65 matrix_->RightMultiply(x, y); in RightMultiply()69 return matrix_->num_rows(); in num_rows()
134 virtual int num_rows() const { return matrix_.num_rows(); } in num_rows()135 virtual int num_cols() const { return matrix_.num_cols(); } in num_cols()141 const BlockSparseMatrix& matrix_; variable
282 matrix_.reset(new CompressedRowSparseMatrix(4, 4, 7)); in SetUp()283 int* rows = matrix_->mutable_rows(); in SetUp()284 int* cols = matrix_->mutable_cols(); in SetUp()285 double* values = matrix_->mutable_values(); in SetUp()312 scoped_ptr<CompressedRowSparseMatrix> matrix_; member in ceres::internal::SolveLowerTriangularTest318 matrix_->SolveLowerTriangularInPlace(rhs_and_solution); in TEST_F()328 matrix_->SolveLowerTriangularTransposeInPlace(rhs_and_solution); in TEST_F()
171 const SparseMatrix* matrix_; variable