Searched refs:compute_inverse (Results 1 – 6 of 6) sorted by relevance
/external/eigen/Eigen/src/LU/ |
D | InverseImpl.h | 23 struct compute_inverse struct 40 struct compute_inverse<MatrixType, ResultType, 1> argument 87 struct compute_inverse<MatrixType, ResultType, 2> 156 struct compute_inverse<MatrixType, ResultType, 3> 255 struct compute_inverse<MatrixType, ResultType, 4> 276 if(invertible) compute_inverse<MatrixType, ResultType>::run(matrix, inverse); 310 compute_inverse<ActualXprTypeCleanded, DstXprType>::run(actual_xpr, dst);
|
/external/vulkan-validation-layers/libs/glm/detail/ |
D | type_mat2x2.inl | 338 return (*this = *this * detail::compute_inverse<detail::tmat2x2, T, P>::call(m)); 374 struct compute_inverse<detail::tmat2x2, T, P> struct 594 return detail::compute_inverse<detail::tmat2x2, T, P>::call(m) * v; 604 return v * detail::compute_inverse<detail::tmat2x2, T, P>::call(m);
|
D | type_mat3x3.inl | 371 return (*this = *this * detail::compute_inverse<detail::tmat3x3, T, P>::call(m)); 409 struct compute_inverse<detail::tmat3x3, T, P> struct 723 return detail::compute_inverse<detail::tmat3x3, T, P>::call(m) * v; 733 return v * detail::compute_inverse<detail::tmat3x3, T, P>::call(m);
|
D | type_mat.hpp | 54 struct compute_inverse{}; struct
|
D | type_mat4x4.inl | 437 return (*this = *this * detail::compute_inverse<detail::tmat4x4, T, P>::call(m)); 477 struct compute_inverse<detail::tmat4x4, T, P> struct 812 return detail::compute_inverse<detail::tmat4x4, T, P>::call(m) * v; 822 return v * detail::compute_inverse<detail::tmat4x4, T, P>::call(m);
|
D | func_matrix.inl | 457 return detail::compute_inverse<matType, T, P>::call(m);
|