Searched defs:ScaleColumns (Results 1 – 4 of 4) sorted by relevance
/external/ceres-solver/internal/ceres/ | ||
D | dense_sparse_matrix.cc | 115 void DenseSparseMatrix::ScaleColumns(const double* scale) { in ScaleColumns() function in ceres::internal::DenseSparseMatrix |
D | triplet_sparse_matrix.cc | 202 void TripletSparseMatrix::ScaleColumns(const double* scale) { in ScaleColumns() function in ceres::internal::TripletSparseMatrix |
D | compressed_row_sparse_matrix.cc | 231 void CompressedRowSparseMatrix::ScaleColumns(const double* scale) { in ScaleColumns() function in ceres::internal::CompressedRowSparseMatrix |
D | block_sparse_matrix.cc | 172 void BlockSparseMatrix::ScaleColumns(const double* scale) { in ScaleColumns() function in ceres::internal::BlockSparseMatrix |