Medial Code Documentation
Loading...
Searching...
No Matches
Eigen::internal::SparseTransposeImpl< MatrixType, CompressedAccess > Class Template Reference
Inheritance diagram for Eigen::internal::SparseTransposeImpl< MatrixType, CompressedAccess >:
Eigen::SparseMatrixBase< Transpose< MatrixType > > Eigen::internal::special_scalar_op_base< Derived, Scalar, OtherScalar, BaseType, EnableIt > Eigen::TransposeImpl< MatrixType, Sparse >

Additional Inherited Members

- Public Types inherited from Eigen::SparseMatrixBase< Transpose< MatrixType > >
enum  
 
typedef internal::traits< Transpose< MatrixType > >::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< Transpose< MatrixType > >::StorageKind StorageKind
 
typedef internal::traits< Transpose< MatrixType > >::StorageIndex StorageIndex
 
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< Transpose< MatrixType > > TransposeReturnType
 
typedef internal::add_const< Transpose< constDerived > >::type 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 internal::special_scalar_op_base< Transpose< MatrixType >, Scalar, RealScalar, EigenBase< Transpose< MatrixType > > > Base
 
typedef Block< Transpose< MatrixType >, IsRowMajor?1:Dynamic, IsRowMajor?Dynamic:1, trueInnerVectorReturnType
 
typedef Block< const Transpose< MatrixType >, IsRowMajor?1:Dynamic, IsRowMajor?Dynamic:1, trueConstInnerVectorReturnType
 
typedef Block< Transpose< MatrixType >, Dynamic, Dynamic, trueInnerVectorsReturnType
 
typedef Block< const Transpose< MatrixType >, Dynamic, Dynamic, trueConstInnerVectorsReturnType
 
- Public Member Functions inherited from Eigen::SparseMatrixBase< Transpose< MatrixType > >
Transpose< MatrixType > & operator= (const EigenBase< OtherDerived > &other)
 
Transpose< MatrixType > & operator= (const ReturnByValue< OtherDerived > &other)
 
Transpose< MatrixType > & operator= (const SparseMatrixBase< OtherDerived > &other)
 
Transpose< MatrixType > & operator= (const Transpose< MatrixType > &other)
 
const Transpose< MatrixType > & derived () const
 
Transpose< MatrixType > & derived ()
 
Transpose< MatrixType > & 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
 
Transpose< MatrixType > & markAsRValue ()
 
Transpose< MatrixType > & operator+= (const SparseMatrixBase< OtherDerived > &other)
 
Transpose< MatrixType > & operator+= (const DiagonalBase< OtherDerived > &other)
 
EIGEN_STRONG_INLINE Transpose< MatrixType > & operator+= (const SparseMatrixBase< OtherDerived > &other)
 
Transpose< MatrixType > & operator-= (const SparseMatrixBase< OtherDerived > &other)
 
Transpose< MatrixType > & operator-= (const DiagonalBase< OtherDerived > &other)
 
EIGEN_STRONG_INLINE Transpose< MatrixType > & operator-= (const SparseMatrixBase< OtherDerived > &other)
 
Transpose< MatrixType > & operator*= (const Scalar &other)
 
Transpose< MatrixType > & operator*= (const SparseMatrixBase< OtherDerived > &other)
 
Transpose< MatrixType > & operator/= (const Scalar &other)
 
EIGEN_STRONG_INLINE const CwiseProductDenseReturnType< OtherDerived >::Type cwiseProduct (const MatrixBase< OtherDerived > &other) const
 
EIGEN_STRONG_INLINE const SparseMatrixBase< Transpose< MatrixType > >::template CwiseProductDenseReturnType< OtherDerived >::Type cwiseProduct (const MatrixBase< OtherDerived > &other) const
 
const Product< Transpose< MatrixType >, OtherDerivedoperator* (const DiagonalBase< OtherDerived > &other) const
 
const Product< Transpose< MatrixType >, OtherDerived, AliasFreeProduct > operator* (const SparseMatrixBase< OtherDerived > &other) const
 
const Product< Transpose< MatrixType >, OtherDerivedoperator* (const MatrixBase< OtherDerived > &other) const
 
void operator* (dummy) const
 
SparseSymmetricPermutationProduct< Transpose< MatrixType >, Upper|Lower > twistedBy (const PermutationMatrix< Dynamic, Dynamic, StorageIndex > &perm) const
 
const TriangularView< const Transpose< MatrixType >, Mode > triangularView () const
 
ConstSelfAdjointViewReturnType< UpLo >::Type selfadjointView () const
 
SelfAdjointViewReturnType< UpLo >::Type selfadjointView ()
 
SparseMatrixBase< Transpose< MatrixType > >::template ConstSelfAdjointViewReturnType< UpLo >::Type selfadjointView () const
 
SparseMatrixBase< Transpose< MatrixType > >::template SelfAdjointViewReturnType< UpLo >::Type selfadjointView ()
 
Scalar dot (const MatrixBase< OtherDerived > &other) const
 
Scalar dot (const SparseMatrixBase< OtherDerived > &other) const
 
internal::traits< Transpose< MatrixType > >::Scalar dot (const MatrixBase< OtherDerived > &other) const
 
internal::traits< Transpose< MatrixType > >::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
 
InnerVectorReturnType innerVector (Index outer)
 
const ConstInnerVectorReturnType innerVector (Index outer) const
 
InnerVectorsReturnType innerVectors (Index outerStart, Index outerSize)
 
const ConstInnerVectorsReturnType innerVectors (Index outerStart, Index outerSize) 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< Transpose< MatrixType > >::type eval () const
 
Scalar sum () const
 
const SparseView< Transpose< MatrixType > > pruned (const Scalar &reference=Scalar(0), const RealScalar &epsilon=NumTraits< Scalar >::dummy_precision()) const
 
void operator/ (dummy) const
 
- Public Member Functions inherited from Eigen::internal::special_scalar_op_base< Derived, Scalar, OtherScalar, BaseType, EnableIt >
void operator* (dummy) const
 
void operator/ (dummy) const
 
- Protected Member Functions inherited from Eigen::SparseMatrixBase< Transpose< MatrixType > >
Transpose< MatrixType > & assign (const OtherDerived &other)
 
void assignGeneric (const OtherDerived &other)
 
- Static Protected Member Functions inherited from Eigen::SparseMatrixBase< Transpose< MatrixType > >
static StorageIndex convert_index (const Index idx)
 
- Protected Attributes inherited from Eigen::SparseMatrixBase< Transpose< MatrixType > >
bool m_isRValue
 

The documentation for this class was generated from the following file: