Home
last modified time | relevance | path

Searched defs:TripletSparseMatrix (Results 1 – 9 of 9) sorted by relevance

/external/ceres-solver/internal/ceres/
Dtriplet_sparse_matrix_test.cc39 TEST(TripletSparseMatrix, DefaultConstructorReturnsEmptyObject) { in TEST() argument
47 TEST(TripletSparseMatrix, SimpleConstructorAndBasicOperations) { in TEST() argument
101 TEST(TripletSparseMatrix, CopyConstructor) { in TEST() argument
129 TEST(TripletSparseMatrix, AssignmentOperator) { in TEST() argument
175 TEST(TripletSparseMatrix, AppendRows) { in TEST() argument
228 TEST(TripletSparseMatrix, AppendCols) { in TEST() argument
281 TEST(TripletSparseMatrix, CreateDiagonalMatrix) { in TEST() argument
298 TEST(TripletSparseMatrix, Resize) { in TEST() argument
Dsolver_impl.h49 class TripletSparseMatrix; variable
Dtriplet_sparse_matrix.cc44 TripletSparseMatrix::TripletSparseMatrix() in TripletSparseMatrix() function in ceres::internal::TripletSparseMatrix
55 TripletSparseMatrix::TripletSparseMatrix(int num_rows, in TripletSparseMatrix() function in ceres::internal::TripletSparseMatrix
72 TripletSparseMatrix::TripletSparseMatrix(const TripletSparseMatrix& orig) in TripletSparseMatrix() function in ceres::internal::TripletSparseMatrix
Ddense_sparse_matrix.h45 class TripletSparseMatrix; variable
Dcxsparse.h46 class TripletSparseMatrix; variable
Dprogram.h45 class TripletSparseMatrix; variable
Dblock_sparse_matrix.h46 class TripletSparseMatrix; variable
Dcompressed_row_sparse_matrix.h47 class TripletSparseMatrix; variable
Dsuitesparse.h77 class TripletSparseMatrix; variable