Home
last modified time | relevance | path

Searched defs:compute_inverse (Results 1 – 5 of 5) sorted by relevance

/external/eigen/Eigen/src/LU/
DInverseImpl.h23 struct compute_inverse struct
40 struct compute_inverse<MatrixType, ResultType, 1> argument
/external/vulkan-validation-layers/libs/glm/detail/
Dtype_mat2x2.inl374 struct compute_inverse<detail::tmat2x2, T, P> struct
376 GLM_FUNC_QUALIFIER static detail::tmat2x2<T, P> call(detail::tmat2x2<T, P> const & m)
Dtype_mat3x3.inl409 struct compute_inverse<detail::tmat3x3, T, P> struct
411 static detail::tmat3x3<T, P> call(detail::tmat3x3<T, P> const & m)
Dtype_mat4x4.inl477 struct compute_inverse<detail::tmat4x4, T, P> struct
479 static detail::tmat4x4<T, P> call(detail::tmat4x4<T, P> const & m)
Dtype_mat.hpp54 struct compute_inverse{}; struct