HomeSort by relevance Sort by last modified time
    Searched defs:SetZero (Results 1 - 8 of 8) sorted by null

  /external/ceres-solver/internal/ceres/
block_random_access_dense_matrix.cc 58 SetZero();
62 // when they are calling SetZero.
80 // when they are calling SetZero.
81 void BlockRandomAccessDenseMatrix::SetZero() {
83 VectorRef(values_.get(), num_rows_ * num_rows_).setZero();
block_random_access_diagonal_matrix.cc 86 // when they are calling SetZero.
111 // when they are calling SetZero.
112 void BlockRandomAccessDiagonalMatrix::SetZero() {
115 tsm_->num_nonzeros()).setZero();
block_random_access_sparse_matrix.cc 119 // when they are calling SetZero.
149 // when they are calling SetZero.
150 void BlockRandomAccessSparseMatrix::SetZero() {
153 tsm_->num_nonzeros()).setZero();
block_sparse_matrix.cc 84 void BlockSparseMatrix::SetZero() {
130 VectorRef(x, num_cols_).setZero();
166 dense_matrix->setZero();
190 matrix->SetZero();
dense_sparse_matrix.cc 46 m_.setZero();
60 m_.setZero();
83 void DenseSparseMatrix::SetZero() {
84 m_.setZero();
113 m_.setZero();
triplet_sparse_matrix.cc 130 void TripletSparseMatrix::SetZero() {
169 VectorRef(x, num_cols_).setZero();
184 dense_matrix->setZero();
compressed_row_sparse_matrix.cc 157 void CompressedRowSparseMatrix::SetZero() {
204 dense_matrix->setZero();
512 result->SetZero();
  /external/opencv/cxcore/include/
cvwimage.h 76 // im.SetZero(); // same as cvSetZero(im.Ipl())
232 void SetZero() { cvSetZero(image_); }

Completed in 1357 milliseconds