Searched refs:RhsOptions (Results 1 – 2 of 2) sorted by relevance
/external/eigen/Eigen/src/Geometry/ |
D | Transform.h | 1378 template<typename Scalar, int Dim, int LhsMode, int LhsOptions, int RhsMode, int RhsOptions> 1379 …duct_impl<Transform<Scalar,Dim,LhsMode,LhsOptions>,Transform<Scalar,Dim,RhsMode,RhsOptions>,false > 1383 typedef Transform<Scalar,Dim,RhsMode,RhsOptions> Rhs; 1395 template<typename Scalar, int Dim, int LhsMode, int LhsOptions, int RhsMode, int RhsOptions> 1396 …oduct_impl<Transform<Scalar,Dim,LhsMode,LhsOptions>,Transform<Scalar,Dim,RhsMode,RhsOptions>,true > 1399 typedef Transform<Scalar,Dim,RhsMode,RhsOptions> Rhs; 1407 template<typename Scalar, int Dim, int LhsOptions, int RhsOptions> 1408 …l<Transform<Scalar,Dim,AffineCompact,LhsOptions>,Transform<Scalar,Dim,Projective,RhsOptions>,true > 1411 typedef Transform<Scalar,Dim,Projective,RhsOptions> Rhs; 1422 template<typename Scalar, int Dim, int LhsOptions, int RhsOptions> [all …]
|
/external/eigen/Eigen/src/CholmodSupport/ |
D | CholmodSupport.h | 314 …template<typename RhsScalar, int RhsOptions, typename RhsIndex, typename DestScalar, int DestOptio… 315 …void _solve(const SparseMatrix<RhsScalar,RhsOptions,RhsIndex> &b, SparseMatrix<DestScalar,DestOpti… in _solve() argument
|