HomeSort by relevance Sort by last modified time
    Searched refs:SetZero (Results 1 - 25 of 26) sorted by null

1 2

  /external/ceres-solver/internal/ceres/
block_random_access_matrix.h 121 virtual void SetZero() = 0;
sparse_matrix.h 81 virtual void SetZero() = 0;
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_dense_matrix.h 75 virtual void SetZero();
block_random_access_diagonal_matrix.h 71 virtual void SetZero();
block_random_access_sparse_matrix.h 76 virtual void SetZero();
block_sparse_matrix.h 70 virtual void SetZero();
dense_sparse_matrix.h 60 virtual void 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();
compressed_row_sparse_matrix.h 81 virtual void SetZero();
triplet_sparse_matrix.h 57 virtual void 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_test.cc 67 A_->SetZero();
dense_sparse_matrix.cc 46 m_.setZero();
60 m_.setZero();
83 void DenseSparseMatrix::SetZero() {
84 m_.setZero();
113 m_.setZero();
block_sparse_matrix.cc 84 void BlockSparseMatrix::SetZero() {
130 VectorRef(x, num_cols_).setZero();
166 dense_matrix->setZero();
190 matrix->SetZero();
trust_region_minimizer_test.cc 81 dense_jacobian->SetZero();
127 dense_jacobian->SetZero();
partitioned_matrix_view_impl.h 306 block_diagonal->SetZero();
338 block_diagonal->SetZero();
program_evaluator.h 152 VectorRef(residuals, program_->NumResiduals()).setZero();
156 jacobian->SetZero();
164 program_->NumEffectiveParameters()).setZero();
261 VectorRef(gradient, num_parameters).setZero();
318 VectorRef(gradient.get(), num_parameters).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();
triplet_sparse_matrix_test.cc 96 m.SetZero();
  /external/chromium_org/gpu/command_buffer/common/
mailbox.h 23 void SetZero();
mailbox.cc 26 void Mailbox::SetZero() {
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
box2d.js 66 (s.col1.x*v.x+s.col2.x*v.y)-t;r=r.position.y+(s.col1.y*v.x+s.col2.y*v.y)-f;s=e.m_radius+m.m_radius;if(!(t*t+r*r>s*s)){b.m_type=E.e_circles;b.m_localPoint.SetV(e.m_p);b.m_localPlaneNormal.SetZero();b.m_pointCount=1;b.m_points[0].m_localPoint.SetV(m.m_p);b.m_points[0].m_id.key=0}};M.CollidePolygonAndCircle=function(b,e,f,m,r){var s=b.m_pointCount=0,v=0,t,x;x=r.R;t=m.m_p;var C=r.position.y+(x.col1.y*t.x+x.col2.y*t.y);s=r.position.x+(x.col1.x*t.x+x.col2.x*t.y)-f.position.x;v=C-f.position.y;x=f.R;f=s*
    [all...]
  /external/opencv/cxcore/include/
cvwimage.h 76 // im.SetZero(); // same as cvSetZero(im.Ipl())
232 void SetZero() { cvSetZero(image_); }

Completed in 302 milliseconds

1 2