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

  /external/eigen/Eigen/src/SparseCore/
SparsePermutation.h 20 struct permutation_matrix_product<ExpressionType, Side, Transposed, SparseShape> struct in namespace:Eigen::internal
97 : public evaluator<typename permutation_matrix_product<Rhs,OnTheLeft,false,SparseShape>::ReturnType>
100 typedef typename permutation_matrix_product<Rhs,OnTheLeft,false,SparseShape>::ReturnType PlainObject;
120 : public evaluator<typename permutation_matrix_product<Lhs,OnTheRight,false,SparseShape>::ReturnType>
123 typedef typename permutation_matrix_product<Lhs,OnTheRight,false,SparseShape>::ReturnType PlainObject;
  /external/eigen/test/
sparse_permutations.cpp 231 VERIFY((internal::is_same<internal::permutation_matrix_product<SparseMatrix<double>,OnTheRight,false,SparseShape>::ReturnType,
234 VERIFY((internal::is_same<internal::permutation_matrix_product<SparseMatrix<double>,OnTheLeft,false,SparseShape>::ReturnType,
  /external/eigen/Eigen/src/Core/
ProductEvaluators.h 113 // if so, then we must take care at removing the call to nested_eval in the specializations (e.g., in permutation_matrix_product, transposition_matrix_product, etc.)
927 struct permutation_matrix_product<ExpressionType, Side, Transposed, DenseShape> struct in namespace:Eigen::internal
    [all...]
  /external/eigen/Eigen/src/Geometry/
Homogeneous.h 489 struct permutation_matrix_product<ExpressionType, Side, Transposed, HomogeneousShape> struct in namespace:Eigen::internal
490 : public permutation_matrix_product<ExpressionType, Side, Transposed, DenseShape>

Completed in 186 milliseconds