Home
last modified time | relevance | path

Searched refs:compute_inverse (Results 1 – 6 of 6) sorted by relevance

/external/eigen/Eigen/src/LU/
DInverseImpl.h23 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/
Dtype_mat2x2.inl338 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);
Dtype_mat3x3.inl371 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);
Dtype_mat.hpp54 struct compute_inverse{}; struct
Dtype_mat4x4.inl437 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);
Dfunc_matrix.inl457 return detail::compute_inverse<matType, T, P>::call(m);