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.cc 69 // This constructor gives you a semi-initialized CompressedRowSparseMatrix.
70 CompressedRowSparseMatrix::CompressedRowSparseMatrix(int num_rows,
92 CompressedRowSparseMatrix::CompressedRowSparseMatrix(
139 CompressedRowSparseMatrix::CompressedRowSparseMatrix(
170 CompressedRowSparseMatrix::CompressedRowSparseMatrix(const double* diagonal,
192 CompressedRowSparseMatrix::~CompressedRowSparseMatrix()
    [all...]
compressed_row_sparse_matrix.h 51 class CompressedRowSparseMatrix : public SparseMatrix {
59 explicit CompressedRowSparseMatrix(const TripletSparseMatrix& m);
61 explicit CompressedRowSparseMatrix(const SparseMatrixProto& proto);
75 CompressedRowSparseMatrix(int num_rows,
81 CompressedRowSparseMatrix(const double* diagonal, int num_rows);
83 virtual ~CompressedRowSparseMatrix();
109 void AppendRows(const CompressedRowSparseMatrix& m);
143 CERES_DISALLOW_COPY_AND_ASSIGN(CompressedRowSparseMatrix);

Completed in 49 milliseconds