|
| enum | |
| |
| typedef internal::traits< Transpose< MatrixType > >::Scalar | Scalar |
| |
| typedef Scalar | value_type |
| |
| 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< typename internal::packet_traits< Scalar >::type >::type | PacketReturnType |
| |
| typedef SparseMatrixBase | StorageBaseType |
| |
| typedef Matrix< StorageIndex, Dynamic, 1 > | IndexVector |
| |
| typedef Matrix< Scalar, Dynamic, 1 > | ScalarVector |
| |
| typedef std::conditional_t< NumTraits< Scalar >::IsComplex, CwiseUnaryOp< internal::scalar_conjugate_op< Scalar >, Eigen::Transpose< const Transpose< MatrixType > > >, Transpose< const Transpose< MatrixType > > > | AdjointReturnType |
| |
| typedef Transpose< Transpose< MatrixType > > | TransposeReturnType |
| |
| typedef Transpose< const Transpose< MatrixType > > | ConstTransposeReturnType |
| |
| typedef SparseMatrix< Scalar, Flags &RowMajorBit ? RowMajor :ColMajor, StorageIndex > | PlainObject |
| |
| typedef NumTraits< Scalar >::Real | RealScalar |
| |
| typedef std::conditional_t< HasDirectAccess_, const Scalar &, Scalar > | CoeffReturnType |
| |
| typedef CwiseNullaryOp< internal::scalar_constant_op< Scalar >, Matrix< Scalar, Dynamic, Dynamic > > | ConstantReturnType |
| |
| typedef Matrix< Scalar, RowsAtCompileTime, ColsAtCompileTime > | DenseMatrixType |
| |
| typedef Matrix< Scalar, internal::max_size_prefer_dynamic(RowsAtCompileTime, ColsAtCompileTime), internal::max_size_prefer_dynamic(RowsAtCompileTime, ColsAtCompileTime)> | SquareMatrixType |
| |
| typedef EigenBase< Transpose< MatrixType > > | Base |
| |
| typedef Eigen::Index | Index |
| | The interface type of indices. More...
|
| |
| typedef internal::traits< Transpose< MatrixType > >::StorageKind | StorageKind |
| |
| 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 () |
| |
| | SparseMatrixBase () |
| |
| Transpose< MatrixType > & | operator+= (const SparseMatrixBase< OtherDerived > &other) |
| |
| Transpose< MatrixType > & | operator+= (const DiagonalBase< OtherDerived > &other) |
| |
| Transpose< MatrixType > & | operator+= (const EigenBase< 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) |
| |
| Transpose< MatrixType > & | operator-= (const EigenBase< 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 >, OtherDerived > | operator* (const DiagonalBase< OtherDerived > &other) const |
| |
| const Product< Transpose< MatrixType >, OtherDerived, AliasFreeProduct > | operator* (const SparseMatrixBase< OtherDerived > &other) const |
| |
| const Product< Transpose< MatrixType >, OtherDerived > | operator* (const MatrixBase< OtherDerived > &other) 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 |
| |
| 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 |
| |
| constexpr EIGEN_DEVICE_FUNC Transpose< MatrixType > & | derived () |
| |
| constexpr EIGEN_DEVICE_FUNC const Transpose< MatrixType > & | derived () const |
| |
| EIGEN_DEVICE_FUNC Transpose< MatrixType > & | const_cast_derived () const |
| |
| EIGEN_DEVICE_FUNC const Transpose< MatrixType > & | 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 |
| |
| EIGEN_DEVICE_FUNC void | evalTo (Dest &dst) const |
| |
| EIGEN_DEVICE_FUNC void | addTo (Dest &dst) const |
| |
| EIGEN_DEVICE_FUNC void | subTo (Dest &dst) const |
| |
| EIGEN_DEVICE_FUNC void | applyThisOnTheRight (Dest &dst) const |
| |
| EIGEN_DEVICE_FUNC void | applyThisOnTheLeft (Dest &dst) const |
| |
| EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE DeviceWrapper< Transpose< MatrixType >, Device > | device (Device &device) |
| |
| EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE DeviceWrapper< const Transpose< MatrixType >, Device > | device (Device &device) const |
| |
| Transpose< MatrixType > & | assign (const OtherDerived &other) |
| |
| void | assignGeneric (const OtherDerived &other) |
| |
| static StorageIndex | convert_index (const Index idx) |
| |
| bool | m_isRValue |
| |