#include <SparseTranspose.h>
Additional Inherited Members | |
Public Types inherited from Eigen::SparseMatrixBase< Transpose< MatrixType > > | |
enum | |
typedef internal::conditional< NumTraits< Scalar >::IsComplex, CwiseUnaryOp< internal::scalar_conjugate_op< Scalar >, Eigen::Transpose< const Derived > >, Transpose< const Derived > >::type | AdjointReturnType |
typedef EigenBase< Derived > | Base |
typedef internal::conditional< _HasDirectAccess, const Scalar &, Scalar >::type | CoeffReturnType |
typedef CwiseNullaryOp< internal::scalar_constant_op< Scalar >, Matrix< Scalar, Dynamic, Dynamic > > | ConstantReturnType |
typedef internal::add_const< Transpose< const Derived > >::type | ConstTransposeReturnType |
typedef Matrix< Scalar, RowsAtCompileTime, ColsAtCompileTime > | DenseMatrixType |
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 NumTraits< Scalar >::Real | RealScalar |
typedef internal::traits< Derived >::Scalar | Scalar |
typedef Matrix< Scalar, Dynamic, 1 > | ScalarVector |
typedef Matrix< Scalar, EIGEN_SIZE_MAX(RowsAtCompileTime, ColsAtCompileTime), EIGEN_SIZE_MAX(RowsAtCompileTime, ColsAtCompileTime)> | SquareMatrixType |
typedef SparseMatrixBase | StorageBaseType |
typedef internal::traits< Derived >::StorageIndex | StorageIndex |
typedef internal::traits< Derived >::StorageKind | StorageKind |
typedef Transpose< Derived > | TransposeReturnType |
typedef Scalar | value_type |
Public Member Functions inherited from Eigen::SparseMatrixBase< Transpose< MatrixType > > | |
const AdjointReturnType | adjoint () const |
RealScalar | blueNorm () const |
Index | cols () const |
Derived & | const_cast_derived () const |
const EIGEN_STRONG_INLINE CwiseProductDenseReturnType< OtherDerived >::Type | cwiseProduct (const MatrixBase< OtherDerived > &other) const |
const EIGEN_STRONG_INLINE SparseMatrixBase< Derived >::template CwiseProductDenseReturnType< OtherDerived >::Type | cwiseProduct (const MatrixBase< OtherDerived > &other) const |
Derived & | derived () |
const Derived & | derived () const |
internal::traits< Derived >::Scalar | dot (const MatrixBase< OtherDerived > &other) const |
Scalar | dot (const MatrixBase< OtherDerived > &other) const |
internal::traits< Derived >::Scalar | dot (const SparseMatrixBase< OtherDerived > &other) const |
Scalar | dot (const SparseMatrixBase< OtherDerived > &other) const |
const internal::eval< Derived >::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 |
Derived & | markAsRValue () |
RealScalar | norm () const |
const Product< Derived, OtherDerived > | operator* (const DiagonalBase< OtherDerived > &other) const |
const Product< Derived, OtherDerived > | operator* (const MatrixBase< OtherDerived > &other) const |
const Product< Derived, OtherDerived, AliasFreeProduct > | operator* (const SparseMatrixBase< OtherDerived > &other) const |
EIGEN_STRONG_INLINE Derived & | operator*= (const Scalar &other) |
Derived & | operator*= (const Scalar &other) |
Derived & | operator*= (const SparseMatrixBase< OtherDerived > &other) |
Derived & | operator+= (const DiagonalBase< OtherDerived > &other) |
Derived & | operator+= (const EigenBase< OtherDerived > &other) |
Derived & | operator+= (const SparseMatrixBase< OtherDerived > &other) |
EIGEN_STRONG_INLINE Derived & | operator+= (const SparseMatrixBase< OtherDerived > &other) |
Derived & | operator-= (const DiagonalBase< OtherDerived > &other) |
Derived & | operator-= (const EigenBase< OtherDerived > &other) |
Derived & | operator-= (const SparseMatrixBase< OtherDerived > &other) |
EIGEN_STRONG_INLINE Derived & | operator-= (const SparseMatrixBase< OtherDerived > &other) |
Derived & | operator/= (const Scalar &other) |
Derived & | operator= (const Derived &other) |
Derived & | operator= (const Derived &other) |
Derived & | operator= (const EigenBase< OtherDerived > &other) |
Derived & | operator= (const ReturnByValue< OtherDerived > &other) |
Derived & | operator= (const SparseMatrixBase< OtherDerived > &other) |
Index | outerSize () const |
const SparseView< Derived > | pruned (const Scalar &reference=Scalar(0), const RealScalar &epsilon=NumTraits< Scalar >::dummy_precision()) const |
Index | rows () const |
SparseMatrixBase< Derived >::template SelfAdjointViewReturnType< UpLo >::Type | selfadjointView () |
SelfAdjointViewReturnType< UpLo >::Type | selfadjointView () |
SparseMatrixBase< Derived >::template ConstSelfAdjointViewReturnType< UpLo >::Type | selfadjointView () const |
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 Derived, Mode > | triangularView () const |
SparseSymmetricPermutationProduct< Derived, Upper|Lower > | twistedBy (const PermutationMatrix< Dynamic, Dynamic, StorageIndex > &perm) const |
Protected Member Functions inherited from Eigen::SparseMatrixBase< Transpose< MatrixType > > | |
Derived & | 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 |
Definition at line 17 of file SparseTranspose.h.