Searched refs:SetZero (Results 1 - 23 of 23) sorted by relevance

/external/ceres-solver/internal/ceres/
H A Dblock_random_access_dense_matrix.cc58 SetZero();
62 // when they are calling SetZero.
80 // when they are calling SetZero.
81 void BlockRandomAccessDenseMatrix::SetZero() { function in class:ceres::internal::BlockRandomAccessDenseMatrix
H A Dblock_random_access_matrix.h121 virtual void SetZero() = 0;
H A Dblock_random_access_dense_matrix.h75 virtual void SetZero();
H A Dsparse_matrix.h81 virtual void SetZero() = 0;
H A Dblock_random_access_diagonal_matrix.h71 virtual void SetZero();
H A Dblock_random_access_sparse_matrix.h76 virtual void SetZero();
H A Dblock_sparse_matrix.h70 virtual void SetZero();
H A Ddense_sparse_matrix.h60 virtual void SetZero();
H A Dblock_random_access_diagonal_matrix.cc86 // when they are calling SetZero.
111 // when they are calling SetZero.
112 void BlockRandomAccessDiagonalMatrix::SetZero() { function in class:ceres::internal::BlockRandomAccessDiagonalMatrix
H A Dtriplet_sparse_matrix.h57 virtual void SetZero();
H A Dcompressed_row_sparse_matrix.h81 virtual void SetZero();
H A Dblock_random_access_sparse_matrix.cc119 // when they are calling SetZero.
149 // when they are calling SetZero.
150 void BlockRandomAccessSparseMatrix::SetZero() { function in class:ceres::internal::BlockRandomAccessSparseMatrix
H A Dblock_sparse_matrix_test.cc67 A_->SetZero();
H A Ddense_sparse_matrix.cc83 void DenseSparseMatrix::SetZero() { function in class:ceres::internal::DenseSparseMatrix
H A Dblock_sparse_matrix.cc84 void BlockSparseMatrix::SetZero() { function in class:ceres::internal::BlockSparseMatrix
190 matrix->SetZero();
H A Dtrust_region_minimizer_test.cc81 dense_jacobian->SetZero();
127 dense_jacobian->SetZero();
H A Dpartitioned_matrix_view_impl.h306 block_diagonal->SetZero();
338 block_diagonal->SetZero();
H A Dprogram_evaluator.h156 jacobian->SetZero();
H A Dtriplet_sparse_matrix.cc130 void TripletSparseMatrix::SetZero() { function in class:ceres::internal::TripletSparseMatrix
H A Dcompressed_row_sparse_matrix.cc157 void CompressedRowSparseMatrix::SetZero() { function in class:ceres::internal::CompressedRowSparseMatrix
512 result->SetZero();
H A Dtriplet_sparse_matrix_test.cc96 m.SetZero();
H A Dschur_eliminator_impl.h179 lhs->SetZero();
/external/opencv/cxcore/include/
H A Dcvwimage.h76 // im.SetZero(); // same as cvSetZero(im.Ipl())
232 void SetZero() { cvSetZero(image_); } function in class:cv::WImage

Completed in 136 milliseconds