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

  /external/eigen/Eigen/src/Geometry/
OrthoMethods.h 56 EIGEN_DEVICE_FUNC static inline typename internal::plain_matrix_type<VectorLhs>::type
59 return typename internal::plain_matrix_type<VectorLhs>::type(
142 typedef typename plain_matrix_type<Derived>::type VectorType;
166 typedef typename plain_matrix_type<Derived>::type VectorType;
207 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/Geometry/arch/
Geometry_SSE.h 55 static inline typename plain_matrix_type<VectorLhs>::type
62 typename plain_matrix_type<VectorLhs>::type res;
  /external/eigen/Eigen/src/Core/util/
XprHelper.h 271 /* plain_matrix_type : the difference from eval is that plain_matrix_type is always a plain matrix type,
275 template<typename T, typename StorageKind = typename traits<T>::StorageKind> struct plain_matrix_type;
277 template<typename T> struct plain_matrix_type<T,Dense>
281 template<typename T> struct plain_matrix_type<T,DiagonalShape>
316 typedef typename plain_matrix_type<T>::type type;
329 typedef typename plain_matrix_type<T>::type type;
346 /* similar to plain_matrix_type, but using the evaluator's Flags */
356 /* plain_matrix_type_column_major : same as plain_matrix_type but guaranteed to be column-major
374 /* plain_matrix_type_row_major : same as plain_matrix_type but guaranteed to be row-majo
    [all...]
  /external/eigen/Eigen/src/SparseCore/
SparseUtil.h 96 // TODO this seems almost identical to plain_matrix_type<T, Sparse>
111 template<typename T> struct plain_matrix_type<T,Sparse> struct in namespace:Eigen::internal
SparseMatrix.h     [all...]
  /external/eigen/Eigen/src/Core/
AssignEvaluator.h 796 typename plain_matrix_type<Src>::type tmp(src);
    [all...]

Completed in 116 milliseconds