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

  /external/ceres-solver/internal/ceres/
block_sparse_matrix.cc 45 BlockSparseMatrix::~BlockSparseMatrix() {}
47 BlockSparseMatrix::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::ToDenseMatrix(Matrix* dense_matrix) const
    [all...]
block_sparse_matrix.h 56 class BlockSparseMatrix : public SparseMatrix {
64 explicit BlockSparseMatrix(CompressedRowBlockStructure* block_structure);
66 BlockSparseMatrix();
67 virtual ~BlockSparseMatrix();
94 CERES_DISALLOW_COPY_AND_ASSIGN(BlockSparseMatrix);

Completed in 394 milliseconds