HomeSort by relevance Sort by last modified time
    Searched defs:CompressedRowSparseMatrix (Results 1 - 2 of 2) sorted by null

  /external/ceres-solver/internal/ceres/
compressed_row_sparse_matrix.h 49 class CompressedRowSparseMatrix : public SparseMatrix {
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* CreateOuterProductMatrixAndProgram
    [all...]
compressed_row_sparse_matrix.cc 71 // This constructor gives you a semi-initialized CompressedRowSparseMatrix.
72 CompressedRowSparseMatrix::CompressedRowSparseMatrix(int num_rows,
90 CompressedRowSparseMatrix::CompressedRowSparseMatrix(
134 CompressedRowSparseMatrix::CompressedRowSparseMatrix(const double* diagonal,
154 CompressedRowSparseMatrix::~CompressedRowSparseMatrix() {
157 void CompressedRowSparseMatrix::SetZero()
    [all...]

Completed in 250 milliseconds