_init1(Index size, std::enable_if_t<(Base::SizeAtCompileTime!=1||!internal::is_convertible< T, Scalar >::value) &&((!internal::is_same< typename internal::traits< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > >::XprKind, ArrayXpr >::value||Base::SizeAtCompileTime==Dynamic)), T > *=0) | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inlineprotected |
_init1(const Scalar &val0, std::enable_if_t< Base::SizeAtCompileTime==1 &&internal::is_convertible< T, Scalar >::value, T > *=0) | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inlineprotected |
_init1(const Index &val0, std::enable_if_t<(!internal::is_same< Index, Scalar >::value) &&(internal::is_same< Index, T >::value) &&Base::SizeAtCompileTime==1 &&internal::is_convertible< T, Scalar >::value, T * > *=0) | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inlineprotected |
_init1(const Scalar *data) | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inlineprotected |
_init1(const DenseBase< OtherDerived > &other) | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inlineprotected |
_init1(const Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > &other) | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inlineprotected |
_init1(const EigenBase< OtherDerived > &other) | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inlineprotected |
_init1(const ReturnByValue< OtherDerived > &other) | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inlineprotected |
_init1(const RotationBase< OtherDerived, ColsAtCompileTime > &r) | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inlineprotected |
_init1(const Scalar &val0, std::enable_if_t< Base::SizeAtCompileTime!=Dynamic &&Base::SizeAtCompileTime!=1 &&internal::is_convertible< T, Scalar >::value &&internal::is_same< typename internal::traits< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > >::XprKind, ArrayXpr >::value, T > *=0) | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inlineprotected |
_init1(const Index &val0, std::enable_if_t<(!internal::is_same< Index, Scalar >::value) &&(internal::is_same< Index, T >::value) &&Base::SizeAtCompileTime!=Dynamic &&Base::SizeAtCompileTime!=1 &&internal::is_convertible< T, Scalar >::value &&internal::is_same< typename internal::traits< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > >::XprKind, ArrayXpr >::value, T * > *=0) | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inlineprotected |
_init2(Index rows, Index cols, std::enable_if_t< Base::SizeAtCompileTime!=2, T0 > *=0) | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inlineprotected |
_init2(const T0 &val0, const T1 &val1, std::enable_if_t< Base::SizeAtCompileTime==2, T0 > *=0) | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inlineprotected |
_init2(const Index &val0, const Index &val1, std::enable_if_t<(!internal::is_same< Index, Scalar >::value) &&(internal::is_same< T0, Index >::value) &&(internal::is_same< T1, Index >::value) &&Base::SizeAtCompileTime==2, T1 > *=0) | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inlineprotected |
_resize_to_match(const EigenBase< OtherDerived > &other) | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inlineprotected |
_set(const DenseBase< OtherDerived > &other) | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inlineprotected |
_set_noalias(const DenseBase< OtherDerived > &other) | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inlineprotected |
addTo(Dest &dst) const | Eigen::EigenBase< Derived > | inline |
AlignedMapType typedef | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | |
all() const | Eigen::DenseBase< Derived > | inline |
allFinite() const | Eigen::DenseBase< Derived > | inline |
any() const | Eigen::DenseBase< Derived > | inline |
applyThisOnTheLeft(Dest &dst) const | Eigen::EigenBase< Derived > | inline |
applyThisOnTheRight(Dest &dst) const | Eigen::EigenBase< Derived > | inline |
array() | Eigen::ArrayBase< Derived > | inline |
array() const | Eigen::ArrayBase< Derived > | inline |
Array() | Eigen::Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > | inline |
Array(Array &&other) EIGEN_NOEXCEPT_IF(std | Eigen::Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > | inline |
Array(const Scalar &a0, const Scalar &a1, const Scalar &a2, const Scalar &a3, const ArgTypes &... args) | Eigen::Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > | inline |
Array(const std::initializer_list< std::initializer_list< Scalar >> &list) | Eigen::Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > | inline |
Array(const Scalar *data) | Eigen::Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > | explicit |
Array(Index dim) | Eigen::Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > | inlineexplicit |
Array(const Scalar &value) | Eigen::Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > | |
Array(Index rows, Index cols) | Eigen::Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > | |
Array(const Scalar &val0, const Scalar &val1) | Eigen::Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > | |
Array(const Scalar &val0, const Scalar &val1, const Scalar &val2) | Eigen::Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > | inline |
Array(const Scalar &val0, const Scalar &val1, const Scalar &val2, const Scalar &val3) | Eigen::Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > | inline |
Array(const Array &other) | Eigen::Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > | inline |
Array(const EigenBase< OtherDerived > &other, std::enable_if_t< internal::is_convertible< typename OtherDerived::Scalar, Scalar >::value, PrivateType >=PrivateType()) | Eigen::Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > | inline |
ArrayBase(Index) | Eigen::ArrayBase< Derived > | explicitprivate |
ArrayBase(Index, Index) | Eigen::ArrayBase< Derived > | private |
ArrayBase(const ArrayBase< OtherDerived > &) | Eigen::ArrayBase< Derived > | explicitprivate |
atan2(const Eigen::ArrayBase< LhsDerived > &x, const Eigen::ArrayBase< RhsDerived > &exponents) | Eigen::ArrayBase< Derived > | related |
Base typedef | Eigen::Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > | |
base() const | Eigen::Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > | inline |
PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > >::base() const | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inline |
begin() | Eigen::DenseBase< Derived > | inline |
begin() const | Eigen::DenseBase< Derived > | inline |
cbegin() const | Eigen::DenseBase< Derived > | inline |
cend() const | Eigen::DenseBase< Derived > | inline |
coeff(Index rowId, Index colId) const | Eigen::Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > | inline |
coeff(Index index) const | Eigen::Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > | inline |
PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > >::coeff(Index rowId, Index colId) const | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inline |
PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > >::coeff(Index index) const | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inline |
coeffByOuterInner(Index outer, Index inner) const | Eigen::DenseCoeffsBase< Derived, ReadOnlyAccessors > | inline |
coeffRef(Index rowId, Index colId) | Eigen::Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > | inline |
coeffRef(Index index) | Eigen::Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > | inline |
coeffRef(Index rowId, Index colId) const | Eigen::Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > | inline |
coeffRef(Index index) const | Eigen::Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > | inline |
PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > >::coeffRef(Index rowId, Index colId) | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inline |
PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > >::coeffRef(Index index) | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inline |
PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > >::coeffRef(Index rowId, Index colId) const | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inline |
PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > >::coeffRef(Index index) const | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inline |
coeffRefByOuterInner(Index outer, Index inner) | Eigen::DenseCoeffsBase< Derived, WriteAccessors > | inline |
Eigen::DenseCoeffsBase< Derived, ReadOnlyAccessors >::coeffRefByOuterInner() | Eigen::DenseCoeffsBase< Derived, ReadOnlyAccessors > | protected |
CoeffReturnType typedef | Eigen::DenseBase< Derived > | |
colIndexByOuterInner(Index outer, Index inner) const | Eigen::DenseCoeffsBase< Derived, ReadOnlyAccessors > | inline |
cols() const EIGEN_NOEXCEPT | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inline |
Eigen::doxygen::dense_xpr_base_dispatcher< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > >::cols() const EIGEN_NOEXCEPT | Eigen::DenseCoeffsBase< Derived, DirectWriteAccessors > | inline |
ColsAtCompileTime enum value | Eigen::DenseBase< Derived > | |
colStride() const EIGEN_NOEXCEPT | Eigen::DenseCoeffsBase< Derived, DirectWriteAccessors > | inline |
Eigen::DenseCoeffsBase< Derived, WriteAccessors >::colStride() | Eigen::DenseCoeffsBase< Derived, ReadOnlyAccessors > | protected |
colwise() const | Eigen::DenseBase< Derived > | inline |
colwise() | Eigen::DenseBase< Derived > | inline |
ColwiseReturnType typedef | Eigen::DenseBase< Derived > | |
conservativeResize(Index rows, Index cols) | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inline |
conservativeResize(Index rows, NoChange_t) | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inline |
conservativeResize(NoChange_t, Index cols) | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inline |
conservativeResize(Index size) | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inline |
conservativeResizeLike(const DenseBase< OtherDerived > &other) | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inline |
const_cast_derived() const | Eigen::EigenBase< Derived > | inline |
const_derived() const | Eigen::EigenBase< Derived > | inline |
const_iterator typedef | Eigen::DenseBase< Derived > | |
ConstAlignedMapType typedef | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | |
Constant(Index rows, Index cols, const Scalar &value) | Eigen::DenseBase< Derived > | inlinestatic |
Constant(Index size, const Scalar &value) | Eigen::DenseBase< Derived > | inlinestatic |
Constant(const Scalar &value) | Eigen::DenseBase< Derived > | inlinestatic |
ConstColwiseReturnType typedef | Eigen::DenseBase< Derived > | |
ConstMapType typedef | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | |
ConstReverseReturnType typedef | Eigen::DenseBase< Derived > | |
ConstRowwiseReturnType typedef | Eigen::DenseBase< Derived > | |
ConstTransposeReturnType typedef | Eigen::DenseBase< Derived > | |
copyCoeff() | Eigen::DenseCoeffsBase< Derived, ReadOnlyAccessors > | protected |
copyCoeffByOuterInner() | Eigen::DenseCoeffsBase< Derived, ReadOnlyAccessors > | protected |
copyPacket() | Eigen::DenseCoeffsBase< Derived, ReadOnlyAccessors > | protected |
copyPacketByOuterInner() | Eigen::DenseCoeffsBase< Derived, ReadOnlyAccessors > | protected |
count() const | Eigen::DenseBase< Derived > | |
data() const | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inline |
data() | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inline |
DenseBase() | Eigen::DenseBase< Derived > | inlineprotected |
DenseBase(int) | Eigen::DenseBase< Derived > | explicitprivate |
DenseBase(int, int) | Eigen::DenseBase< Derived > | private |
DenseBase(const DenseBase< OtherDerived > &) | Eigen::DenseBase< Derived > | explicitprivate |
DenseType typedef | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | |
derived() | Eigen::DenseCoeffsBase< Derived, DirectWriteAccessors > | inline |
derived() const | Eigen::DenseCoeffsBase< Derived, DirectWriteAccessors > | inline |
Eigen::EigenBase::derived() const | Eigen::EigenBase< Derived > | inline |
EIGEN_STATIC_ASSERT(internal::check_implication(MaxRowsAtCompileTime==1 &&MaxColsAtCompileTime!=1,(int(Options)&RowMajor)==RowMajor), INVALID_MATRIX_TEMPLATE_PARAMETERS) EIGEN_STATIC_ASSERT(internal | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inline |
end() | Eigen::DenseBase< Derived > | inline |
end() const | Eigen::DenseBase< Derived > | inline |
EqualSpaced(Index size, const Scalar &low, const Scalar &step) | Eigen::DenseBase< Derived > | inlinestatic |
EqualSpaced(const Scalar &low, const Scalar &step) | Eigen::DenseBase< Derived > | inlinestatic |
eval() const | Eigen::DenseBase< Derived > | inline |
EvalReturnType typedef | Eigen::DenseBase< Derived > | |
evalTo(Dest &) const | Eigen::DenseBase< Derived > | inline |
fill(const Scalar &value) | Eigen::DenseBase< Derived > | inline |
flagged() const | Eigen::DenseBase< Derived > | inline |
Flags enum value | Eigen::DenseBase< Derived > | |
forceAlignedAccess() const | Eigen::DenseBase< Derived > | inline |
forceAlignedAccess() | Eigen::DenseBase< Derived > | inline |
forceAlignedAccessIf() const | Eigen::DenseBase< Derived > | inline |
forceAlignedAccessIf() | Eigen::DenseBase< Derived > | inline |
format(const IOFormat &fmt) const | Eigen::DenseBase< Derived > | inline |
hasNaN() const | Eigen::DenseBase< Derived > | inline |
Index typedef | Eigen::EigenBase< Derived > | |
innerSize() const | Eigen::DenseBase< Derived > | inline |
InnerSizeAtCompileTime enum value | Eigen::DenseBase< Derived > | |
innerStride() const EIGEN_NOEXCEPT | Eigen::Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > | inline |
Eigen::DenseCoeffsBase< Derived, WriteAccessors >::innerStride() | Eigen::DenseCoeffsBase< Derived, ReadOnlyAccessors > | protected |
InnerStrideAtCompileTime enum value | Eigen::DenseBase< Derived > | |
isApprox(const DenseBase< OtherDerived > &other, const RealScalar &prec=NumTraits< Scalar >::dummy_precision()) const | Eigen::DenseBase< Derived > | |
isApproxToConstant(const Scalar &value, const RealScalar &prec=NumTraits< Scalar >::dummy_precision()) const | Eigen::DenseBase< Derived > | |
isConstant(const Scalar &value, const RealScalar &prec=NumTraits< Scalar >::dummy_precision()) const | Eigen::DenseBase< Derived > | |
isMuchSmallerThan(const RealScalar &other, const RealScalar &prec=NumTraits< Scalar >::dummy_precision()) const | Eigen::DenseBase< Derived > | |
isMuchSmallerThan(const DenseBase< OtherDerived > &other, const RealScalar &prec=NumTraits< Scalar >::dummy_precision()) const | Eigen::DenseBase< Derived > | |
isMuchSmallerThan(const typename NumTraits< Scalar >::Real &other, const RealScalar &prec) const | Eigen::DenseBase< Derived > | |
isOnes(const RealScalar &prec=NumTraits< Scalar >::dummy_precision()) const | Eigen::DenseBase< Derived > | |
IsPlainObjectBase enum value | Eigen::DenseBase< Derived > | |
IsRowMajor enum value | Eigen::DenseBase< Derived > | |
IsVectorAtCompileTime enum value | Eigen::DenseBase< Derived > | |
isZero(const RealScalar &prec=NumTraits< Scalar >::dummy_precision()) const | Eigen::DenseBase< Derived > | |
iterator typedef | Eigen::DenseBase< Derived > | |
lazyAssign(const DenseBase< OtherDerived > &other) | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inline |
LinSpaced(Sequential_t, Index size, const Scalar &low, const Scalar &high) | Eigen::DenseBase< Derived > | inlinestatic |
LinSpaced(Sequential_t, const Scalar &low, const Scalar &high) | Eigen::DenseBase< Derived > | inlinestatic |
LinSpaced(Index size, const Scalar &low, const Scalar &high) | Eigen::DenseBase< Derived > | inlinestatic |
LinSpaced(const Scalar &low, const Scalar &high) | Eigen::DenseBase< Derived > | inlinestatic |
lpNorm() const | Eigen::DenseBase< Derived > | |
m_storage | Eigen::Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > | protected |
Map(const Scalar *data) | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inlinestatic |
Map(Scalar *data) | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inlinestatic |
Map(const Scalar *data, Index size) | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inlinestatic |
Map(Scalar *data, Index size) | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inlinestatic |
Map(const Scalar *data, Index rows, Index cols) | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inlinestatic |
Map(Scalar *data, Index rows, Index cols) | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inlinestatic |
Map(const Scalar *data, const Stride< Outer, Inner > &stride) | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inlinestatic |
Map(Scalar *data, const Stride< Outer, Inner > &stride) | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inlinestatic |
Map(const Scalar *data, Index size, const Stride< Outer, Inner > &stride) | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inlinestatic |
Map(Scalar *data, Index size, const Stride< Outer, Inner > &stride) | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inlinestatic |
Map(const Scalar *data, Index rows, Index cols, const Stride< Outer, Inner > &stride) | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inlinestatic |
Map(Scalar *data, Index rows, Index cols, const Stride< Outer, Inner > &stride) | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inlinestatic |
MapAligned(const Scalar *data) | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inlinestatic |
MapAligned(Scalar *data) | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inlinestatic |
MapAligned(const Scalar *data, Index size) | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inlinestatic |
MapAligned(Scalar *data, Index size) | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inlinestatic |
MapAligned(const Scalar *data, Index rows, Index cols) | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inlinestatic |
MapAligned(Scalar *data, Index rows, Index cols) | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inlinestatic |
MapAligned(const Scalar *data, const Stride< Outer, Inner > &stride) | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inlinestatic |
MapAligned(Scalar *data, const Stride< Outer, Inner > &stride) | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inlinestatic |
MapAligned(const Scalar *data, Index size, const Stride< Outer, Inner > &stride) | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inlinestatic |
MapAligned(Scalar *data, Index size, const Stride< Outer, Inner > &stride) | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inlinestatic |
MapAligned(const Scalar *data, Index rows, Index cols, const Stride< Outer, Inner > &stride) | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inlinestatic |
MapAligned(Scalar *data, Index rows, Index cols, const Stride< Outer, Inner > &stride) | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inlinestatic |
MapType typedef | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | |
matrix() | Eigen::ArrayBase< Derived > | inline |
matrix() const | Eigen::ArrayBase< Derived > | inline |
maxCoeff() const | Eigen::DenseBase< Derived > | inline |
maxCoeff() const | Eigen::DenseBase< Derived > | inline |
maxCoeff(IndexType *row, IndexType *col) const | Eigen::DenseBase< Derived > | |
maxCoeff(IndexType *index) const | Eigen::DenseBase< Derived > | |
maxCoeff(IndexType *row, IndexType *col) const | Eigen::DenseBase< Derived > | inline |
maxCoeff(IndexType *index) const | Eigen::DenseBase< Derived > | inline |
MaxColsAtCompileTime enum value | Eigen::DenseBase< Derived > | |
MaxRowsAtCompileTime enum value | Eigen::DenseBase< Derived > | |
MaxSizeAtCompileTime enum value | Eigen::DenseBase< Derived > | |
mean() const | Eigen::DenseBase< Derived > | inline |
minCoeff() const | Eigen::DenseBase< Derived > | inline |
minCoeff() const | Eigen::DenseBase< Derived > | inline |
minCoeff(IndexType *row, IndexType *col) const | Eigen::DenseBase< Derived > | |
minCoeff(IndexType *index) const | Eigen::DenseBase< Derived > | |
minCoeff(IndexType *row, IndexType *col) const | Eigen::DenseBase< Derived > | inline |
minCoeff(IndexType *index) const | Eigen::DenseBase< Derived > | inline |
NeedsToAlign enum value | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | |
nestByValue() const | Eigen::DenseBase< Derived > | inline |
NullaryExpr(Index rows, Index cols, const CustomNullaryOp &func) | Eigen::DenseBase< Derived > | inlinestatic |
NullaryExpr(Index size, const CustomNullaryOp &func) | Eigen::DenseBase< Derived > | inlinestatic |
NullaryExpr(const CustomNullaryOp &func) | Eigen::DenseBase< Derived > | inlinestatic |
NumDimensions enum value | Eigen::DenseBase< Derived > | |
Ones(Index rows, Index cols) | Eigen::DenseBase< Derived > | inlinestatic |
Ones(Index size) | Eigen::DenseBase< Derived > | inlinestatic |
Ones() | Eigen::DenseBase< Derived > | inlinestatic |
operator()(Index row, Index col) | Eigen::DenseCoeffsBase< Derived, WriteAccessors > | inline |
operator()(Index index) | Eigen::DenseCoeffsBase< Derived, WriteAccessors > | inline |
Eigen::DenseCoeffsBase< Derived, ReadOnlyAccessors >::operator()(Index row, Index col) const | Eigen::DenseCoeffsBase< Derived, ReadOnlyAccessors > | inline |
Eigen::DenseCoeffsBase< Derived, ReadOnlyAccessors >::operator()(Index index) const | Eigen::DenseCoeffsBase< Derived, ReadOnlyAccessors > | inline |
operator*=(const ArrayBase< OtherDerived > &other) | Eigen::ArrayBase< Derived > | inline |
Eigen::DenseBase::operator*=(const Scalar &other) | Eigen::DenseBase< Derived > | inline |
operator+=(const Scalar &scalar) | Eigen::ArrayBase< Derived > | inline |
operator+=(const ArrayBase< OtherDerived > &other) | Eigen::ArrayBase< Derived > | inline |
operator+=(const MatrixBase< OtherDerived > &) | Eigen::ArrayBase< Derived > | inlineprotected |
Eigen::DenseBase::operator+=(const EigenBase< OtherDerived > &other) | Eigen::DenseBase< Derived > | |
operator-=(const Scalar &scalar) | Eigen::ArrayBase< Derived > | inline |
operator-=(const ArrayBase< OtherDerived > &other) | Eigen::ArrayBase< Derived > | inline |
operator-=(const MatrixBase< OtherDerived > &) | Eigen::ArrayBase< Derived > | inlineprotected |
Eigen::DenseBase::operator-=(const EigenBase< OtherDerived > &other) | Eigen::DenseBase< Derived > | |
operator/=(const ArrayBase< OtherDerived > &other) | Eigen::ArrayBase< Derived > | inline |
Eigen::DenseBase::operator/=(const Scalar &other) | Eigen::DenseBase< Derived > | inline |
operator<<(const Scalar &s) | Eigen::DenseBase< Derived > | inline |
operator<<(const DenseBase< OtherDerived > &other) | Eigen::DenseBase< Derived > | inline |
operator<<(std::ostream &s, const DenseBase< Derived > &m) | Eigen::DenseBase< Derived > | related |
operator=(const EigenBase< OtherDerived > &other) | Eigen::Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > | inline |
operator=(const Scalar &value) | Eigen::Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > | inline |
operator=(const DenseBase< OtherDerived > &other) | Eigen::Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > | inline |
operator=(const Array &other) | Eigen::Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > | inline |
operator=(Array &&other) EIGEN_NOEXCEPT_IF(std | Eigen::Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > | inline |
PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > >::operator=(const PlainObjectBase &other) | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inline |
PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > >::operator=(const ReturnByValue< OtherDerived > &func) | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inline |
PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > >::operator=(PlainObjectBase &&other) EIGEN_NOEXCEPT | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inlineprotected |
Eigen::doxygen::dense_xpr_base_dispatcher< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > >::operator=(const ArrayBase &other) | Eigen::ArrayBase< Derived > | inline |
Eigen::DenseBase::operator=(const DenseBase &other) | Eigen::DenseBase< Derived > | inline |
operator[](Index index) | Eigen::DenseCoeffsBase< Derived, WriteAccessors > | inline |
Eigen::DenseCoeffsBase< Derived, ReadOnlyAccessors >::operator[](Index index) const | Eigen::DenseCoeffsBase< Derived, ReadOnlyAccessors > | inline |
Options enum value | Eigen::Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > | |
outerSize() const | Eigen::DenseBase< Derived > | inline |
outerStride() const EIGEN_NOEXCEPT | Eigen::Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > | inline |
Eigen::DenseCoeffsBase< Derived, WriteAccessors >::outerStride() | Eigen::DenseCoeffsBase< Derived, ReadOnlyAccessors > | protected |
OuterStrideAtCompileTime enum value | Eigen::DenseBase< Derived > | |
packet(Index rowId, Index colId) const | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inline |
packet(Index index) const | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inline |
packetByOuterInner(Index outer, Index inner) const | Eigen::DenseCoeffsBase< Derived, ReadOnlyAccessors > | inline |
PacketReturnType typedef | Eigen::DenseCoeffsBase< Derived, ReadOnlyAccessors > | |
PacketScalar typedef | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | |
PlainArray typedef | Eigen::DenseBase< Derived > | |
PlainMatrix typedef | Eigen::DenseBase< Derived > | |
PlainObject typedef | Eigen::Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > | |
PlainObjectBase() | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inlineprotected |
PlainObjectBase(PlainObjectBase &&other) EIGEN_NOEXCEPT | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inlineprotected |
PlainObjectBase(const PlainObjectBase &other) | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inlineprotected |
PlainObjectBase(Index size, Index rows, Index cols) | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inlineprotected |
PlainObjectBase(const Scalar &a0, const Scalar &a1, const Scalar &a2, const Scalar &a3, const ArgTypes &... args) | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inlineprotected |
PlainObjectBase(const std::initializer_list< std::initializer_list< Scalar >> &list) | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inlineexplicitprotected |
PlainObjectBase(const DenseBase< OtherDerived > &other) | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inlineprotected |
PlainObjectBase(const EigenBase< OtherDerived > &other) | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inlineprotected |
PlainObjectBase(const ReturnByValue< OtherDerived > &other) | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inlineprotected |
pow(const Eigen::ArrayBase< Derived > &x, const ScalarExponent &exponent) | Eigen::ArrayBase< Derived > | related |
pow(const Eigen::ArrayBase< Derived > &x, const Eigen::ArrayBase< ExponentDerived > &exponents) | Eigen::ArrayBase< Derived > | related |
pow(const Scalar &x, const Eigen::ArrayBase< Derived > &x) | Eigen::ArrayBase< Derived > | related |
prod() const | Eigen::DenseBase< Derived > | inline |
Random(Index rows, Index cols) | Eigen::DenseBase< Derived > | inlinestatic |
Random(Index size) | Eigen::DenseBase< Derived > | inlinestatic |
Random() | Eigen::DenseBase< Derived > | inlinestatic |
RandomReturnType typedef | Eigen::DenseBase< Derived > | |
RealScalar typedef | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | |
redux(const BinaryOp &func) const | Eigen::DenseBase< Derived > | |
redux(const Func &func) const | Eigen::DenseBase< Derived > | inline |
replicate() const | Eigen::DenseBase< Derived > | |
replicate(Index rowFactor, Index colFactor) const | Eigen::DenseBase< Derived > | inline |
resize(Index rows, Index cols) | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inline |
resize(Index size) | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inline |
resize(NoChange_t, Index cols) | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inline |
resize(Index rows, NoChange_t) | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inline |
resizeLike(const EigenBase< OtherDerived > &_other) | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inline |
reverse() | Eigen::DenseBase< Derived > | inline |
reverse() const | Eigen::DenseBase< Derived > | inline |
reverseInPlace() | Eigen::DenseBase< Derived > | inline |
ReverseReturnType typedef | Eigen::DenseBase< Derived > | |
rowIndexByOuterInner(Index outer, Index inner) const | Eigen::DenseCoeffsBase< Derived, ReadOnlyAccessors > | inline |
rows() const EIGEN_NOEXCEPT | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inline |
Eigen::doxygen::dense_xpr_base_dispatcher< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > >::rows() const EIGEN_NOEXCEPT | Eigen::DenseCoeffsBase< Derived, DirectWriteAccessors > | inline |
RowsAtCompileTime enum value | Eigen::DenseBase< Derived > | |
rowStride() const EIGEN_NOEXCEPT | Eigen::DenseCoeffsBase< Derived, DirectWriteAccessors > | inline |
Eigen::DenseCoeffsBase< Derived, WriteAccessors >::rowStride() | Eigen::DenseCoeffsBase< Derived, ReadOnlyAccessors > | protected |
rowwise() const | Eigen::DenseBase< Derived > | inline |
rowwise() | Eigen::DenseBase< Derived > | inline |
RowwiseReturnType typedef | Eigen::DenseBase< Derived > | |
Scalar typedef | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | |
select(const DenseBase< ThenDerived > &thenMatrix, const DenseBase< ElseDerived > &elseMatrix) const | Eigen::DenseBase< Derived > | inline |
select(const DenseBase< ThenDerived > &thenMatrix, const typename DenseBase< ThenDerived >::Scalar &elseScalar) const | Eigen::DenseBase< Derived > | inline |
select(const typename DenseBase< ElseDerived >::Scalar &thenScalar, const DenseBase< ElseDerived > &elseMatrix) const | Eigen::DenseBase< Derived > | inline |
select(const DenseBase< ThenDerived > &thenMatrix, const DenseBase< ElseDerived > &elseMatrix) const | Eigen::DenseBase< Derived > | inline |
select(const DenseBase< ThenDerived > &thenMatrix, const typename DenseBase< ThenDerived >::Scalar &elseScalar) const | Eigen::DenseBase< Derived > | inline |
select(const typename DenseBase< ElseDerived >::Scalar &thenScalar, const DenseBase< ElseDerived > &elseMatrix) const | Eigen::DenseBase< Derived > | inline |
setConstant(Index size, const Scalar &val) | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inline |
setConstant(Index rows, Index cols, const Scalar &val) | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inline |
setConstant(NoChange_t, Index cols, const Scalar &val) | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inline |
setConstant(Index rows, NoChange_t, const Scalar &val) | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inline |
Eigen::doxygen::dense_xpr_base_dispatcher< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > >::setConstant(const Scalar &value) | Eigen::DenseBase< Derived > | inline |
setEqualSpaced(Index size, const Scalar &low, const Scalar &step) | Eigen::DenseBase< Derived > | inline |
setEqualSpaced(const Scalar &low, const Scalar &step) | Eigen::DenseBase< Derived > | inline |
setLinSpaced(Index size, const Scalar &low, const Scalar &high) | Eigen::DenseBase< Derived > | inline |
setLinSpaced(const Scalar &low, const Scalar &high) | Eigen::DenseBase< Derived > | inline |
setOnes(Index size) | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inline |
setOnes(Index rows, Index cols) | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inline |
setOnes(NoChange_t, Index cols) | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inline |
setOnes(Index rows, NoChange_t) | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inline |
Eigen::doxygen::dense_xpr_base_dispatcher< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > >::setOnes() | Eigen::DenseBase< Derived > | inline |
setRandom(Index size) | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inline |
setRandom(Index rows, Index cols) | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inline |
setRandom(NoChange_t, Index cols) | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inline |
setRandom(Index rows, NoChange_t) | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inline |
Eigen::doxygen::dense_xpr_base_dispatcher< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > >::setRandom() | Eigen::DenseBase< Derived > | inline |
setZero(Index size) | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inline |
setZero(Index rows, Index cols) | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inline |
setZero(NoChange_t, Index cols) | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inline |
setZero(Index rows, NoChange_t) | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inline |
Eigen::doxygen::dense_xpr_base_dispatcher< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > >::setZero() | Eigen::DenseBase< Derived > | inline |
size() const EIGEN_NOEXCEPT | Eigen::DenseCoeffsBase< Derived, DirectWriteAccessors > | inline |
Eigen::EigenBase::size() const EIGEN_NOEXCEPT | Eigen::EigenBase< Derived > | inline |
SizeAtCompileTime enum value | Eigen::DenseBase< Derived > | |
StorageIndex typedef | Eigen::DenseBase< Derived > | |
StorageKind typedef | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | |
stride() const EIGEN_NOEXCEPT | Eigen::DenseCoeffsBase< Derived, DirectWriteAccessors > | inline |
Eigen::DenseCoeffsBase< Derived, WriteAccessors >::stride() | Eigen::DenseCoeffsBase< Derived, ReadOnlyAccessors > | protected |
subTo(Dest &dst) const | Eigen::EigenBase< Derived > | inline |
sum() const | Eigen::DenseBase< Derived > | inline |
swap(const DenseBase< OtherDerived > &other) | Eigen::DenseBase< Derived > | inline |
swap(PlainObjectBase< OtherDerived > &other) | Eigen::DenseBase< Derived > | inline |
trace() const | Eigen::DenseBase< Derived > | |
transpose() | Eigen::DenseBase< Derived > | inline |
transpose() const | Eigen::DenseBase< Derived > | inline |
transposeInPlace() | Eigen::DenseBase< Derived > | inline |
TransposeReturnType typedef | Eigen::DenseBase< Derived > | |
value() const | Eigen::DenseBase< Derived > | inline |
value_type typedef | Eigen::DenseBase< Derived > | |
visit(Visitor &func) const | Eigen::DenseBase< Derived > | |
w() | Eigen::DenseCoeffsBase< Derived, WriteAccessors > | inline |
Eigen::DenseCoeffsBase< Derived, ReadOnlyAccessors >::w() const | Eigen::DenseCoeffsBase< Derived, ReadOnlyAccessors > | inline |
writePacket(Index rowId, Index colId, const PacketScalar &val) | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inline |
writePacket(Index index, const PacketScalar &val) | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inline |
Eigen::doxygen::dense_xpr_base_dispatcher< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > >::writePacket() | Eigen::DenseCoeffsBase< Derived, ReadOnlyAccessors > | protected |
writePacketByOuterInner() | Eigen::DenseCoeffsBase< Derived, ReadOnlyAccessors > | protected |
x() | Eigen::DenseCoeffsBase< Derived, WriteAccessors > | inline |
Eigen::DenseCoeffsBase< Derived, ReadOnlyAccessors >::x() const | Eigen::DenseCoeffsBase< Derived, ReadOnlyAccessors > | inline |
y() | Eigen::DenseCoeffsBase< Derived, WriteAccessors > | inline |
Eigen::DenseCoeffsBase< Derived, ReadOnlyAccessors >::y() const | Eigen::DenseCoeffsBase< Derived, ReadOnlyAccessors > | inline |
z() | Eigen::DenseCoeffsBase< Derived, WriteAccessors > | inline |
Eigen::DenseCoeffsBase< Derived, ReadOnlyAccessors >::z() const | Eigen::DenseCoeffsBase< Derived, ReadOnlyAccessors > | inline |
Zero(Index rows, Index cols) | Eigen::DenseBase< Derived > | inlinestatic |
Zero(Index size) | Eigen::DenseBase< Derived > | inlinestatic |
Zero() | Eigen::DenseBase< Derived > | inlinestatic |