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

  /external/eigen/Eigen/src/Core/
DenseBase.h 501 * \sa colwise(), class VectorwiseOp, \ref TutorialReductionsVisitorsBroadcasting
516 EIGEN_DEVICE_FUNC inline ConstColwiseReturnType colwise() const { function in class:Eigen::DenseBase
519 EIGEN_DEVICE_FUNC ColwiseReturnType colwise();
VectorwiseOp.h 148 * It is the return type of DenseBase::colwise() and DenseBase::rowwise()
154 * \sa DenseBase::colwise(), DenseBase::rowwise(), class PartialReduxExpr
266 * \sa class VectorwiseOp, DenseBase::colwise(), DenseBase::rowwise()
665 //const colwise moved to DenseBase.h due to CUDA compiler bug
674 DenseBase<Derived>::colwise() function in class:Eigen::DenseBase
684 * \sa colwise(), class VectorwiseOp, \ref TutorialReductionsVisitorsBroadcasting

Completed in 67 milliseconds