Lines Matching refs:BlockSparseMatrix
45 BlockSparseMatrix::~BlockSparseMatrix() {} in ~BlockSparseMatrix()
47 BlockSparseMatrix::BlockSparseMatrix( in BlockSparseMatrix() function in ceres::internal::BlockSparseMatrix
84 void BlockSparseMatrix::SetZero() { in SetZero()
88 void BlockSparseMatrix::RightMultiply(const double* x, double* y) const { in RightMultiply()
108 void BlockSparseMatrix::LeftMultiply(const double* x, double* y) const { in LeftMultiply()
128 void BlockSparseMatrix::SquaredColumnNorm(double* x) const { in SquaredColumnNorm()
145 void BlockSparseMatrix::ScaleColumns(const double* scale) { in ScaleColumns()
162 void BlockSparseMatrix::ToDenseMatrix(Matrix* dense_matrix) const { in ToDenseMatrix()
184 void BlockSparseMatrix::ToTripletSparseMatrix( in ToTripletSparseMatrix()
215 const CompressedRowBlockStructure* BlockSparseMatrix::block_structure() in block_structure()
220 void BlockSparseMatrix::ToTextFile(FILE* file) const { in ToTextFile()