
Classes | |
| class | InnerIterator |
| class | ReverseInnerIterator |
Public Types | |
| enum | |
| typedef internal::traits < Transpose< MatrixType > >::Scalar | Scalar |
| typedef internal::packet_traits < Scalar >::type | PacketScalar |
| typedef internal::traits < Transpose< MatrixType > >::StorageKind | StorageKind |
| typedef internal::traits < Transpose< MatrixType > >::Index | Index |
| typedef SparseMatrixBase | StorageBaseType |
| typedef EigenBase< Transpose < MatrixType > > | Base |
| typedef internal::conditional < NumTraits< Scalar > ::IsComplex, CwiseUnaryOp < internal::scalar_conjugate_op < Scalar >, Eigen::Transpose < const Transpose< MatrixType > > >, Transpose< const Transpose< MatrixType > > >::type | AdjointReturnType |
| typedef SparseMatrix< Scalar, Flags &RowMajorBit?RowMajor:ColMajor > | PlainObject |
Public Member Functions | |
| Index | nonZeros () const |
| const CwiseUnaryOp < internal::scalar_opposite_op < typename internal::traits < Transpose< MatrixType > >::Scalar >, const Transpose < MatrixType > > | operator- () const |
| const ScalarMultipleReturnType | operator* (const Scalar &scalar) const |
| const ScalarMultipleReturnType | operator* (const RealScalar &scalar) const |
| const CwiseUnaryOp < internal::scalar_multiple2_op < Scalar, std::complex< Scalar > >, const Transpose < MatrixType > > | operator* (const std::complex< Scalar > &scalar) const |
| Overloaded for efficient real matrix times complex scalar value. | |
| const SparseSparseProductReturnType < Transpose< MatrixType > , OtherDerived >::Type | operator* (const SparseMatrixBase< OtherDerived > &other) const |
| const SparseDiagonalProduct < Transpose< MatrixType > , OtherDerived > | operator* (const DiagonalBase< OtherDerived > &other) const |
| const SparseDenseProductReturnType < Transpose< MatrixType > , OtherDerived >::Type | operator* (const MatrixBase< OtherDerived > &other) const |
| sparse * dense (returns a dense object unless it is an outer product) | |
| const CwiseUnaryOp < internal::scalar_quotient1_op < typename internal::traits < Transpose< MatrixType > >::Scalar >, const Transpose < MatrixType > > | operator/ (const Scalar &scalar) const |
| internal::cast_return_type < Transpose< MatrixType > , const CwiseUnaryOp < internal::scalar_cast_op < typename internal::traits < Transpose< MatrixType > >::Scalar, NewType >, const Transpose< MatrixType > > >::type | cast () const |
| ConjugateReturnType | conjugate () const |
| RealReturnType | real () const |
| NonConstRealReturnType | real () |
| const ImagReturnType | imag () const |
| NonConstImagReturnType | imag () |
| const CwiseUnaryOp < CustomUnaryOp, const Transpose< MatrixType > > | unaryExpr (const CustomUnaryOp &func=CustomUnaryOp()) const |
| Apply a unary operator coefficient-wise. | |
| const CwiseUnaryView < CustomViewOp, const Transpose< MatrixType > > | unaryViewExpr (const CustomViewOp &func=CustomViewOp()) const |
| EIGEN_STRONG_INLINE const CwiseBinaryOp< CustomBinaryOp, const Transpose< MatrixType > , const OtherDerived > | binaryExpr (const EIGEN_CURRENT_STORAGE_BASE_CLASS< OtherDerived > &other, const CustomBinaryOp &func=CustomBinaryOp()) const |
| EIGEN_STRONG_INLINE const CwiseUnaryOp < internal::scalar_abs_op < Scalar >, const Transpose < MatrixType > > | cwiseAbs () const |
| EIGEN_STRONG_INLINE const CwiseUnaryOp < internal::scalar_abs2_op < Scalar >, const Transpose < MatrixType > > | cwiseAbs2 () const |
| const CwiseUnaryOp < internal::scalar_sqrt_op < Scalar >, const Transpose < MatrixType > > | cwiseSqrt () const |
| const CwiseUnaryOp < internal::scalar_inverse_op < Scalar >, const Transpose < MatrixType > > | cwiseInverse () const |
| const CwiseUnaryOp < std::binder1st < std::equal_to< Scalar > >, const Transpose < MatrixType > > | cwiseEqual (const Scalar &s) const |
| const CwiseBinaryOp < std::equal_to< Scalar > , const Transpose< MatrixType > , const OtherDerived > | cwiseEqual (const EIGEN_CURRENT_STORAGE_BASE_CLASS< OtherDerived > &other) const |
| EIGEN_STRONG_INLINE const | EIGEN_CWISE_PRODUCT_RETURN_TYPE (Transpose< MatrixType >, OtherDerived) cwiseProduct(const EIGEN_CURRENT_STORAGE_BASE_CLASS< OtherDerived > &other) const |
| const CwiseBinaryOp < std::not_equal_to< Scalar > , const Transpose< MatrixType > , const OtherDerived > | cwiseNotEqual (const EIGEN_CURRENT_STORAGE_BASE_CLASS< OtherDerived > &other) const |
| EIGEN_STRONG_INLINE const CwiseBinaryOp < internal::scalar_min_op < Scalar >, const Transpose < MatrixType >, const OtherDerived > | cwiseMin (const EIGEN_CURRENT_STORAGE_BASE_CLASS< OtherDerived > &other) const |
| EIGEN_STRONG_INLINE const CwiseBinaryOp < internal::scalar_max_op < Scalar >, const Transpose < MatrixType >, const OtherDerived > | cwiseMax (const EIGEN_CURRENT_STORAGE_BASE_CLASS< OtherDerived > &other) const |
| EIGEN_STRONG_INLINE const CwiseBinaryOp < internal::scalar_quotient_op < Scalar >, const Transpose < MatrixType >, const OtherDerived > | cwiseQuotient (const EIGEN_CURRENT_STORAGE_BASE_CLASS< OtherDerived > &other) 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 () |
| void | assignGeneric (const OtherDerived &other) |
| void | _experimentalNewProduct (const Lhs &lhs, const Rhs &rhs) |
| Transpose< MatrixType > & | operator+= (const SparseMatrixBase< OtherDerived > &other) |
| 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 EIGEN_SPARSE_CWISE_PRODUCT_RETURN_TYPE | cwiseProduct (const MatrixBase< OtherDerived > &other) const |
| const SparseTriangularView < Transpose< MatrixType > , Mode > | triangularView () const |
| const SparseSelfAdjointView < Transpose< MatrixType > , UpLo > | selfadjointView () const |
| SparseSelfAdjointView < Transpose< MatrixType > , UpLo > | selfadjointView () |
| Scalar | dot (const MatrixBase< OtherDerived > &other) const |
| Scalar | dot (const SparseMatrixBase< OtherDerived > &other) const |
| RealScalar | squaredNorm () const |
| RealScalar | norm () const |
| Transpose< Transpose < MatrixType > > | transpose () |
| const Transpose< const Transpose< MatrixType > > | transpose () const |
| const AdjointReturnType | adjoint () const |
| SparseInnerVectorSet < Transpose< MatrixType >, 1 > | row (Index i) |
| const SparseInnerVectorSet < Transpose< MatrixType >, 1 > | row (Index i) const |
| SparseInnerVectorSet < Transpose< MatrixType >, 1 > | col (Index j) |
| const SparseInnerVectorSet < Transpose< MatrixType >, 1 > | col (Index j) const |
| SparseInnerVectorSet < Transpose< MatrixType >, 1 > | innerVector (Index outer) |
| const SparseInnerVectorSet < Transpose< MatrixType >, 1 > | innerVector (Index outer) const |
| SparseInnerVectorSet < Transpose< MatrixType > , Dynamic > | subrows (Index start, Index size) |
| const SparseInnerVectorSet < Transpose< MatrixType > , Dynamic > | subrows (Index start, Index size) const |
| SparseInnerVectorSet < Transpose< MatrixType > , Dynamic > | subcols (Index start, Index size) |
| const SparseInnerVectorSet < Transpose< MatrixType > , Dynamic > | subcols (Index start, Index size) const |
| SparseInnerVectorSet < Transpose< MatrixType > , Dynamic > | innerVectors (Index outerStart, Index outerSize) |
| const SparseInnerVectorSet < Transpose< MatrixType > , Dynamic > | innerVectors (Index outerStart, Index outerSize) const |
| void | evalTo (MatrixBase< DenseDerived > &dst) const |
| void | evalTo (Dest &dst) const |
| Matrix< Scalar, RowsAtCompileTime, ColsAtCompileTime > | toDense () const |
| bool | isApprox (const SparseMatrixBase< OtherDerived > &other, RealScalar prec=NumTraits< Scalar >::dummy_precision()) const |
| bool | isApprox (const MatrixBase< OtherDerived > &other, RealScalar prec=NumTraits< Scalar >::dummy_precision()) const |
| const internal::eval < Transpose< MatrixType > >::type | eval () const |
| Scalar | sum () const |
| Transpose< MatrixType > & | derived () |
| const Transpose< MatrixType > & | derived () const |
| Transpose< MatrixType > & | const_cast_derived () const |
| const Transpose< MatrixType > & | const_derived () const |
| void | addTo (Dest &dst) const |
| void | subTo (Dest &dst) const |
| void | applyThisOnTheRight (Dest &dst) const |
| void | applyThisOnTheLeft (Dest &dst) const |
Protected Attributes | |
| bool | m_isRValue |
Private Types | |
| typedef internal::remove_all < typename MatrixType::Nested > ::type | _MatrixTypeNested |
Friends | |
| const ScalarMultipleReturnType | operator* (const Scalar &scalar, const StorageBaseType &matrix) |
| const CwiseUnaryOp < internal::scalar_multiple2_op < Scalar, std::complex< Scalar > >, const Transpose < MatrixType > > | operator* (const std::complex< Scalar > &scalar, const StorageBaseType &matrix) |
| const SparseDiagonalProduct < OtherDerived, Transpose < MatrixType > > | operator* (const DiagonalBase< OtherDerived > &lhs, const SparseMatrixBase &rhs) |
| const DenseSparseProductReturnType < OtherDerived, Transpose < MatrixType > >::Type | operator* (const MatrixBase< OtherDerived > &lhs, const Transpose< MatrixType > &rhs) |
| dense * sparse (return a dense object unless it is an outer product) | |
| std::ostream & | operator<< (std::ostream &s, const SparseMatrixBase &m) |
typedef internal::remove_all<typename MatrixType::Nested>::type Eigen::TransposeImpl< MatrixType, Sparse >::_MatrixTypeNested [private] |
typedef internal::conditional<NumTraits<Scalar>::IsComplex, CwiseUnaryOp<internal::scalar_conjugate_op<Scalar>, Eigen::Transpose<const Transpose< MatrixType > > >, Transpose<const Transpose< MatrixType > > >::type Eigen::SparseMatrixBase< Transpose< MatrixType > >::AdjointReturnType [inherited] |
typedef EigenBase<Transpose< MatrixType > > Eigen::SparseMatrixBase< Transpose< MatrixType > >::Base [inherited] |
typedef internal::traits<Transpose< MatrixType > >::Index Eigen::SparseMatrixBase< Transpose< MatrixType > >::Index [inherited] |
Reimplemented from Eigen::EigenBase< Transpose< MatrixType > >.
typedef internal::packet_traits<Scalar>::type Eigen::SparseMatrixBase< Transpose< MatrixType > >::PacketScalar [inherited] |
typedef SparseMatrix<Scalar, Flags&RowMajorBit ? RowMajor : ColMajor> Eigen::SparseMatrixBase< Transpose< MatrixType > >::PlainObject [inherited] |
typedef internal::traits<Transpose< MatrixType > >::Scalar Eigen::SparseMatrixBase< Transpose< MatrixType > >::Scalar [inherited] |
typedef SparseMatrixBase Eigen::SparseMatrixBase< Transpose< MatrixType > >::StorageBaseType [inherited] |
typedef internal::traits<Transpose< MatrixType > >::StorageKind Eigen::SparseMatrixBase< Transpose< MatrixType > >::StorageKind [inherited] |
Reimplemented from Eigen::EigenBase< Transpose< MatrixType > >.
| void Eigen::SparseMatrixBase< Transpose< MatrixType > >::_experimentalNewProduct | ( | const Lhs & | lhs, |
| const Rhs & | rhs | ||
| ) | [inline, inherited] |
| void Eigen::EigenBase< Transpose< MatrixType > >::addTo | ( | Dest & | dst | ) | const [inline, inherited] |
| const AdjointReturnType Eigen::SparseMatrixBase< Transpose< MatrixType > >::adjoint | ( | ) | const [inline, inherited] |
| void Eigen::EigenBase< Transpose< MatrixType > >::applyThisOnTheLeft | ( | Dest & | dst | ) | const [inline, inherited] |
| void Eigen::EigenBase< Transpose< MatrixType > >::applyThisOnTheRight | ( | Dest & | dst | ) | const [inline, inherited] |
| void Eigen::SparseMatrixBase< Transpose< MatrixType > >::assignGeneric | ( | const OtherDerived & | other | ) | [inline, inherited] |
| EIGEN_STRONG_INLINE const CwiseBinaryOp<CustomBinaryOp, const Transpose< MatrixType > , const OtherDerived> Eigen::SparseMatrixBase< Transpose< MatrixType > >::binaryExpr | ( | const EIGEN_CURRENT_STORAGE_BASE_CLASS< OtherDerived > & | other, |
| const CustomBinaryOp & | func = CustomBinaryOp() |
||
| ) | const [inline, inherited] |
*this and other *this and other The template parameter CustomBinaryOp is the type of the functor of the custom operator (see class CwiseBinaryOp for an example)
Here is an example illustrating the use of custom functors:
Output:
| internal::cast_return_type<Transpose< MatrixType > ,const CwiseUnaryOp<internal::scalar_cast_op<typename internal::traits<Transpose< MatrixType > >::Scalar, NewType>, const Transpose< MatrixType > > >::type Eigen::SparseMatrixBase< Transpose< MatrixType > >::cast | ( | ) | const [inline, inherited] |
| SparseInnerVectorSet<Transpose< MatrixType > ,1> Eigen::SparseMatrixBase< Transpose< MatrixType > >::col | ( | Index | j | ) | [inherited] |
*this. For column-major matrix only. | const SparseInnerVectorSet<Transpose< MatrixType > ,1> Eigen::SparseMatrixBase< Transpose< MatrixType > >::col | ( | Index | j | ) | const [inherited] |
*this. For column-major matrix only. (read-only version) | Index Eigen::SparseMatrixBase< Transpose< MatrixType > >::cols | ( | void | ) | const [inline, inherited] |
Reimplemented from Eigen::EigenBase< Transpose< MatrixType > >.
| ConjugateReturnType Eigen::SparseMatrixBase< Transpose< MatrixType > >::conjugate | ( | ) | const [inline, inherited] |
| Transpose< MatrixType > & Eigen::EigenBase< Transpose< MatrixType > >::const_cast_derived | ( | ) | const [inline, inherited] |
| const Transpose< MatrixType > & Eigen::EigenBase< Transpose< MatrixType > >::const_derived | ( | ) | const [inline, inherited] |
| EIGEN_STRONG_INLINE const CwiseUnaryOp<internal::scalar_abs_op<Scalar>, const Transpose< MatrixType > > Eigen::SparseMatrixBase< Transpose< MatrixType > >::cwiseAbs | ( | ) | const [inline, inherited] |
| EIGEN_STRONG_INLINE const CwiseUnaryOp<internal::scalar_abs2_op<Scalar>, const Transpose< MatrixType > > Eigen::SparseMatrixBase< Transpose< MatrixType > >::cwiseAbs2 | ( | ) | const [inline, inherited] |
| const CwiseUnaryOp<std::binder1st<std::equal_to<Scalar> >, const Transpose< MatrixType > > Eigen::SparseMatrixBase< Transpose< MatrixType > >::cwiseEqual | ( | const Scalar & | s | ) | const [inline, inherited] |
*this and a scalar s | const CwiseBinaryOp<std::equal_to<Scalar>, const Transpose< MatrixType > , const OtherDerived> Eigen::SparseMatrixBase< Transpose< MatrixType > >::cwiseEqual | ( | const EIGEN_CURRENT_STORAGE_BASE_CLASS< OtherDerived > & | other | ) | const [inline, inherited] |
Example:
Output:
| const CwiseUnaryOp<internal::scalar_inverse_op<Scalar>, const Transpose< MatrixType > > Eigen::SparseMatrixBase< Transpose< MatrixType > >::cwiseInverse | ( | ) | const [inline, inherited] |
| EIGEN_STRONG_INLINE const CwiseBinaryOp<internal::scalar_max_op<Scalar>, const Transpose< MatrixType > , const OtherDerived> Eigen::SparseMatrixBase< Transpose< MatrixType > >::cwiseMax | ( | const EIGEN_CURRENT_STORAGE_BASE_CLASS< OtherDerived > & | other | ) | const [inline, inherited] |
| EIGEN_STRONG_INLINE const CwiseBinaryOp<internal::scalar_min_op<Scalar>, const Transpose< MatrixType > , const OtherDerived> Eigen::SparseMatrixBase< Transpose< MatrixType > >::cwiseMin | ( | const EIGEN_CURRENT_STORAGE_BASE_CLASS< OtherDerived > & | other | ) | const [inline, inherited] |
| const CwiseBinaryOp<std::not_equal_to<Scalar>, const Transpose< MatrixType > , const OtherDerived> Eigen::SparseMatrixBase< Transpose< MatrixType > >::cwiseNotEqual | ( | const EIGEN_CURRENT_STORAGE_BASE_CLASS< OtherDerived > & | other | ) | const [inline, inherited] |
Example:
Output:
| EIGEN_STRONG_INLINE const EIGEN_SPARSE_CWISE_PRODUCT_RETURN_TYPE Eigen::SparseMatrixBase< Transpose< MatrixType > >::cwiseProduct | ( | const MatrixBase< OtherDerived > & | other | ) | const [inherited] |
| EIGEN_STRONG_INLINE const CwiseBinaryOp<internal::scalar_quotient_op<Scalar>, const Transpose< MatrixType > , const OtherDerived> Eigen::SparseMatrixBase< Transpose< MatrixType > >::cwiseQuotient | ( | const EIGEN_CURRENT_STORAGE_BASE_CLASS< OtherDerived > & | other | ) | const [inline, inherited] |
| const CwiseUnaryOp<internal::scalar_sqrt_op<Scalar>, const Transpose< MatrixType > > Eigen::SparseMatrixBase< Transpose< MatrixType > >::cwiseSqrt | ( | ) | const [inline, inherited] |
| Transpose< MatrixType > & Eigen::EigenBase< Transpose< MatrixType > >::derived | ( | ) | [inline, inherited] |
| const Transpose< MatrixType > & Eigen::EigenBase< Transpose< MatrixType > >::derived | ( | ) | const [inline, inherited] |
| Scalar Eigen::SparseMatrixBase< Transpose< MatrixType > >::dot | ( | const MatrixBase< OtherDerived > & | other | ) | const [inherited] |
| Scalar Eigen::SparseMatrixBase< Transpose< MatrixType > >::dot | ( | const SparseMatrixBase< OtherDerived > & | other | ) | const [inherited] |
| EIGEN_STRONG_INLINE const Eigen::SparseMatrixBase< Transpose< MatrixType > >::EIGEN_CWISE_PRODUCT_RETURN_TYPE | ( | Transpose< MatrixType > | , |
| OtherDerived | |||
| ) | const [inline, inherited] |
| const internal::eval<Transpose< MatrixType > >::type Eigen::SparseMatrixBase< Transpose< MatrixType > >::eval | ( | ) | const [inline, inherited] |
| void Eigen::SparseMatrixBase< Transpose< MatrixType > >::evalTo | ( | MatrixBase< DenseDerived > & | dst | ) | const [inline, inherited] |
| void Eigen::EigenBase< Transpose< MatrixType > >::evalTo | ( | Dest & | dst | ) | const [inline, inherited] |
| const ImagReturnType Eigen::SparseMatrixBase< Transpose< MatrixType > >::imag | ( | ) | const [inline, inherited] |
| NonConstImagReturnType Eigen::SparseMatrixBase< Transpose< MatrixType > >::imag | ( | ) | [inline, inherited] |
| Index Eigen::SparseMatrixBase< Transpose< MatrixType > >::innerSize | ( | ) | const [inline, inherited] |
| SparseInnerVectorSet<Transpose< MatrixType > ,1> Eigen::SparseMatrixBase< Transpose< MatrixType > >::innerVector | ( | Index | outer | ) | [inherited] |
*this if *this is col-major (resp. row-major). | const SparseInnerVectorSet<Transpose< MatrixType > ,1> Eigen::SparseMatrixBase< Transpose< MatrixType > >::innerVector | ( | Index | outer | ) | const [inherited] |
*this if *this is col-major (resp. row-major). Read-only. | SparseInnerVectorSet<Transpose< MatrixType > ,Dynamic> Eigen::SparseMatrixBase< Transpose< MatrixType > >::innerVectors | ( | Index | outerStart, |
| Index | outerSize | ||
| ) | [inherited] |
*this if *this is col-major (resp. row-major). | const SparseInnerVectorSet<Transpose< MatrixType > ,Dynamic> Eigen::SparseMatrixBase< Transpose< MatrixType > >::innerVectors | ( | Index | outerStart, |
| Index | outerSize | ||
| ) | const [inherited] |
*this if *this is col-major (resp. row-major). Read-only. | bool Eigen::SparseMatrixBase< Transpose< MatrixType > >::isApprox | ( | const SparseMatrixBase< OtherDerived > & | other, |
| RealScalar | prec = NumTraits<Scalar>::dummy_precision() |
||
| ) | const [inline, inherited] |
| bool Eigen::SparseMatrixBase< Transpose< MatrixType > >::isApprox | ( | const MatrixBase< OtherDerived > & | other, |
| RealScalar | prec = NumTraits<Scalar>::dummy_precision() |
||
| ) | const [inline, inherited] |
| bool Eigen::SparseMatrixBase< Transpose< MatrixType > >::isRValue | ( | ) | const [inline, inherited] |
| bool Eigen::SparseMatrixBase< Transpose< MatrixType > >::isVector | ( | ) | const [inline, inherited] |
| Transpose< MatrixType > & Eigen::SparseMatrixBase< Transpose< MatrixType > >::markAsRValue | ( | ) | [inline, inherited] |
| Index Eigen::TransposeImpl< MatrixType, Sparse >::nonZeros | ( | ) | const [inline] |
Reimplemented from Eigen::SparseMatrixBase< Transpose< MatrixType > >.
| RealScalar Eigen::SparseMatrixBase< Transpose< MatrixType > >::norm | ( | ) | const [inherited] |
| const SparseDenseProductReturnType<Transpose< MatrixType > ,OtherDerived>::Type Eigen::SparseMatrixBase< Transpose< MatrixType > >::operator* | ( | const MatrixBase< OtherDerived > & | other | ) | const [inherited] |
sparse * dense (returns a dense object unless it is an outer product)
| const CwiseUnaryOp<internal::scalar_multiple2_op<Scalar,std::complex<Scalar> >, const Transpose< MatrixType > > Eigen::SparseMatrixBase< Transpose< MatrixType > >::operator* | ( | const std::complex< Scalar > & | scalar | ) | const [inline, inherited] |
| const ScalarMultipleReturnType Eigen::SparseMatrixBase< Transpose< MatrixType > >::operator* | ( | const RealScalar & | scalar | ) | const [inherited] |
| const SparseSparseProductReturnType<Transpose< MatrixType > ,OtherDerived>::Type Eigen::SparseMatrixBase< Transpose< MatrixType > >::operator* | ( | const SparseMatrixBase< OtherDerived > & | other | ) | const [inherited] |
| const SparseDiagonalProduct<Transpose< MatrixType > ,OtherDerived> Eigen::SparseMatrixBase< Transpose< MatrixType > >::operator* | ( | const DiagonalBase< OtherDerived > & | other | ) | const [inherited] |
| const ScalarMultipleReturnType Eigen::SparseMatrixBase< Transpose< MatrixType > >::operator* | ( | const Scalar & | scalar | ) | const [inline, inherited] |
| Transpose< MatrixType > & Eigen::SparseMatrixBase< Transpose< MatrixType > >::operator*= | ( | const SparseMatrixBase< OtherDerived > & | other | ) | [inherited] |
| Transpose< MatrixType > & Eigen::SparseMatrixBase< Transpose< MatrixType > >::operator*= | ( | const Scalar & | other | ) | [inherited] |
| Transpose< MatrixType > & Eigen::SparseMatrixBase< Transpose< MatrixType > >::operator+= | ( | const SparseMatrixBase< OtherDerived > & | other | ) | [inherited] |
| const CwiseUnaryOp<internal::scalar_opposite_op<typename internal::traits<Transpose< MatrixType > >::Scalar>, const Transpose< MatrixType > > Eigen::SparseMatrixBase< Transpose< MatrixType > >::operator- | ( | ) | const [inline, inherited] |
| Transpose< MatrixType > & Eigen::SparseMatrixBase< Transpose< MatrixType > >::operator-= | ( | const SparseMatrixBase< OtherDerived > & | other | ) | [inherited] |
| const CwiseUnaryOp<internal::scalar_quotient1_op<typename internal::traits<Transpose< MatrixType > >::Scalar>, const Transpose< MatrixType > > Eigen::SparseMatrixBase< Transpose< MatrixType > >::operator/ | ( | const Scalar & | scalar | ) | const [inline, inherited] |
| Transpose< MatrixType > & Eigen::SparseMatrixBase< Transpose< MatrixType > >::operator/= | ( | const Scalar & | other | ) | [inherited] |
| Index Eigen::SparseMatrixBase< Transpose< MatrixType > >::outerSize | ( | ) | const [inline, inherited] |
| RealReturnType Eigen::SparseMatrixBase< Transpose< MatrixType > >::real | ( | ) | const [inline, inherited] |
| NonConstRealReturnType Eigen::SparseMatrixBase< Transpose< MatrixType > >::real | ( | ) | [inline, inherited] |
| const SparseInnerVectorSet<Transpose< MatrixType > ,1> Eigen::SparseMatrixBase< Transpose< MatrixType > >::row | ( | Index | i | ) | const [inherited] |
*this. For row-major matrix only. (read-only version) | SparseInnerVectorSet<Transpose< MatrixType > ,1> Eigen::SparseMatrixBase< Transpose< MatrixType > >::row | ( | Index | i | ) | [inherited] |
*this. For row-major matrix only. | Index Eigen::SparseMatrixBase< Transpose< MatrixType > >::rows | ( | void | ) | const [inline, inherited] |
Reimplemented from Eigen::EigenBase< Transpose< MatrixType > >.
| SparseSelfAdjointView<Transpose< MatrixType > , UpLo> Eigen::SparseMatrixBase< Transpose< MatrixType > >::selfadjointView | ( | ) | [inline, inherited] |
| const SparseSelfAdjointView<Transpose< MatrixType > , UpLo> Eigen::SparseMatrixBase< Transpose< MatrixType > >::selfadjointView | ( | ) | const [inline, inherited] |
| Index Eigen::SparseMatrixBase< Transpose< MatrixType > >::size | ( | ) | const [inline, inherited] |
Reimplemented from Eigen::EigenBase< Transpose< MatrixType > >.
| RealScalar Eigen::SparseMatrixBase< Transpose< MatrixType > >::squaredNorm | ( | ) | const [inherited] |
| SparseInnerVectorSet<Transpose< MatrixType > ,Dynamic> Eigen::SparseMatrixBase< Transpose< MatrixType > >::subcols | ( | Index | start, |
| Index | size | ||
| ) | [inherited] |
*this. For column-major matrix only. | const SparseInnerVectorSet<Transpose< MatrixType > ,Dynamic> Eigen::SparseMatrixBase< Transpose< MatrixType > >::subcols | ( | Index | start, |
| Index | size | ||
| ) | const [inherited] |
*this. For column-major matrix only. (read-only version) | SparseInnerVectorSet<Transpose< MatrixType > ,Dynamic> Eigen::SparseMatrixBase< Transpose< MatrixType > >::subrows | ( | Index | start, |
| Index | size | ||
| ) | [inherited] |
*this. For row-major matrix only. | const SparseInnerVectorSet<Transpose< MatrixType > ,Dynamic> Eigen::SparseMatrixBase< Transpose< MatrixType > >::subrows | ( | Index | start, |
| Index | size | ||
| ) | const [inherited] |
*this. For row-major matrix only. (read-only version) | void Eigen::EigenBase< Transpose< MatrixType > >::subTo | ( | Dest & | dst | ) | const [inline, inherited] |
| Scalar Eigen::SparseMatrixBase< Transpose< MatrixType > >::sum | ( | ) | const [inherited] |
| Matrix<Scalar,RowsAtCompileTime,ColsAtCompileTime> Eigen::SparseMatrixBase< Transpose< MatrixType > >::toDense | ( | ) | const [inline, inherited] |
| const Transpose<const Transpose< MatrixType > > Eigen::SparseMatrixBase< Transpose< MatrixType > >::transpose | ( | ) | const [inline, inherited] |
| Transpose<Transpose< MatrixType > > Eigen::SparseMatrixBase< Transpose< MatrixType > >::transpose | ( | ) | [inline, inherited] |
| const SparseTriangularView<Transpose< MatrixType > , Mode> Eigen::SparseMatrixBase< Transpose< MatrixType > >::triangularView | ( | ) | const [inline, inherited] |
| const CwiseUnaryOp<CustomUnaryOp, const Transpose< MatrixType > > Eigen::SparseMatrixBase< Transpose< MatrixType > >::unaryExpr | ( | const CustomUnaryOp & | func = CustomUnaryOp() | ) | const [inline, inherited] |
Apply a unary operator coefficient-wise.
| [in] | func | Functor implementing the unary operator |
| CustomUnaryOp | Type of func |
The function ptr_fun() from the C++ standard library can be used to make functors out of normal functions.
Example:
Output:
Genuine functors allow for more possibilities, for instance it may contain a state.
Example:
Output:
| const CwiseUnaryView<CustomViewOp, const Transpose< MatrixType > > Eigen::SparseMatrixBase< Transpose< MatrixType > >::unaryViewExpr | ( | const CustomViewOp & | func = CustomViewOp() | ) | const [inline, inherited] |
| const ScalarMultipleReturnType operator* | ( | const Scalar & | scalar, |
| const StorageBaseType & | matrix | ||
| ) | [friend, inherited] |
| const CwiseUnaryOp<internal::scalar_multiple2_op<Scalar,std::complex<Scalar> >, const Transpose< MatrixType > > operator* | ( | const std::complex< Scalar > & | scalar, |
| const StorageBaseType & | matrix | ||
| ) | [friend, inherited] |
| const DenseSparseProductReturnType<OtherDerived,Transpose< MatrixType > >::Type operator* | ( | const MatrixBase< OtherDerived > & | lhs, |
| const Transpose< MatrixType > & | rhs | ||
| ) | [friend, inherited] |
| const SparseDiagonalProduct<OtherDerived,Transpose< MatrixType > > operator* | ( | const DiagonalBase< OtherDerived > & | lhs, |
| const SparseMatrixBase< Transpose< MatrixType > > & | rhs | ||
| ) | [friend, inherited] |
| std::ostream& operator<< | ( | std::ostream & | s, |
| const SparseMatrixBase< Transpose< MatrixType > > & | m | ||
| ) | [friend, inherited] |
bool Eigen::SparseMatrixBase< Transpose< MatrixType > >::m_isRValue [protected, inherited] |
| Page generated by Doxygen 1.7.4 for MRPT 0.9.5 SVN:2717 at Sun Oct 16 16:08:03 PDT 2011 | Hosted on: |