Home
last modified time | relevance | path

Searched defs:adjoint (Results 1 – 10 of 10) sorted by relevance

/external/eigen/test/eigen2/
Deigen2_adjoint.cpp12 template<typename MatrixType> void adjoint(const MatrixType& m) in adjoint() function
/external/eigen/test/
Dadjoint.cpp56 template<typename MatrixType> void adjoint(const MatrixType& m) in adjoint() function
/external/chromium-trace/catapult/tracing/third_party/gl-matrix/src/gl-matrix/
Dmat2.js143 mat2.adjoint = function(out, a) { function
Dmat3.js202 mat3.adjoint = function(out, a) { function
Dmat4.js244 mat4.adjoint = function(out, a) { function
/external/eigen/Eigen/src/SparseCore/
DSparseMatrixBase.h398 const AdjointReturnType adjoint() const { return transpose(); } in adjoint() function
/external/jmonkeyengine/engine/src/core/com/jme3/math/
DMatrix3f.java1019 public Matrix3f adjoint() { in adjoint() method in Matrix3f
1030 public Matrix3f adjoint(Matrix3f store) { in adjoint() method in Matrix3f
DMatrix4f.java1543 public Matrix4f adjoint() { in adjoint() method in Matrix4f
1581 public Matrix4f adjoint(Matrix4f store) { in adjoint() method in Matrix4f
/external/eigen/Eigen/src/Jacobi/
DJacobi.h62 JacobiRotation adjoint() const { using numext::conj; return JacobiRotation(conj(m_c), -m_s); } in adjoint() function
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
DbtMatrix3x3.h1038 btMatrix3x3::adjoint() const in adjoint() function