Home
last modified time | relevance | path

Searched defs:adjugate (Results 1 – 18 of 18) sorted by relevance

/dports/math/glm/glm-0.9.9.8/glm/gtx/
H A Dmatrix_operation.inl119 GLM_FUNC_QUALIFIER mat<2, 2, T, Q> adjugate(mat<2, 2, T, Q> const& m) function
127 GLM_FUNC_QUALIFIER mat<3, 3, T, Q> adjugate(mat<3, 3, T, Q> const& m) function
148 GLM_FUNC_QUALIFIER mat<4, 4, T, Q> adjugate(mat<4, 4, T, Q> const& m) function
/dports/games/warzone2100/warzone2100/3rdparty/glm/glm/gtx/
H A Dmatrix_operation.inl119 GLM_FUNC_QUALIFIER mat<2, 2, T, Q> adjugate(mat<2, 2, T, Q> const& m) function
127 GLM_FUNC_QUALIFIER mat<3, 3, T, Q> adjugate(mat<3, 3, T, Q> const& m) function
148 GLM_FUNC_QUALIFIER mat<4, 4, T, Q> adjugate(mat<4, 4, T, Q> const& m) function
/dports/devel/upp/upp/uppsrc/plugin/glm/gtx/
H A Dmatrix_operation.inl119 GLM_FUNC_QUALIFIER mat<2, 2, T, Q> adjugate(mat<2, 2, T, Q> const& m) function
127 GLM_FUNC_QUALIFIER mat<3, 3, T, Q> adjugate(mat<3, 3, T, Q> const& m) function
148 GLM_FUNC_QUALIFIER mat<4, 4, T, Q> adjugate(mat<4, 4, T, Q> const& m) function
/dports/science/py-geometer/geometer-0.2.3/geometer/utils/
H A Dmath.py99 def adjugate(A): function
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/meshlabplugins/filter_mls/
H A Dimplicits.h42 Matrix33<Scalar> adjugate; in GaussCurvature() local
/dports/emulators/mess/mame-mame0226/3rdparty/bimg/3rdparty/astc/
H A Dmathlib.cpp427 mat2 adjugate(mat2 p) in adjugate() function
448 mat3 adjugate(mat3 p) in adjugate() function
479 mat4 adjugate(mat4 p) in adjugate() function
/dports/emulators/mame/mame-mame0226/3rdparty/bimg/3rdparty/astc/
H A Dmathlib.cpp427 mat2 adjugate(mat2 p) in adjugate() function
448 mat3 adjugate(mat3 p) in adjugate() function
479 mat4 adjugate(mat4 p) in adjugate() function
/dports/science/jdftx/jdftx-1.6.0/fluid1D/core/
H A Dmatrix3.h233 template<typename scalar> __hostanddev__ matrix3<scalar> adjugate(const matrix3<scalar> &m) in adjugate() function
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/atc/
H A DDenseMatrix.h341 DenseMatrix<T> adjugate(const Matrix<T> &A, bool symmetric) in adjugate() function
/dports/science/lammps/lammps-stable_29Sep2021/lib/atc/
H A DDenseMatrix.h361 DenseMatrix<T> adjugate(const Matrix<T> &A, bool symmetric) in adjugate() function
/dports/science/jdftx/jdftx-1.6.0/jdftx/core/
H A Dmatrix3.h254 template<typename scalar> __hostanddev__ matrix3<scalar> adjugate(const matrix3<scalar> &m) //!< Ca… in adjugate() function
/dports/textproc/cast2gif/cast2gif-0.1.0/cargo-crates/pathfinder_geometry-0.5.1/src/
H A Dtransform2d.rs60 pub fn adjugate(&self) -> Matrix2x2F { in adjugate() method
/dports/math/p5-Math-Matrix/Math-Matrix-0.94/lib/Math/
H A DMatrix.pm5048 sub adjugate { subroutine
/dports/lang/ruby26/ruby-2.6.9/lib/
H A Dmatrix.rb755 def adjugate method in Matrix
/dports/math/py-Diofant/Diofant-0.13.0/diofant/matrices/
H A Dmatrices.py2538 def adjugate(self, method='berkowitz'): member in MatrixBase
/dports/math/py-sympy/sympy-1.9/sympy/matrices/
H A Dmatrices.py115 def adjugate(self, method="berkowitz"): member in MatrixDeterminant
/dports/games/cdogs-sdl/cdogs-sdl-1.0.1/src/cdogs/mathc/
H A Dmathc.c2277 mfloat_t adjugate[MAT2_SIZE]; in mat2_cofactor() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/openglcts/modules/gl/
H A Dgl4cGPUShaderFP64Tests.cpp12454 const tcu::Matrix<glw::GLdouble, Size, Size> adjugate = tcu::transpose(cof); in inverse() local