|
|
typedef CwiseBinaryOp< BinaryOp, Lhs, Rhs > | Derived |
| |
|
typedef SparseMatrixBase< Derived > | Base |
| |
| enum | |
| |
|
typedef internal::traits< CwiseBinaryOp< BinaryOp, Lhs, Rhs > >::Scalar | Scalar |
| |
| typedef Scalar | value_type |
| | The numeric type of the expression' coefficients, e.g.
|
| |
|
typedef internal::packet_traits< Scalar >::type | PacketScalar |
| |
|
typedef internal::traits< CwiseBinaryOp< BinaryOp, Lhs, Rhs > >::StorageKind | StorageKind |
| |
| typedef internal::traits< CwiseBinaryOp< BinaryOp, Lhs, Rhs > >::StorageIndex | StorageIndex |
| | The integer type used to store indices within a SparseMatrix.
|
| |
|
typedef internal::add_const_on_value_type_if_arithmetic< typenameinternal::packet_traits< Scalar >::type >::type | PacketReturnType |
| |
|
typedef SparseMatrixBase | StorageBaseType |
| |
|
typedef Matrix< StorageIndex, Dynamic, 1 > | IndexVector |
| |
|
typedef Matrix< Scalar, Dynamic, 1 > | ScalarVector |
| |
|
typedef internal::conditional< NumTraits< Scalar >::IsComplex, CwiseUnaryOp< internal::scalar_conjugate_op< Scalar >, Eigen::Transpose< constDerived > >, Transpose< constDerived > >::type | AdjointReturnType |
| |
|
typedef Transpose< CwiseBinaryOp< BinaryOp, Lhs, Rhs > > | TransposeReturnType |
| |
|
typedef Transpose< const CwiseBinaryOp< BinaryOp, Lhs, Rhs > > | ConstTransposeReturnType |
| |
|
typedef SparseMatrix< Scalar, Flags &RowMajorBit ? RowMajor :ColMajor, StorageIndex > | PlainObject |
| |
| typedef NumTraits< Scalar >::Real | RealScalar |
| | This is the "real scalar" type; if the Scalar type is already real numbers (e.g.
|
| |
|
typedef internal::conditional< _HasDirectAccess, constScalar &, Scalar >::type | CoeffReturnType |
| |
|
typedef CwiseNullaryOp< internal::scalar_constant_op< Scalar >, Matrix< Scalar, Dynamic, Dynamic > > | ConstantReturnType |
| |
|
typedef Matrix< Scalar, RowsAtCompileTime, ColsAtCompileTime > | DenseMatrixType |
| | type of the equivalent dense matrix
|
| |
|
typedef Matrix< Scalar, EIGEN_SIZE_MAX(RowsAtCompileTime, ColsAtCompileTime), EIGEN_SIZE_MAX(RowsAtCompileTime, ColsAtCompileTime)> | SquareMatrixType |
| | type of the equivalent square matrix
|
| |
|
typedef EigenBase< CwiseBinaryOp< BinaryOp, Lhs, Rhs > > | Base |
| |
| typedef Eigen::Index | Index |
| | The interface type of indices.
|
| |
|
typedef internal::traits< Derived >::StorageKind | StorageKind |
| |
|
|
CwiseBinaryOp< BinaryOp, Lhs, Rhs > & | operator= (const EigenBase< OtherDerived > &other) |
| |
|
CwiseBinaryOp< BinaryOp, Lhs, Rhs > & | operator= (const ReturnByValue< OtherDerived > &other) |
| |
|
CwiseBinaryOp< BinaryOp, Lhs, Rhs > & | operator= (const SparseMatrixBase< OtherDerived > &other) |
| |
|
CwiseBinaryOp< BinaryOp, Lhs, Rhs > & | operator= (const CwiseBinaryOp< BinaryOp, Lhs, Rhs > &other) |
| |
|
const CwiseBinaryOp< BinaryOp, Lhs, Rhs > & | derived () const |
| |
|
CwiseBinaryOp< BinaryOp, Lhs, Rhs > & | derived () |
| |
|
CwiseBinaryOp< BinaryOp, Lhs, Rhs > & | const_cast_derived () const |
| |
| Index | rows () const |
| |
| Index | cols () const |
| |
| Index | size () const |
| |
| bool | isVector () const |
| |
| Index | outerSize () const |
| |
| Index | innerSize () const |
| |
|
bool | isRValue () const |
| |
|
CwiseBinaryOp< BinaryOp, Lhs, Rhs > & | markAsRValue () |
| |
|
CwiseBinaryOp< BinaryOp, Lhs, Rhs > & | operator+= (const SparseMatrixBase< OtherDerived > &other) |
| |
|
CwiseBinaryOp< BinaryOp, Lhs, Rhs > & | operator+= (const DiagonalBase< OtherDerived > &other) |
| |
|
CwiseBinaryOp< BinaryOp, Lhs, Rhs > & | operator+= (const EigenBase< OtherDerived > &other) |
| |
|
EIGEN_STRONG_INLINE CwiseBinaryOp< BinaryOp, Lhs, Rhs > & | operator+= (const SparseMatrixBase< OtherDerived > &other) |
| |
|
CwiseBinaryOp< BinaryOp, Lhs, Rhs > & | operator-= (const SparseMatrixBase< OtherDerived > &other) |
| |
|
CwiseBinaryOp< BinaryOp, Lhs, Rhs > & | operator-= (const DiagonalBase< OtherDerived > &other) |
| |
|
CwiseBinaryOp< BinaryOp, Lhs, Rhs > & | operator-= (const EigenBase< OtherDerived > &other) |
| |
|
EIGEN_STRONG_INLINE CwiseBinaryOp< BinaryOp, Lhs, Rhs > & | operator-= (const SparseMatrixBase< OtherDerived > &other) |
| |
|
CwiseBinaryOp< BinaryOp, Lhs, Rhs > & | operator*= (const Scalar &other) |
| |
|
CwiseBinaryOp< BinaryOp, Lhs, Rhs > & | operator*= (const SparseMatrixBase< OtherDerived > &other) |
| |
|
CwiseBinaryOp< BinaryOp, Lhs, Rhs > & | operator/= (const Scalar &other) |
| |
|
EIGEN_STRONG_INLINE const CwiseProductDenseReturnType< OtherDerived >::Type | cwiseProduct (const MatrixBase< OtherDerived > &other) const |
| |
|
EIGEN_STRONG_INLINE const SparseMatrixBase< CwiseBinaryOp< BinaryOp, Lhs, Rhs > >::template CwiseProductDenseReturnType< OtherDerived >::Type | cwiseProduct (const MatrixBase< OtherDerived > &other) const |
| |
|
const Product< CwiseBinaryOp< BinaryOp, Lhs, Rhs >, OtherDerived > | operator* (const DiagonalBase< OtherDerived > &other) const |
| |
| const Product< CwiseBinaryOp< BinaryOp, Lhs, Rhs >, OtherDerived, AliasFreeProduct > | operator* (const SparseMatrixBase< OtherDerived > &other) const |
| |
|
const Product< CwiseBinaryOp< BinaryOp, Lhs, Rhs >, OtherDerived > | operator* (const MatrixBase< OtherDerived > &other) const |
| |
| SparseSymmetricPermutationProduct< CwiseBinaryOp< BinaryOp, Lhs, Rhs >, Upper|Lower > | twistedBy (const PermutationMatrix< Dynamic, Dynamic, StorageIndex > &perm) const |
| |
|
const TriangularView< const CwiseBinaryOp< BinaryOp, Lhs, Rhs >, Mode > | triangularView () const |
| |
|
ConstSelfAdjointViewReturnType< UpLo >::Type | selfadjointView () const |
| |
|
SelfAdjointViewReturnType< UpLo >::Type | selfadjointView () |
| |
|
SparseMatrixBase< CwiseBinaryOp< BinaryOp, Lhs, Rhs > >::template ConstSelfAdjointViewReturnType< UpLo >::Type | selfadjointView () const |
| |
|
SparseMatrixBase< CwiseBinaryOp< BinaryOp, Lhs, Rhs > >::template SelfAdjointViewReturnType< UpLo >::Type | selfadjointView () |
| |
|
Scalar | dot (const MatrixBase< OtherDerived > &other) const |
| |
|
Scalar | dot (const SparseMatrixBase< OtherDerived > &other) const |
| |
|
internal::traits< CwiseBinaryOp< BinaryOp, Lhs, Rhs > >::Scalar | dot (const MatrixBase< OtherDerived > &other) const |
| |
|
internal::traits< CwiseBinaryOp< BinaryOp, Lhs, Rhs > >::Scalar | dot (const SparseMatrixBase< OtherDerived > &other) const |
| |
|
RealScalar | squaredNorm () const |
| |
|
RealScalar | norm () const |
| |
|
RealScalar | blueNorm () const |
| |
|
TransposeReturnType | transpose () |
| |
|
const ConstTransposeReturnType | transpose () const |
| |
|
const AdjointReturnType | adjoint () const |
| |
|
DenseMatrixType | toDense () const |
| |
|
bool | isApprox (const SparseMatrixBase< OtherDerived > &other, const RealScalar &prec=NumTraits< Scalar >::dummy_precision()) const |
| |
|
bool | isApprox (const MatrixBase< OtherDerived > &other, const RealScalar &prec=NumTraits< Scalar >::dummy_precision()) const |
| |
| const internal::eval< CwiseBinaryOp< BinaryOp, Lhs, Rhs > >::type | eval () const |
| |
|
Scalar | sum () const |
| |
| const SparseView< CwiseBinaryOp< BinaryOp, Lhs, Rhs > > | pruned (const Scalar &reference=Scalar(0), const RealScalar &epsilon=NumTraits< Scalar >::dummy_precision()) const |
| |
| EIGEN_DEVICE_FUNC Derived & | derived () |
| |
| EIGEN_DEVICE_FUNC const Derived & | derived () const |
| |
|
EIGEN_DEVICE_FUNC Derived & | const_cast_derived () const |
| |
|
EIGEN_DEVICE_FUNC const Derived & | const_derived () const |
| |
| EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR Index | rows () const EIGEN_NOEXCEPT |
| |
| EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR Index | cols () const EIGEN_NOEXCEPT |
| |
| EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR Index | size () const EIGEN_NOEXCEPT |
| |
|
template<typename Dest > |
| EIGEN_DEVICE_FUNC void | evalTo (Dest &dst) const |
| |
|
template<typename Dest > |
| EIGEN_DEVICE_FUNC void | addTo (Dest &dst) const |
| |
|
template<typename Dest > |
| EIGEN_DEVICE_FUNC void | subTo (Dest &dst) const |
| |
|
template<typename Dest > |
| EIGEN_DEVICE_FUNC void | applyThisOnTheRight (Dest &dst) const |
| |
|
template<typename Dest > |
| EIGEN_DEVICE_FUNC void | applyThisOnTheLeft (Dest &dst) const |
| |
|
CwiseBinaryOp< BinaryOp, Lhs, Rhs > & | assign (const OtherDerived &other) |
| |
|
void | assignGeneric (const OtherDerived &other) |
| |
|
static StorageIndex | convert_index (const Index idx) |
| |
|
bool | m_isRValue |
| |