Inherits internal::dense_xpr_base::type, and Eigen::internal::no_assignment_operator.
Inherited by Eigen::internal::image_retval_base< FullPivLU< MatrixType_, PermutationIndex_ > >, and Eigen::internal::kernel_retval_base< FullPivLU< MatrixType_, PermutationIndex_ > >.
template<typename Derived>
class Eigen::ReturnByValue< Derived >
Definition at line 52 of file ReturnByValue.h.
◆ Base
template<typename Derived >
◆ ReturnType
template<typename Derived >
◆ cols()
template<typename Derived >
Definition at line 68 of file ReturnByValue.h.
68 {
return static_cast<const Derived*
>(
this)->
cols(); }
EIGEN_CONSTEXPR Index cols() const EIGEN_NOEXCEPT
◆ evalTo()
template<typename Derived >
template<typename Dest >
Definition at line 63 of file ReturnByValue.h.
64 {
static_cast<const Derived*
>(
this)->
evalTo(dst); }
void evalTo(Dest &dst) const
◆ rows()
template<typename Derived >
Definition at line 66 of file ReturnByValue.h.
66 {
return static_cast<const Derived*
>(
this)->
rows(); }
EIGEN_CONSTEXPR Index rows() const EIGEN_NOEXCEPT
The documentation for this class was generated from the following file: