Home | History | Annotate | Download | only in ceres

Lines Matching defs:BlockSparseMatrix

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 {
184 void BlockSparseMatrix::ToTripletSparseMatrix(
215 const CompressedRowBlockStructure* BlockSparseMatrix::block_structure()
220 void BlockSparseMatrix::ToTextFile(FILE* file) const {