Searched defs:CompressedRowSparseMatrix (Results 1 - 2 of 2) sorted by relevance

/external/ceres-solver/internal/ceres/
H A Dcompressed_row_sparse_matrix.h49 class CompressedRowSparseMatrix : public SparseMatrix { class in namespace:ceres::internal
57 explicit CompressedRowSparseMatrix(const TripletSparseMatrix& m);
70 CompressedRowSparseMatrix(int num_rows,
76 CompressedRowSparseMatrix(const double* diagonal, int num_rows);
78 virtual ~CompressedRowSparseMatrix();
101 void AppendRows(const CompressedRowSparseMatrix& m);
128 CompressedRowSparseMatrix* Transpose() const;
130 static CompressedRowSparseMatrix* CreateBlockDiagonalMatrix(
135 // and create a CompressedRowSparseMatrix corresponding to it.
148 static CompressedRowSparseMatrix* CreateOuterProductMatrixAndProgra
[all...]
H A Dcompressed_row_sparse_matrix.cc71 // This constructor gives you a semi-initialized CompressedRowSparseMatrix.
72 CompressedRowSparseMatrix::CompressedRowSparseMatrix(int num_rows, function in class:ceres::internal::CompressedRowSparseMatrix
90 CompressedRowSparseMatrix::CompressedRowSparseMatrix( function in class:ceres::internal::CompressedRowSparseMatrix
134 CompressedRowSparseMatrix::CompressedRowSparseMatrix(const double* diagonal, function in class:ceres::internal::CompressedRowSparseMatrix
154 CompressedRowSparseMatrix::~CompressedRowSparseMatrix() {
157 void CompressedRowSparseMatrix
[all...]

Completed in 696 milliseconds