Searched defs:adjoint (Results 1 – 10 of 10) sorted by relevance
12 template<typename MatrixType> void adjoint(const MatrixType& m) in adjoint() function
56 template<typename MatrixType> void adjoint(const MatrixType& m) in adjoint() function
143 mat2.adjoint = function(out, a) { function
202 mat3.adjoint = function(out, a) { function
244 mat4.adjoint = function(out, a) { function
398 const AdjointReturnType adjoint() const { return transpose(); } in adjoint() function
1019 public Matrix3f adjoint() { in adjoint() method in Matrix3f1030 public Matrix3f adjoint(Matrix3f store) { in adjoint() method in Matrix3f
1543 public Matrix4f adjoint() { in adjoint() method in Matrix4f1581 public Matrix4f adjoint(Matrix4f store) { in adjoint() method in Matrix4f
62 JacobiRotation adjoint() const { using numext::conj; return JacobiRotation(conj(m_c), -m_s); } in adjoint() function
1038 btMatrix3x3::adjoint() const in adjoint() function