Searched defs:compute_inverse (Results  1 – 3 of 3) sorted by relevance
| /external/eigen/Eigen/src/LU/ | 
| D | InverseImpl.h | 23 struct compute_inverse  struct40 struct compute_inverse<MatrixType, ResultType, 1>  argument
 
 | 
| /external/oboe/samples/RhythmGame/third_party/glm/detail/ | 
| D | func_matrix.inl | 250 	struct compute_inverse{};  struct253 	struct compute_inverse<tmat2x2, T, P, Aligned>  struct
 255 		GLM_FUNC_QUALIFIER static tmat2x2<T, P> call(tmat2x2<T, P> const& m)
 272 	struct compute_inverse<tmat3x3, T, P, Aligned>  struct
 274 		GLM_FUNC_QUALIFIER static tmat3x3<T, P> call(tmat3x3<T, P> const& m)
 297 	struct compute_inverse<tmat4x4, T, P, Aligned>  struct
 299 		GLM_FUNC_QUALIFIER static tmat4x4<T, P> call(tmat4x4<T, P> const& m)
 
 | 
| D | func_matrix_simd.inl | 52 	struct compute_inverse<tmat4x4, float, P, true>  struct54 		GLM_FUNC_QUALIFIER static tmat4x4<float, P> call(tmat4x4<float, P> const& m)
 
 |