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

  /external/eigen/Eigen/src/Geometry/
OrthoMethods.h 109 const typename VectorwiseOp<ExpressionType,Direction>::CrossReturnType
119 CrossReturnType res(_expression().rows(),_expression().cols());
122 eigen_assert(CrossReturnType::RowsAtCompileTime==3 && "the matrix must have exactly 3 rows");
129 eigen_assert(CrossReturnType::ColsAtCompileTime==3 && "the matrix must have exactly 3 columns");
  /external/eigen/Eigen/src/Core/
VectorwiseOp.h 631 typedef typename ExpressionType::PlainObject CrossReturnType;
634 const CrossReturnType cross(const MatrixBase<OtherDerived>& other) const;

Completed in 44 milliseconds