Searched defs:setZero (Results 1 - 25 of 25) sorted by relevance

/external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/common/
H A DVec3.java110 public void setZero() { method in class:Vec3
H A DMat22.java133 public final void setZero() { method in class:Mat22
H A DMat33.java60 public void setZero() { method in class:Mat33
61 ex.setZero();
62 ey.setZero();
63 ez.setZero();
H A DVec2.java50 public final void setZero() { method in class:Vec2
/external/eigen/Eigen/src/Core/
H A DCwiseNullaryOp.h329 * \sa fill(), setConstant(Index,const Scalar&), setConstant(Index,Index,const Scalar&), setZero(), setOnes(), Constant(), class CwiseNullaryOp, setZero(), setOnes()
499 EIGEN_STRONG_INLINE Derived& DenseBase<Derived>::setZero() function in class:Eigen::DenseBase
511 * \sa DenseBase::setZero(), setZero(Index,Index), class CwiseNullaryOp, DenseBase::Zero()
515 PlainObjectBase<Derived>::setZero(Index newSize) function in class:Eigen::PlainObjectBase
529 * \sa DenseBase::setZero(), setZero(Index), class CwiseNullaryOp, DenseBase::Zero()
533 PlainObjectBase<Derived>::setZero(Index nbRows, Index nbCols) function in class:Eigen::PlainObjectBase
755 m.setZero();
[all...]
H A DDiagonalMatrix.h103 other.setZero();
206 inline void setZero() { m_diagonal.setZero(); } function in class:Eigen::DiagonalMatrix
208 inline void setZero(Index size) { m_diagonal.setZero(size); } function in class:Eigen::DiagonalMatrix
H A DTriangularMatrix.h214 /** \sa MatrixBase::setZero() */
215 TriangularView& setZero() { return setConstant(Scalar(0)); } function in class:Eigen::TriangularView
382 setZero();
402 setZero();
/external/eigen/Eigen/src/SparseCore/
H A DAmbiVector.h44 void setZero();
166 void AmbiVector<_Scalar,_Index>::setZero() function in class:Eigen::internal::AmbiVector
H A DSparseVector.h132 inline void setZero() { m_data.clear(); } function in class:Eigen::SparseVector
288 /** \internal \deprecated use setZero() and reserve() */
291 setZero();
H A DSparseMatrix.h237 inline void setZero() function in class:Eigen::SparseMatrix
530 * \sa resizeNonZeros(Index), reserve(), setZero()
594 * \sa resizeNonZeros(Index), reserve(), setZero()
949 wi.setZero();
1075 Eigen::Map<Matrix<Index, Dynamic, 1> > (dest.m_outerIndex,dest.outerSize()).setZero();
/external/eigen/unsupported/Eigen/src/SparseExtra/
H A DDynamicSparseMatrix.h113 void setZero() function in class:Eigen::DynamicSparseMatrix
201 setZero();
284 setZero();
/external/libgdx/gdx/src/com/badlogic/gdx/math/
H A DVector.java192 T setZero (); method in interface:Vector
H A DVector2.java520 public Vector2 setZero () { method in class:Vector2
H A DVector3.java695 public Vector3 setZero () { method in class:Vector3
/external/eigen/Eigen/src/Cholesky/
H A DLDLT.h114 void setZero() function in class:Eigen::LDLT
463 * \sa setZero()
477 m_matrix.setZero();
527 dst.row(i).setZero();
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
H A DbtMatrixX.h114 void setZero() function in struct:btVectorX
270 void setZero() function in struct:btMatrixX
285 setZero();
329 tr.setZero();
349 res.setZero();
H A DbtSpatialAlgebra.h28 btSpatialForceVector() { setZero(); }
57 void setZero() { m_topVec.setZero(); m_bottomVec.setZero(); } function in struct:btSpatialForceVector
72 btSpatialMotionVector() { setZero(); }
97 void setZero() { m_topVec.setZero(); m_bottomVec.setZero(); } function in struct:btSpatialMotionVector
H A DbtVector3.h671 void setZero() function
/external/libgdx/extensions/gdx-bullet/jni/swig-src/linearmath/com/badlogic/gdx/physics/bullet/linearmath/
H A DbtVector3.java216 public void setZero() { method in class:btVector3
/external/skia/include/core/
H A DSkPoint.h62 void setZero() { fX = fY = 0; } function in struct:SkIPoint
/external/libgdx/backends/gdx-backend-moe/libs/
H A Dintel-moe-ios.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE com/ com/intel/ com/intel/moe/ com/intel/moe/ ...
H A Dintel-moe-core.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE SQLite/ SQLite/Authorizer.class Authorizer.java package ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...

Completed in 1509 milliseconds