Home | History | Annotate | Download | only in ceres

Lines Matching defs:BlockSparseMatrix

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 {
172 void BlockSparseMatrix::ScaleColumns(const double* scale) {
189 void BlockSparseMatrix::ToDenseMatrix(Matrix* dense_matrix) const {
211 void BlockSparseMatrix::ToTripletSparseMatrix(
242 const CompressedRowBlockStructure* BlockSparseMatrix::block_structure()
248 void BlockSparseMatrix::ToProto(SparseMatrixProto* outer_proto) const {
262 void BlockSparseMatrix::ToTextFile(FILE* file) const {