HomeSort by relevance Sort by last modified time
    Searched full:plain_matrix_type (Results 1 - 8 of 8) sorted by null

  /external/eigen/Eigen/src/Geometry/arch/
Geometry_SSE.h 43 static inline typename plain_matrix_type<VectorLhs>::type
50 typename plain_matrix_type<VectorLhs>::type res;
  /external/eigen/Eigen/src/Geometry/
OrthoMethods.h 48 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;
Scaling.h 73 inline typename internal::plain_matrix_type<Derived>::type operator* (const MatrixBase<Derived>& other) const
  /external/eigen/Eigen/src/Core/util/
XprHelper.h 144 /* plain_matrix_type : the difference from eval is that plain_matrix_type is always a plain matrix type,
148 template<typename T, typename StorageKind = typename traits<T>::StorageKind> struct plain_matrix_type;
150 template<typename T> struct plain_matrix_type<T,Dense>
185 typedef typename plain_matrix_type<T>::type type;
211 /* plain_matrix_type_column_major : same as plain_matrix_type but guaranteed to be column-major
229 /* plain_matrix_type_row_major : same as plain_matrix_type but guaranteed to be row-major
  /external/eigen/Eigen/src/Core/
EigenBase.h 28 // typedef typename internal::plain_matrix_type<Derived>::type PlainObject;
GeneralProduct.h 161 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;
TriangularMatrix.h 597 typename internal::plain_matrix_type<OtherDerived>::type other_evaluated(other.rows(), other.cols());
675 typename internal::plain_matrix_type<Derived>::type other_evaluated(rows(), cols());
  /external/eigen/Eigen/src/SparseCore/
SparseUtil.h 127 template<typename T> struct plain_matrix_type<T,Sparse> struct in namespace:Eigen::internal

Completed in 373 milliseconds