Searched defs:BlockSparseMatrix (Results 1 - 2 of 2) sorted by relevance

/external/ceres-solver/internal/ceres/
H A Dblock_sparse_matrix.cc45 BlockSparseMatrix::~BlockSparseMatrix() {}
47 BlockSparseMatrix::BlockSparseMatrix( function in class:ceres::internal::BlockSparseMatrix
84 void BlockSparseMatrix::SetZero() {
88 void BlockSparseMatrix::RightMultiply(const double* x, double* y) const {
108 void BlockSparseMatrix::LeftMultiply(const double* x, double* y) const {
128 void BlockSparseMatrix::SquaredColumnNorm(double* x) const {
145 void BlockSparseMatrix::ScaleColumns(const double* scale) {
162 void BlockSparseMatrix
[all...]
H A Dblock_sparse_matrix.h56 class BlockSparseMatrix : public SparseMatrix { class in namespace:ceres::internal
64 explicit BlockSparseMatrix(CompressedRowBlockStructure* block_structure);
66 BlockSparseMatrix();
67 virtual ~BlockSparseMatrix();
94 CERES_DISALLOW_COPY_AND_ASSIGN(BlockSparseMatrix);

Completed in 85 milliseconds