Searched defs:compute_inverse (Results 1 – 5 of 5) sorted by relevance
/external/eigen/Eigen/src/LU/ |
D | Inverse.h | 22 struct compute_inverse struct 38 struct compute_inverse<MatrixType, ResultType, 1> argument
|
/external/vulkan-validation-layers/libs/glm/detail/ |
D | type_mat2x2.inl | 374 struct compute_inverse<detail::tmat2x2, T, P> struct 376 GLM_FUNC_QUALIFIER static detail::tmat2x2<T, P> call(detail::tmat2x2<T, P> const & m)
|
D | type_mat3x3.inl | 409 struct compute_inverse<detail::tmat3x3, T, P> struct 411 static detail::tmat3x3<T, P> call(detail::tmat3x3<T, P> const & m)
|
D | type_mat4x4.inl | 477 struct compute_inverse<detail::tmat4x4, T, P> struct 479 static detail::tmat4x4<T, P> call(detail::tmat4x4<T, P> const & m)
|
D | type_mat.hpp | 54 struct compute_inverse{}; struct
|