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(
85 BlockSparseMatrix::BlockSparseMatrix(const SparseMatrixProto& outer_proto) {
109 void BlockSparseMatrix::SetZero() {
113 void BlockSparseMatrix::RightMultiply(const double* x, double* y) const {
134 void BlockSparseMatrix::LeftMultiply(const double* x, double* y) const {
155 void BlockSparseMatrix::SquaredColumnNorm(double* x) const
    [all...]
block_sparse_matrix.h 88 class BlockSparseMatrix : public BlockSparseMatrixBase {
96 explicit BlockSparseMatrix(CompressedRowBlockStructure* block_structure);
100 explicit BlockSparseMatrix(const SparseMatrixProto& proto);
103 BlockSparseMatrix();
104 virtual ~BlockSparseMatrix();
138 CERES_DISALLOW_COPY_AND_ASSIGN(BlockSparseMatrix);

Completed in 159 milliseconds