Searched refs:compute_inverse (Results 1 – 1 of 1) sorted by relevance
/external/eigen/Eigen/src/LU/ |
D | Inverse.h | 22 struct compute_inverse struct 38 struct compute_inverse<MatrixType, ResultType, 1> argument 81 struct compute_inverse<MatrixType, ResultType, 2> 146 struct compute_inverse<MatrixType, ResultType, 3> 240 struct compute_inverse<MatrixType, ResultType, 4> 260 if(invertible) compute_inverse<MatrixType, ResultType>::run(matrix, inverse); 296 compute_inverse<MatrixTypeNestedCleaned, Dest>::run(m_matrix, dst);
|