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

  /external/eigen/Eigen/src/Core/
DenseBase.h 504 EIGEN_DEVICE_FUNC inline ConstRowwiseReturnType rowwise() const { function in class:Eigen::DenseBase
507 EIGEN_DEVICE_FUNC RowwiseReturnType rowwise();
514 * \sa rowwise(), class VectorwiseOp, \ref TutorialReductionsVisitorsBroadcasting
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()
670 * \sa rowwise(), class VectorwiseOp, \ref TutorialReductionsVisitorsBroadcasting
679 //const rowwise moved to DenseBase.h due to CUDA compiler bug
688 DenseBase<Derived>::rowwise() function in class:Eigen::DenseBase

Completed in 292 milliseconds