OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CompressedRowSparseMatrix
(Results
1 - 2
of
2
) sorted by null
/external/ceres-solver/internal/ceres/
compressed_row_sparse_matrix.cc
70
// This constructor gives you a semi-initialized
CompressedRowSparseMatrix
.
71
CompressedRowSparseMatrix
::
CompressedRowSparseMatrix
(int num_rows,
89
CompressedRowSparseMatrix
::
CompressedRowSparseMatrix
(
133
CompressedRowSparseMatrix
::
CompressedRowSparseMatrix
(const double* diagonal,
153
CompressedRowSparseMatrix
::~
CompressedRowSparseMatrix
() {
156
void
CompressedRowSparseMatrix
::SetZero()
[
all
...]
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);
125
CompressedRowSparseMatrix
* Transpose() const;
127
static
CompressedRowSparseMatrix
* CreateBlockDiagonalMatrix(
146
CERES_DISALLOW_COPY_AND_ASSIGN(
CompressedRowSparseMatrix
);
Completed in 1485 milliseconds