|
typedef SparseMatrixBase< Derived > | Base |
|
typedef CwiseBinaryOp< BinaryOp, Lhs, Rhs > | Derived |
|
enum | |
|
typedef std::conditional_t< NumTraits< Scalar >::IsComplex, CwiseUnaryOp< internal::scalar_conjugate_op< Scalar >, Eigen::Transpose< const CwiseBinaryOp< BinaryOp, Lhs, Rhs > > >, Transpose< const CwiseBinaryOp< BinaryOp, Lhs, Rhs > > > | AdjointReturnType |
|
typedef Transpose< const CwiseBinaryOp< BinaryOp, Lhs, Rhs > > | ConstTransposeReturnType |
|
typedef Matrix< StorageIndex, Dynamic, 1 > | IndexVector |
|
typedef internal::add_const_on_value_type_if_arithmetic< typename internal::packet_traits< Scalar >::type >::type | PacketReturnType |
|
typedef internal::packet_traits< Scalar >::type | PacketScalar |
|
typedef SparseMatrix< Scalar, Flags &RowMajorBit ? RowMajor :ColMajor, StorageIndex > | PlainObject |
|
typedef internal::traits< CwiseBinaryOp< BinaryOp, Lhs, Rhs > >::Scalar | Scalar |
|
typedef Matrix< Scalar, Dynamic, 1 > | ScalarVector |
|
typedef SparseMatrixBase | StorageBaseType |
|
typedef internal::traits< CwiseBinaryOp< BinaryOp, Lhs, Rhs > >::StorageIndex | StorageIndex |
|
typedef internal::traits< CwiseBinaryOp< BinaryOp, Lhs, Rhs > >::StorageKind | StorageKind |
|
typedef Transpose< CwiseBinaryOp< BinaryOp, Lhs, Rhs > > | TransposeReturnType |
|
typedef Scalar | value_type |
|
typedef Eigen::Index | Index |
| The interface type of indices. More...
|
|
typedef internal::traits< CwiseBinaryOp< BinaryOp, Lhs, Rhs > >::StorageKind | StorageKind |
|
|
const AdjointReturnType | adjoint () const |
|
RealScalar | blueNorm () const |
|
Index | cols () const |
|
const SparseMatrixBase< CwiseBinaryOp< BinaryOp, Lhs, Rhs > >::template CwiseProductDenseReturnType< OtherDerived >::Type | cwiseProduct (const MatrixBase< OtherDerived > &other) const |
|
const CwiseProductDenseReturnType< OtherDerived >::Type | cwiseProduct (const MatrixBase< OtherDerived > &other) const |
|
internal::traits< CwiseBinaryOp< BinaryOp, Lhs, Rhs > >::Scalar | dot (const MatrixBase< OtherDerived > &other) const |
|
Scalar | dot (const MatrixBase< OtherDerived > &other) const |
|
internal::traits< CwiseBinaryOp< BinaryOp, Lhs, Rhs > >::Scalar | dot (const SparseMatrixBase< OtherDerived > &other) const |
|
Scalar | dot (const SparseMatrixBase< OtherDerived > &other) const |
|
const internal::eval< CwiseBinaryOp< BinaryOp, Lhs, Rhs > >::type | eval () const |
|
Index | innerSize () const |
|
bool | isApprox (const MatrixBase< OtherDerived > &other, const RealScalar &prec=NumTraits< Scalar >::dummy_precision()) const |
|
bool | isApprox (const SparseMatrixBase< OtherDerived > &other, const RealScalar &prec=NumTraits< Scalar >::dummy_precision()) const |
|
bool | isRValue () const |
|
bool | isVector () const |
|
CwiseBinaryOp< BinaryOp, Lhs, Rhs > & | markAsRValue () |
|
RealScalar | norm () const |
|
const Product< CwiseBinaryOp< BinaryOp, Lhs, Rhs >, OtherDerived > | operator* (const DiagonalBase< OtherDerived > &other) const |
|
const Product< CwiseBinaryOp< BinaryOp, Lhs, Rhs >, OtherDerived > | operator* (const MatrixBase< OtherDerived > &other) const |
|
const Product< CwiseBinaryOp< BinaryOp, Lhs, Rhs >, OtherDerived, AliasFreeProduct > | operator* (const SparseMatrixBase< OtherDerived > &other) const |
|
CwiseBinaryOp< BinaryOp, Lhs, Rhs > & | operator*= (const Scalar &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) |
|
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) |
|
CwiseBinaryOp< BinaryOp, Lhs, Rhs > & | operator-= (const SparseMatrixBase< OtherDerived > &other) |
|
CwiseBinaryOp< BinaryOp, Lhs, Rhs > & | operator/= (const Scalar &other) |
|
CwiseBinaryOp< BinaryOp, Lhs, Rhs > & | operator= (const CwiseBinaryOp< BinaryOp, Lhs, Rhs > &other) |
|
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) |
|
Index | outerSize () const |
|
const SparseView< CwiseBinaryOp< BinaryOp, Lhs, Rhs > > | pruned (const Scalar &reference=Scalar(0), const RealScalar &epsilon=NumTraits< Scalar >::dummy_precision()) const |
|
Index | rows () const |
|
SelfAdjointViewReturnType< UpLo >::Type | selfadjointView () |
|
SparseMatrixBase< CwiseBinaryOp< BinaryOp, Lhs, Rhs > >::template SelfAdjointViewReturnType< UpLo >::Type | selfadjointView () |
|
ConstSelfAdjointViewReturnType< UpLo >::Type | selfadjointView () const |
|
SparseMatrixBase< CwiseBinaryOp< BinaryOp, Lhs, Rhs > >::template ConstSelfAdjointViewReturnType< UpLo >::Type | selfadjointView () const |
|
Index | size () const |
|
| SparseMatrixBase () |
|
RealScalar | squaredNorm () const |
|
Scalar | sum () const |
|
DenseMatrixType | toDense () const |
|
TransposeReturnType | transpose () |
|
const ConstTransposeReturnType | transpose () const |
|
const TriangularView< const CwiseBinaryOp< BinaryOp, Lhs, Rhs >, Mode > | triangularView () const |
|
SparseSymmetricPermutationProduct< CwiseBinaryOp< BinaryOp, Lhs, Rhs >, Upper|Lower > | twistedBy (const PermutationMatrix< Dynamic, Dynamic, StorageIndex > &perm) const |
|
void | addTo (Dest &dst) const |
|
void | applyThisOnTheLeft (Dest &dst) const |
|
void | applyThisOnTheRight (Dest &dst) const |
|
EIGEN_CONSTEXPR Index | cols () const EIGEN_NOEXCEPT |
|
CwiseBinaryOp< BinaryOp, Lhs, Rhs > & | const_cast_derived () const |
|
const CwiseBinaryOp< BinaryOp, Lhs, Rhs > & | const_derived () const |
|
CwiseBinaryOp< BinaryOp, Lhs, Rhs > & | derived () |
|
const CwiseBinaryOp< BinaryOp, Lhs, Rhs > & | 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 |
|
CwiseBinaryOp< BinaryOp, Lhs, Rhs > & | assign (const OtherDerived &other) |
|
void | assignGeneric (const OtherDerived &other) |
|
static StorageIndex | convert_index (const Index idx) |
|
bool | m_isRValue |
|
template<typename BinaryOp, typename Lhs, typename Rhs>
class Eigen::CwiseBinaryOpImpl< BinaryOp, Lhs, Rhs, Sparse >
Definition at line 38 of file SparseCwiseBinaryOp.h.