|
| AlignedVector3 () |
|
| AlignedVector3 (const AlignedVector3 &other) |
|
template<typename Derived > |
| AlignedVector3 (const MatrixBase< Derived > &other) |
|
| AlignedVector3 (const Scalar &x, const Scalar &y, const Scalar &z) |
|
const Scalar & | coeff (Index index) const |
|
const Scalar & | coeff (Index row, Index col) const |
|
Scalar & | coeffRef (Index index) |
|
Scalar & | coeffRef (Index row, Index col) |
|
CoeffType & | coeffs () |
|
const CoeffType & | coeffs () const |
|
Index | cols () const |
|
AlignedVector3 | cross (const AlignedVector3 &other) const |
|
Scalar * | data () |
|
const Scalar * | data () const |
|
Scalar | dot (const AlignedVector3 &other) const |
|
Index | innerStride () const |
|
template<typename Derived > |
bool | isApprox (const MatrixBase< Derived > &other, const RealScalar &eps=NumTraits< Scalar >::dummy_precision()) const |
|
Scalar | norm () const |
|
void | normalize () |
|
AlignedVector3 | normalized () const |
|
AlignedVector3 | operator* (const Scalar &s) const |
|
AlignedVector3 & | operator*= (const Scalar &s) |
|
AlignedVector3 | operator+ (const AlignedVector3 &other) const |
|
AlignedVector3 & | operator+= (const AlignedVector3 &other) |
|
AlignedVector3 | operator- () const |
|
AlignedVector3 | operator- (const AlignedVector3 &other) const |
|
AlignedVector3 | operator-= (const AlignedVector3 &other) |
|
AlignedVector3 | operator/ (const Scalar &s) const |
|
AlignedVector3 & | operator/= (const Scalar &s) |
|
AlignedVector3 & | operator= (const AlignedVector3 &other) |
|
template<typename Derived > |
AlignedVector3 & | operator= (const MatrixBase< Derived > &other) |
|
Index | outerStride () const |
|
Index | rows () const |
|
Scalar | squaredNorm () const |
|
Scalar | sum () const |
|
const MatrixFunctionReturnValue< Derived > | acosh () const |
|
const AdjointReturnType | adjoint () const |
|
void | adjointInPlace () |
|
void | applyHouseholderOnTheLeft (const EssentialPart &essential, const Scalar &tau, Scalar *workspace) |
|
void | applyHouseholderOnTheRight (const EssentialPart &essential, const Scalar &tau, Scalar *workspace) |
|
void | applyOnTheLeft (const EigenBase< OtherDerived > &other) |
|
void | applyOnTheLeft (Index p, Index q, const JacobiRotation< OtherScalar > &j) |
|
void | applyOnTheRight (const EigenBase< OtherDerived > &other) |
|
void | applyOnTheRight (Index p, Index q, const JacobiRotation< OtherScalar > &j) |
|
ArrayWrapper< Derived > | array () |
|
const ArrayWrapper< const Derived > | array () const |
|
const DiagonalWrapper< const Derived > | asDiagonal () const |
|
const MatrixFunctionReturnValue< Derived > | asinh () const |
|
const PermutationWrapper< const Derived > | asPermutation () const |
|
const SkewSymmetricWrapper< const Derived > | asSkewSymmetric () const |
|
const MatrixFunctionReturnValue< Derived > | atanh () const |
|
BDCSVD< PlainObject, Options > | bdcSvd () const |
|
BDCSVD< typename MatrixBase< Derived >::PlainObject, Options > | bdcSvd () const |
|
EIGEN_DEPRECATED BDCSVD< PlainObject, Options > | bdcSvd (unsigned int computationOptions) const |
|
BDCSVD< typename MatrixBase< Derived >::PlainObject, Options > | bdcSvd (unsigned int computationOptions) const |
|
RealScalar | blueNorm () const |
|
Matrix< Scalar, 3, 1 > | canonicalEulerAngles (Index a0, Index a1, Index a2) const |
|
const ColPivHouseholderQR< PlainObject, PermutationIndex > | colPivHouseholderQr () const |
|
const ColPivHouseholderQR< typename MatrixBase< Derived >::PlainObject, PermutationIndexType > | colPivHouseholderQr () const |
|
const CompleteOrthogonalDecomposition< PlainObject, PermutationIndex > | completeOrthogonalDecomposition () const |
|
const CompleteOrthogonalDecomposition< typename MatrixBase< Derived >::PlainObject, PermutationIndex > | completeOrthogonalDecomposition () const |
|
void | computeInverseAndDetWithCheck (ResultType &inverse, typename ResultType::Scalar &determinant, bool &invertible, const RealScalar &absDeterminantThreshold=NumTraits< Scalar >::dummy_precision()) const |
|
void | computeInverseWithCheck (ResultType &inverse, bool &invertible, const RealScalar &absDeterminantThreshold=NumTraits< Scalar >::dummy_precision()) const |
|
const MatrixFunctionReturnValue< Derived > | cos () const |
|
const MatrixFunctionReturnValue< Derived > | cosh () const |
|
std::conditional_t< SizeAtCompileTime==2, Scalar, PlainObject > | cross (const MatrixBase< OtherDerived > &other) const |
|
internal::cross_impl< Derived, OtherDerived >::return_type | cross (const MatrixBase< OtherDerived > &other) const |
|
PlainObject | cross3 (const MatrixBase< OtherDerived > &other) const |
|
const SparseMatrixBase< OtherDerived >::template CwiseProductDenseReturnType< Derived >::Type | cwiseProduct (const SparseMatrixBase< OtherDerived > &other) const |
|
Scalar | determinant () const |
|
DiagonalReturnType | diagonal () |
|
Diagonal< Derived, Index > | diagonal () |
|
const ConstDiagonalReturnType | diagonal () const |
|
const Diagonal< const Derived, Index > | diagonal () const |
|
Diagonal< Derived, DynamicIndex > | diagonal (Index index) |
|
const Diagonal< const Derived, DynamicIndex > | diagonal (Index index) const |
|
Index | diagonalSize () const |
|
ScalarBinaryOpTraits< typename internal::traits< Derived >::Scalar, typename internal::traits< OtherDerived >::Scalar >::ReturnType | dot (const MatrixBase< OtherDerived > &other) const |
|
typedef | EIGEN_EXPR_BINARYOP_SCALAR_RETURN_TYPE (ConstStartMinusOne, Scalar, quotient) HNormalizedReturnType |
|
EigenvaluesReturnType | eigenvalues () const |
|
EIGEN_DEPRECATED Matrix< Scalar, 3, 1 > | eulerAngles (Index a0, Index a1, Index a2) const |
|
const MatrixExponentialReturnValue< Derived > | exp () const |
|
Derived & | forceAlignedAccess () |
|
const Derived & | forceAlignedAccess () const |
|
std::conditional_t< Enable, ForceAlignedAccess< Derived >, Derived & > | forceAlignedAccessIf () |
|
Derived & | forceAlignedAccessIf () |
|
add_const_on_value_type_t< std::conditional_t< Enable, ForceAlignedAccess< Derived >, Derived & > > | forceAlignedAccessIf () const |
|
const Derived & | forceAlignedAccessIf () const |
|
const FullPivHouseholderQR< PlainObject, PermutationIndex > | fullPivHouseholderQr () const |
|
const FullPivHouseholderQR< typename MatrixBase< Derived >::PlainObject, PermutationIndex > | fullPivHouseholderQr () const |
|
const FullPivLU< PlainObject, PermutationIndex > | fullPivLu () const |
|
const FullPivLU< typename MatrixBase< Derived >::PlainObject, PermutationIndex > | fullPivLu () const |
|
const HNormalizedReturnType | hnormalized () const |
|
HomogeneousReturnType | homogeneous () const |
|
const HouseholderQR< PlainObject > | householderQr () const |
|
RealScalar | hypotNorm () const |
|
const Inverse< Derived > | inverse () const |
|
bool | isDiagonal (const RealScalar &prec=NumTraits< Scalar >::dummy_precision()) const |
|
bool | isIdentity (const RealScalar &prec=NumTraits< Scalar >::dummy_precision()) const |
|
bool | isLowerTriangular (const RealScalar &prec=NumTraits< Scalar >::dummy_precision()) const |
|
bool | isOrthogonal (const MatrixBase< OtherDerived > &other, const RealScalar &prec=NumTraits< Scalar >::dummy_precision()) const |
|
bool | isSkewSymmetric (const RealScalar &prec=NumTraits< Scalar >::dummy_precision()) const |
|
bool | isUnitary (const RealScalar &prec=NumTraits< Scalar >::dummy_precision()) const |
|
bool | isUpperTriangular (const RealScalar &prec=NumTraits< Scalar >::dummy_precision()) const |
|
JacobiSVD< PlainObject, Options > | jacobiSvd () const |
|
JacobiSVD< typename MatrixBase< Derived >::PlainObject, Options > | jacobiSvd () const |
|
EIGEN_DEPRECATED JacobiSVD< PlainObject, Options > | jacobiSvd (unsigned int computationOptions) const |
|
JacobiSVD< typename MatrixBase< Derived >::PlainObject, Options > | jacobiSvd (unsigned int computationOptions) const |
|
const Product< Derived, OtherDerived, LazyProduct > | lazyProduct (const MatrixBase< OtherDerived > &other) const |
|
const LDLT< PlainObject > | ldlt () const |
|
const LLT< PlainObject > | llt () const |
|
const MatrixLogarithmReturnValue< Derived > | log () const |
|
RealScalar | lpNorm () const |
|
const PartialPivLU< typename MatrixBase< Derived >::PlainObject, PermutationIndex > | lu () const |
|
const PartialPivLU< PlainObject, PermutationIndex > | lu () const |
|
void | makeHouseholder (EssentialPart &essential, Scalar &tau, RealScalar &beta) const |
|
void | makeHouseholderInPlace (Scalar &tau, RealScalar &beta) |
|
MatrixBase< Derived > & | matrix () |
|
const MatrixBase< Derived > & | matrix () const |
|
const MatrixFunctionReturnValue< Derived > | matrixFunction (StemFunction f) const |
|
NoAlias< Derived, Eigen::MatrixBase > | noalias () |
|
RealScalar | norm () const |
|
void | normalize () |
|
const PlainObject | normalized () const |
|
bool | operator!= (const MatrixBase< OtherDerived > &other) const |
|
const Product< Derived, DiagonalDerived, LazyProduct > | operator* (const DiagonalBase< DiagonalDerived > &diagonal) const |
|
const Product< Derived, OtherDerived > | operator* (const MatrixBase< OtherDerived > &other) const |
|
const Product< Derived, SkewDerived, LazyProduct > | operator* (const SkewSymmetricBase< SkewDerived > &skew) const |
|
Derived & | operator*= (const EigenBase< OtherDerived > &other) |
|
Derived & | operator+= (const MatrixBase< OtherDerived > &other) |
|
Derived & | operator-= (const MatrixBase< OtherDerived > &other) |
|
Derived & | operator= (const DenseBase< OtherDerived > &other) |
|
Derived & | operator= (const EigenBase< OtherDerived > &other) |
|
Derived & | operator= (const MatrixBase &other) |
|
Derived & | operator= (const ReturnByValue< OtherDerived > &other) |
|
bool | operator== (const MatrixBase< OtherDerived > &other) const |
|
RealScalar | operatorNorm () const |
|
const PartialPivLU< typename MatrixBase< Derived >::PlainObject, PermutationIndex > | partialPivLu () const |
|
const PartialPivLU< PlainObject, PermutationIndex > | partialPivLu () const |
|
const MatrixPowerReturnValue< Derived > | pow (const RealScalar &p) const |
|
const MatrixComplexPowerReturnValue< Derived > | pow (const std::complex< RealScalar > &p) const |
|
SelfAdjointViewReturnType< UpLo >::Type | selfadjointView () |
|
MatrixBase< Derived >::template SelfAdjointViewReturnType< UpLo >::Type | selfadjointView () |
|
MatrixBase< Derived >::template ConstSelfAdjointViewReturnType< UpLo >::Type | selfadjointView () const |
|
ConstSelfAdjointViewReturnType< UpLo >::Type | selfadjointView () const |
|
Derived & | setIdentity () |
|
Derived & | setIdentity (Index rows, Index cols) |
|
Derived & | setUnit (Index i) |
|
Derived & | setUnit (Index newSize, Index i) |
|
const MatrixFunctionReturnValue< Derived > | sin () const |
|
const MatrixFunctionReturnValue< Derived > | sinh () const |
|
const SparseView< Derived > | sparseView (const Scalar &m_reference=Scalar(0), const typename NumTraits< Scalar >::Real &m_epsilon=NumTraits< Scalar >::dummy_precision()) const |
|
const MatrixSquareRootReturnValue< Derived > | sqrt () const |
|
RealScalar | squaredNorm () const |
|
RealScalar | stableNorm () const |
|
void | stableNormalize () |
|
const PlainObject | stableNormalized () const |
|
Scalar | trace () const |
|
TriangularViewReturnType< Mode >::Type | triangularView () |
|
MatrixBase< Derived >::template TriangularViewReturnType< Mode >::Type | triangularView () |
|
MatrixBase< Derived >::template ConstTriangularViewReturnType< Mode >::Type | triangularView () const |
|
ConstTriangularViewReturnType< Mode >::Type | triangularView () const |
|
PlainObject | unitOrthogonal (void) const |
|
bool | all () const |
|
bool | allFinite () const |
|
bool | any () const |
|
iterator | begin () |
|
const_iterator | begin () const |
|
const_iterator | cbegin () const |
|
const_iterator | cend () const |
|
ColwiseReturnType | colwise () |
|
ConstColwiseReturnType | colwise () const |
|
Index | count () const |
|
iterator | end () |
|
const_iterator | end () const |
|
EvalReturnType | eval () const |
|
void | evalTo (Dest &) const |
|
void | fill (const Scalar &value) |
|
EIGEN_DEPRECATED const Derived & | flagged () const |
|
ForceAlignedAccess< Derived > | forceAlignedAccess () |
|
const ForceAlignedAccess< Derived > | forceAlignedAccess () const |
|
std::conditional_t< Enable, ForceAlignedAccess< Derived >, Derived & > | forceAlignedAccessIf () |
|
const std::conditional_t< Enable, ForceAlignedAccess< Derived >, Derived & > | forceAlignedAccessIf () const |
|
const WithFormat< Derived > | format (const IOFormat &fmt) const |
|
bool | hasNaN () const |
|
EIGEN_CONSTEXPR Index | innerSize () const |
|
bool | isApprox (const DenseBase< OtherDerived > &other, const RealScalar &prec=NumTraits< Scalar >::dummy_precision()) const |
|
bool | isApproxToConstant (const Scalar &value, const RealScalar &prec=NumTraits< Scalar >::dummy_precision()) const |
|
bool | isConstant (const Scalar &value, const RealScalar &prec=NumTraits< Scalar >::dummy_precision()) const |
|
bool | isMuchSmallerThan (const DenseBase< OtherDerived > &other, const RealScalar &prec=NumTraits< Scalar >::dummy_precision()) const |
|
bool | isMuchSmallerThan (const RealScalar &other, const RealScalar &prec=NumTraits< Scalar >::dummy_precision()) const |
|
bool | isMuchSmallerThan (const typename NumTraits< Scalar >::Real &other, const RealScalar &prec) const |
|
bool | isOnes (const RealScalar &prec=NumTraits< Scalar >::dummy_precision()) const |
|
bool | isZero (const RealScalar &prec=NumTraits< Scalar >::dummy_precision()) const |
|
Derived & | lazyAssign (const DenseBase< OtherDerived > &other) |
|
EIGEN_DEPRECATED Derived & | lazyAssign (const DenseBase< OtherDerived > &other) |
|
RealScalar | lpNorm () const |
|
internal::traits< Derived >::Scalar | maxCoeff () const |
|
internal::traits< Derived >::Scalar | maxCoeff () const |
|
internal::traits< Derived >::Scalar | maxCoeff (IndexType *index) const |
|
internal::traits< Derived >::Scalar | maxCoeff (IndexType *index) const |
|
internal::traits< Derived >::Scalar | maxCoeff (IndexType *row, IndexType *col) const |
|
internal::traits< Derived >::Scalar | maxCoeff (IndexType *row, IndexType *col) const |
|
Scalar | mean () const |
|
internal::traits< Derived >::Scalar | minCoeff () const |
|
internal::traits< Derived >::Scalar | minCoeff () const |
|
internal::traits< Derived >::Scalar | minCoeff (IndexType *index) const |
|
internal::traits< Derived >::Scalar | minCoeff (IndexType *index) const |
|
internal::traits< Derived >::Scalar | minCoeff (IndexType *row, IndexType *col) const |
|
internal::traits< Derived >::Scalar | minCoeff (IndexType *row, IndexType *col) const |
|
const NestByValue< Derived > | nestByValue () const |
|
Derived & | operator*= (const Scalar &other) |
|
Derived & | operator+= (const EigenBase< OtherDerived > &other) |
|
Derived & | operator-= (const EigenBase< OtherDerived > &other) |
|
Derived & | operator/= (const Scalar &other) |
|
CommaInitializer< Derived > | operator<< (const DenseBase< OtherDerived > &other) |
|
CommaInitializer< Derived > | operator<< (const Scalar &s) |
|
std::ostream & | operator<< (std::ostream &s, const DenseBase< Derived > &m) |
|
Derived & | operator= (const DenseBase &other) |
|
Derived & | operator= (const DenseBase< OtherDerived > &other) |
|
Derived & | operator= (const EigenBase< OtherDerived > &other) |
|
Derived & | operator= (const ReturnByValue< OtherDerived > &func) |
|
EIGEN_CONSTEXPR Index | outerSize () const |
|
Scalar | prod () const |
|
Scalar | redux (const BinaryOp &func) const |
|
internal::traits< Derived >::Scalar | redux (const Func &func) const |
|
const Replicate< Derived, RowFactor, ColFactor > | replicate () const |
|
const Replicate< Derived, Dynamic, Dynamic > | replicate (Index rowFactor, Index colFactor) const |
|
void | resize (Index newSize) |
|
void | resize (Index rows, Index cols) |
|
ReverseReturnType | reverse () |
|
ConstReverseReturnType | reverse () const |
|
void | reverseInPlace () |
|
RowwiseReturnType | rowwise () |
|
ConstRowwiseReturnType | rowwise () const |
|
CwiseTernaryOp< internal::scalar_boolean_select_op< typename DenseBase< ThenDerived >::Scalar, typename DenseBase< ElseDerived >::Scalar, Scalar >, ThenDerived, ElseDerived, Derived > | select (const DenseBase< ThenDerived > &thenMatrix, const DenseBase< ElseDerived > &elseMatrix) const |
|
CwiseTernaryOp< internal::scalar_boolean_select_op< typename DenseBase< ThenDerived >::Scalar, typename DenseBase< ElseDerived >::Scalar, typename DenseBase< Derived >::Scalar >, ThenDerived, ElseDerived, Derived > | select (const DenseBase< ThenDerived > &thenMatrix, const DenseBase< ElseDerived > &elseMatrix) const |
|
CwiseTernaryOp< internal::scalar_boolean_select_op< typename DenseBase< ThenDerived >::Scalar, typename DenseBase< ThenDerived >::Scalar, typename DenseBase< Derived >::Scalar >, ThenDerived, typename DenseBase< ThenDerived >::ConstantReturnType, Derived > | select (const DenseBase< ThenDerived > &thenMatrix, const typename DenseBase< ThenDerived >::Scalar &elseScalar) const |
|
CwiseTernaryOp< internal::scalar_boolean_select_op< typename DenseBase< ThenDerived >::Scalar, typename DenseBase< ThenDerived >::Scalar, Scalar >, ThenDerived, typename DenseBase< ThenDerived >::ConstantReturnType, Derived > | select (const DenseBase< ThenDerived > &thenMatrix, const typename DenseBase< ThenDerived >::Scalar &elseScalar) const |
|
CwiseTernaryOp< internal::scalar_boolean_select_op< typename DenseBase< ElseDerived >::Scalar, typename DenseBase< ElseDerived >::Scalar, Scalar >, typename DenseBase< ElseDerived >::ConstantReturnType, ElseDerived, Derived > | select (const typename DenseBase< ElseDerived >::Scalar &thenScalar, const DenseBase< ElseDerived > &elseMatrix) const |
|
CwiseTernaryOp< internal::scalar_boolean_select_op< typename DenseBase< ElseDerived >::Scalar, typename DenseBase< ElseDerived >::Scalar, typename DenseBase< Derived >::Scalar >, typename DenseBase< ElseDerived >::ConstantReturnType, ElseDerived, Derived > | select (const typename DenseBase< ElseDerived >::Scalar &thenScalar, const DenseBase< ElseDerived > &elseMatrix) const |
|
Derived & | setConstant (const Scalar &value) |
|
Derived & | setEqualSpaced (const Scalar &low, const Scalar &step) |
|
Derived & | setEqualSpaced (Index size, const Scalar &low, const Scalar &step) |
|
Derived & | setLinSpaced (const Scalar &low, const Scalar &high) |
|
Derived & | setLinSpaced (Index size, const Scalar &low, const Scalar &high) |
|
Derived & | setOnes () |
|
Derived & | setRandom () |
|
Derived & | setZero () |
|
Scalar | sum () const |
|
void | swap (const DenseBase< OtherDerived > &other) |
|
void | swap (PlainObjectBase< OtherDerived > &other) |
|
Scalar | trace () const |
|
TransposeReturnType | transpose () |
|
const ConstTransposeReturnType | transpose () const |
|
void | transposeInPlace () |
|
CoeffReturnType | value () const |
|
void | visit (Visitor &func) const |
|
EIGEN_CONSTEXPR Index | cols () const EIGEN_NOEXCEPT |
|
EIGEN_CONSTEXPR Index | colStride () const EIGEN_NOEXCEPT |
|
Derived & | derived () |
|
const Derived & | derived () const |
|
EIGEN_CONSTEXPR Index | innerStride () const EIGEN_NOEXCEPT |
|
EIGEN_CONSTEXPR Index | outerStride () const EIGEN_NOEXCEPT |
|
EIGEN_CONSTEXPR Index | rows () const EIGEN_NOEXCEPT |
|
EIGEN_CONSTEXPR Index | rowStride () const EIGEN_NOEXCEPT |
|
EIGEN_CONSTEXPR Index | size () const EIGEN_NOEXCEPT |
|
EIGEN_CONSTEXPR Index | stride () const EIGEN_NOEXCEPT |
|
Scalar & | coeffRef (Index index) |
|
Scalar & | coeffRef (Index row, Index col) |
|
Scalar & | coeffRefByOuterInner (Index outer, Index inner) |
|
EIGEN_CONSTEXPR Index | cols () const EIGEN_NOEXCEPT |
|
Derived & | derived () |
|
const Derived & | derived () const |
|
Scalar & | operator() (Index index) |
|
Scalar & | operator() (Index row, Index col) |
|
Scalar & | operator[] (Index index) |
|
EIGEN_CONSTEXPR Index | rows () const EIGEN_NOEXCEPT |
|
EIGEN_CONSTEXPR Index | size () const EIGEN_NOEXCEPT |
|
Scalar & | w () |
|
Scalar & | x () |
|
Scalar & | y () |
|
Scalar & | z () |
|
CoeffReturnType | coeff (Index index) const |
|
CoeffReturnType | coeff (Index row, Index col) const |
|
CoeffReturnType | coeffByOuterInner (Index outer, Index inner) const |
|
Index | colIndexByOuterInner (Index outer, Index inner) const |
|
EIGEN_CONSTEXPR Index | cols () const EIGEN_NOEXCEPT |
|
Derived & | derived () |
|
const Derived & | derived () const |
|
CoeffReturnType | operator() (Index index) const |
|
CoeffReturnType | operator() (Index row, Index col) const |
|
CoeffReturnType | operator[] (Index index) const |
|
PacketReturnType | packet (Index index) const |
|
PacketReturnType | packet (Index row, Index col) const |
|
PacketReturnType | packetByOuterInner (Index outer, Index inner) const |
|
Index | rowIndexByOuterInner (Index outer, Index inner) const |
|
EIGEN_CONSTEXPR Index | rows () const EIGEN_NOEXCEPT |
|
EIGEN_CONSTEXPR Index | size () const EIGEN_NOEXCEPT |
|
CoeffReturnType | w () const |
|
CoeffReturnType | x () const |
|
CoeffReturnType | y () const |
|
CoeffReturnType | z () const |
|
void | addTo (Dest &dst) const |
|
void | applyThisOnTheLeft (Dest &dst) const |
|
void | applyThisOnTheRight (Dest &dst) const |
|
EIGEN_CONSTEXPR Index | cols () const EIGEN_NOEXCEPT |
|
Derived & | const_cast_derived () const |
|
const Derived & | const_derived () const |
|
Derived & | derived () |
|
const Derived & | derived () const |
|
void | evalTo (Dest &dst) const |
|
EIGEN_CONSTEXPR Index | rows () const EIGEN_NOEXCEPT |
|
EIGEN_CONSTEXPR Index | size () const EIGEN_NOEXCEPT |
|
void | subTo (Dest &dst) const |
|