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