Searched refs:plain_matrix_type (Results 1 - 7 of 7) sorted by relevance

/external/eigen/Eigen/src/Geometry/
H A DOrthoMethods.h48 static inline typename internal::plain_matrix_type<VectorLhs>::type
51 return typename internal::plain_matrix_type<VectorLhs>::type(
130 typedef typename plain_matrix_type<Derived>::type VectorType;
154 typedef typename plain_matrix_type<Derived>::type VectorType;
194 typedef typename plain_matrix_type<Derived>::type VectorType;
H A DScaling.h73 inline typename internal::plain_matrix_type<Derived>::type operator* (const MatrixBase<Derived>& other) const
/external/eigen/Eigen/src/Geometry/arch/
H A DGeometry_SSE.h43 static inline typename plain_matrix_type<VectorLhs>::type
50 typename plain_matrix_type<VectorLhs>::type res;
/external/eigen/Eigen/src/Core/util/
H A DXprHelper.h166 /* plain_matrix_type : the difference from eval is that plain_matrix_type is always a plain matrix type,
170 template<typename T, typename StorageKind = typename traits<T>::StorageKind> struct plain_matrix_type;
172 template<typename T> struct plain_matrix_type<T,Dense>
207 typedef typename plain_matrix_type<T>::type type;
233 /* plain_matrix_type_column_major : same as plain_matrix_type but guaranteed to be column-major
251 /* plain_matrix_type_row_major : same as plain_matrix_type but guaranteed to be row-major
/external/eigen/Eigen/src/Core/
H A DGeneralProduct.h161 typedef typename internal::nested<Lhs, Rhs::ColsAtCompileTime, typename internal::plain_matrix_type<Lhs>::type >::type LhsNested;
162 typedef typename internal::nested<Rhs, Lhs::RowsAtCompileTime, typename internal::plain_matrix_type<Rhs>::type >::type RhsNested;
169 typedef typename internal::nested<Lhs, Rhs::ColsAtCompileTime, typename internal::plain_matrix_type<Lhs>::type >::type LhsNested;
170 typedef typename internal::nested<Rhs, Lhs::RowsAtCompileTime, typename internal::plain_matrix_type<Rhs>::type >::type RhsNested;
H A DTriangularMatrix.h598 typename internal::plain_matrix_type<OtherDerived>::type other_evaluated(other.rows(), other.cols());
676 typename internal::plain_matrix_type<Derived>::type other_evaluated(rows(), cols());
/external/eigen/Eigen/src/SparseCore/
H A DSparseUtil.h129 template<typename T> struct plain_matrix_type<T,Sparse> struct in namespace:Eigen::internal

Completed in 545 milliseconds