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

  /external/ceres-solver/internal/ceres/
triplet_sparse_matrix.cc 45 TripletSparseMatrix::TripletSparseMatrix()
54 TripletSparseMatrix::~TripletSparseMatrix() {}
56 TripletSparseMatrix::TripletSparseMatrix(int num_rows,
73 TripletSparseMatrix::TripletSparseMatrix(const TripletSparseMatrix& orig)
87 TripletSparseMatrix::TripletSparseMatrix(const SparseMatrixProto& outer_proto)
    [all...]
triplet_sparse_matrix.h 48 class TripletSparseMatrix : public SparseMatrix {
50 TripletSparseMatrix();
51 TripletSparseMatrix(int num_rows, int num_cols, int max_num_nonzeros);
52 explicit TripletSparseMatrix(const TripletSparseMatrix& orig);
54 explicit TripletSparseMatrix(const SparseMatrixProto& proto);
57 TripletSparseMatrix& operator=(const TripletSparseMatrix& rhs);
59 ~TripletSparseMatrix();
88 void AppendRows(const TripletSparseMatrix& B)
    [all...]

Completed in 43 milliseconds