Searched refs:ToCRSMatrix (Results 1 – 4 of 4) sorted by relevance
183 TEST_F(CompressedRowSparseMatrixTest, ToCRSMatrix) { in TEST_F() argument185 crsm->ToCRSMatrix(&crs_matrix); in TEST_F()
111 void ToCRSMatrix(CRSMatrix* matrix) const;
140 jacobian->ToCRSMatrix(output_jacobian); in Evaluate()
340 void CompressedRowSparseMatrix::ToCRSMatrix(CRSMatrix* matrix) const { in ToCRSMatrix() function in ceres::internal::CompressedRowSparseMatrix