OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TripletSparseMatrix
(Results
1 - 2
of
2
) sorted by null
/external/ceres-solver/internal/ceres/
triplet_sparse_matrix.cc
44
TripletSparseMatrix
::
TripletSparseMatrix
()
53
TripletSparseMatrix
::~
TripletSparseMatrix
() {}
55
TripletSparseMatrix
::
TripletSparseMatrix
(int num_rows,
72
TripletSparseMatrix
::
TripletSparseMatrix
(const
TripletSparseMatrix
& orig)
85
TripletSparseMatrix
& TripletSparseMatrix::operator=
[
all
...]
triplet_sparse_matrix.h
46
class
TripletSparseMatrix
: public SparseMatrix {
48
TripletSparseMatrix
();
49
TripletSparseMatrix
(int num_rows, int num_cols, int max_num_nonzeros);
50
explicit
TripletSparseMatrix
(const
TripletSparseMatrix
& orig);
52
TripletSparseMatrix
& operator=(const
TripletSparseMatrix
& rhs);
54
~
TripletSparseMatrix
();
80
void AppendRows(const
TripletSparseMatrix
& B);
84
void AppendCols(const
TripletSparseMatrix
& B)
[
all
...]
Completed in 893 milliseconds