
Classes | |
| class | InnerIterator |
Public Types | |
| typedef internal::conditional < internal::must_nest_by_value < MatrixType >::ret, MatrixType, const MatrixType & > ::type | MatrixTypeNested |
| enum | |
| typedef internal::traits < SparseTriangularView < MatrixType, Mode > >::Scalar | Scalar |
| typedef internal::packet_traits < Scalar >::type | PacketScalar |
| typedef internal::traits < SparseTriangularView < MatrixType, Mode > >::StorageKind | StorageKind |
| typedef internal::traits < SparseTriangularView < MatrixType, Mode > >::Index | Index |
| typedef SparseMatrixBase | StorageBaseType |
| typedef EigenBase < SparseTriangularView < MatrixType, Mode > > | Base |
| typedef internal::conditional < NumTraits< Scalar > ::IsComplex, CwiseUnaryOp < internal::scalar_conjugate_op < Scalar >, Eigen::Transpose < const SparseTriangularView < MatrixType, Mode > > >, Transpose< const SparseTriangularView < MatrixType, Mode > > >::type | AdjointReturnType |
| typedef SparseMatrix< Scalar, Flags &RowMajorBit?RowMajor:ColMajor > | PlainObject |
Public Member Functions | |
| Index | rows () const |
| Index | cols () const |
| SparseTriangularView (const MatrixType &matrix) | |
| const MatrixType & | nestedExpression () const |
| template<typename OtherDerived > | |
| internal::plain_matrix_type_column_major < OtherDerived >::type | solve (const MatrixBase< OtherDerived > &other) const |
| template<typename OtherDerived > | |
| void | solveInPlace (MatrixBase< OtherDerived > &other) const |
| template<typename OtherDerived > | |
| void | solveInPlace (SparseMatrixBase< OtherDerived > &other) const |
| const CwiseUnaryOp < internal::scalar_opposite_op < typename internal::traits < SparseTriangularView < MatrixType, Mode > >::Scalar > , const SparseTriangularView < MatrixType, Mode > > | 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 SparseTriangularView < MatrixType, Mode > > | operator* (const std::complex< Scalar > &scalar) const |
| Overloaded for efficient real matrix times complex scalar value. | |
| const SparseSparseProductReturnType < SparseTriangularView < MatrixType, Mode > , OtherDerived >::Type | operator* (const SparseMatrixBase< OtherDerived > &other) const |
| const SparseDiagonalProduct < SparseTriangularView < MatrixType, Mode > , OtherDerived > | operator* (const DiagonalBase< OtherDerived > &other) const |
| const SparseDenseProductReturnType < SparseTriangularView < MatrixType, Mode > , 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 < SparseTriangularView < MatrixType, Mode > >::Scalar > , const SparseTriangularView < MatrixType, Mode > > | operator/ (const Scalar &scalar) const |
| internal::cast_return_type < SparseTriangularView < MatrixType, Mode >, const CwiseUnaryOp < internal::scalar_cast_op < typename internal::traits < SparseTriangularView < MatrixType, Mode > >::Scalar, NewType >, const SparseTriangularView < MatrixType, Mode > > >::type | cast () const |
| ConjugateReturnType | conjugate () const |
| RealReturnType | real () const |
| NonConstRealReturnType | real () |
| const ImagReturnType | imag () const |
| NonConstImagReturnType | imag () |
| const CwiseUnaryOp < CustomUnaryOp, const SparseTriangularView < MatrixType, Mode > > | unaryExpr (const CustomUnaryOp &func=CustomUnaryOp()) const |
| Apply a unary operator coefficient-wise. | |
| const CwiseUnaryView < CustomViewOp, const SparseTriangularView < MatrixType, Mode > > | unaryViewExpr (const CustomViewOp &func=CustomViewOp()) const |
| EIGEN_STRONG_INLINE const CwiseBinaryOp< CustomBinaryOp, const SparseTriangularView < MatrixType, Mode >, 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 SparseTriangularView < MatrixType, Mode > > | cwiseAbs () const |
| EIGEN_STRONG_INLINE const CwiseUnaryOp < internal::scalar_abs2_op < Scalar >, const SparseTriangularView < MatrixType, Mode > > | cwiseAbs2 () const |
| const CwiseUnaryOp < internal::scalar_sqrt_op < Scalar >, const SparseTriangularView < MatrixType, Mode > > | cwiseSqrt () const |
| const CwiseUnaryOp < internal::scalar_inverse_op < Scalar >, const SparseTriangularView < MatrixType, Mode > > | cwiseInverse () const |
| const CwiseUnaryOp < std::binder1st < std::equal_to< Scalar > >, const SparseTriangularView < MatrixType, Mode > > | cwiseEqual (const Scalar &s) const |
| const CwiseBinaryOp < std::equal_to< Scalar > , const SparseTriangularView < MatrixType, Mode >, const OtherDerived > | cwiseEqual (const EIGEN_CURRENT_STORAGE_BASE_CLASS< OtherDerived > &other) const |
| EIGEN_STRONG_INLINE const | EIGEN_CWISE_PRODUCT_RETURN_TYPE (SparseTriangularView< MatrixType, Mode >, OtherDerived) cwiseProduct(const EIGEN_CURRENT_STORAGE_BASE_CLASS< OtherDerived > &other) const |
| const CwiseBinaryOp < std::not_equal_to< Scalar > , const SparseTriangularView < MatrixType, Mode >, const OtherDerived > | cwiseNotEqual (const EIGEN_CURRENT_STORAGE_BASE_CLASS< OtherDerived > &other) const |
| EIGEN_STRONG_INLINE const CwiseBinaryOp < internal::scalar_min_op < Scalar >, const SparseTriangularView < MatrixType, Mode >, const OtherDerived > | cwiseMin (const EIGEN_CURRENT_STORAGE_BASE_CLASS< OtherDerived > &other) const |
| EIGEN_STRONG_INLINE const CwiseBinaryOp < internal::scalar_max_op < Scalar >, const SparseTriangularView < MatrixType, Mode >, const OtherDerived > | cwiseMax (const EIGEN_CURRENT_STORAGE_BASE_CLASS< OtherDerived > &other) const |
| EIGEN_STRONG_INLINE const CwiseBinaryOp < internal::scalar_quotient_op < Scalar >, const SparseTriangularView < MatrixType, Mode >, const OtherDerived > | cwiseQuotient (const EIGEN_CURRENT_STORAGE_BASE_CLASS< OtherDerived > &other) const |
| Index | size () const |
| Index | nonZeros () const |
| bool | isVector () const |
| Index | outerSize () const |
| Index | innerSize () const |
| bool | isRValue () const |
| SparseTriangularView < MatrixType, Mode > & | markAsRValue () |
| void | assignGeneric (const OtherDerived &other) |
| void | _experimentalNewProduct (const Lhs &lhs, const Rhs &rhs) |
| SparseTriangularView < MatrixType, Mode > & | operator+= (const SparseMatrixBase< OtherDerived > &other) |
| SparseTriangularView < MatrixType, Mode > & | operator-= (const SparseMatrixBase< OtherDerived > &other) |
| SparseTriangularView < MatrixType, Mode > & | operator*= (const Scalar &other) |
| SparseTriangularView < MatrixType, Mode > & | operator*= (const SparseMatrixBase< OtherDerived > &other) |
| SparseTriangularView < MatrixType, Mode > & | operator/= (const Scalar &other) |
| EIGEN_STRONG_INLINE const EIGEN_SPARSE_CWISE_PRODUCT_RETURN_TYPE | cwiseProduct (const MatrixBase< OtherDerived > &other) const |
| const SparseTriangularView < SparseTriangularView < MatrixType, Mode >, Mode > | triangularView () const |
| const SparseSelfAdjointView < SparseTriangularView < MatrixType, Mode >, UpLo > | selfadjointView () const |
| SparseSelfAdjointView < SparseTriangularView < MatrixType, Mode >, UpLo > | selfadjointView () |
| Scalar | dot (const MatrixBase< OtherDerived > &other) const |
| Scalar | dot (const SparseMatrixBase< OtherDerived > &other) const |
| RealScalar | squaredNorm () const |
| RealScalar | norm () const |
| Transpose < SparseTriangularView < MatrixType, Mode > > | transpose () |
| const Transpose< const SparseTriangularView < MatrixType, Mode > > | transpose () const |
| const AdjointReturnType | adjoint () const |
| SparseInnerVectorSet < SparseTriangularView < MatrixType, Mode >, 1 > | row (Index i) |
| const SparseInnerVectorSet < SparseTriangularView < MatrixType, Mode >, 1 > | row (Index i) const |
| SparseInnerVectorSet < SparseTriangularView < MatrixType, Mode >, 1 > | col (Index j) |
| const SparseInnerVectorSet < SparseTriangularView < MatrixType, Mode >, 1 > | col (Index j) const |
| SparseInnerVectorSet < SparseTriangularView < MatrixType, Mode >, 1 > | innerVector (Index outer) |
| const SparseInnerVectorSet < SparseTriangularView < MatrixType, Mode >, 1 > | innerVector (Index outer) const |
| SparseInnerVectorSet < SparseTriangularView < MatrixType, Mode >, Dynamic > | subrows (Index start, Index size) |
| const SparseInnerVectorSet < SparseTriangularView < MatrixType, Mode >, Dynamic > | subrows (Index start, Index size) const |
| SparseInnerVectorSet < SparseTriangularView < MatrixType, Mode >, Dynamic > | subcols (Index start, Index size) |
| const SparseInnerVectorSet < SparseTriangularView < MatrixType, Mode >, Dynamic > | subcols (Index start, Index size) const |
| SparseInnerVectorSet < SparseTriangularView < MatrixType, Mode >, Dynamic > | innerVectors (Index outerStart, Index outerSize) |
| const SparseInnerVectorSet < SparseTriangularView < MatrixType, Mode >, 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 < SparseTriangularView < MatrixType, Mode > >::type | eval () const |
| Scalar | sum () const |
| SparseTriangularView < MatrixType, Mode > & | derived () |
| const SparseTriangularView < MatrixType, Mode > & | derived () const |
| SparseTriangularView < MatrixType, Mode > & | const_cast_derived () const |
| const SparseTriangularView < MatrixType, Mode > & | 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 | |
| MatrixTypeNested | m_matrix |
| bool | m_isRValue |
Private Types | |
| enum | { SkipFirst } |
Friends | |
| const ScalarMultipleReturnType | operator* (const Scalar &scalar, const StorageBaseType &matrix) |
| const CwiseUnaryOp < internal::scalar_multiple2_op < Scalar, std::complex< Scalar > >, const SparseTriangularView < MatrixType, Mode > > | operator* (const std::complex< Scalar > &scalar, const StorageBaseType &matrix) |
| const SparseDiagonalProduct < OtherDerived, SparseTriangularView < MatrixType, Mode > > | operator* (const DiagonalBase< OtherDerived > &lhs, const SparseMatrixBase &rhs) |
| const DenseSparseProductReturnType < OtherDerived, SparseTriangularView < MatrixType, Mode > >::Type | operator* (const MatrixBase< OtherDerived > &lhs, const SparseTriangularView< MatrixType, Mode > &rhs) |
| dense * sparse (return a dense object unless it is an outer product) | |
| std::ostream & | operator<< (std::ostream &s, const SparseMatrixBase &m) |
typedef internal::conditional<NumTraits<Scalar>::IsComplex, CwiseUnaryOp<internal::scalar_conjugate_op<Scalar>, Eigen::Transpose<const SparseTriangularView< MatrixType, Mode > > >, Transpose<const SparseTriangularView< MatrixType, Mode > > >::type Eigen::SparseMatrixBase< SparseTriangularView< MatrixType, Mode > >::AdjointReturnType [inherited] |
typedef EigenBase<SparseTriangularView< MatrixType, Mode > > Eigen::SparseMatrixBase< SparseTriangularView< MatrixType, Mode > >::Base [inherited] |
typedef internal::traits<SparseTriangularView< MatrixType, Mode > >::Index Eigen::SparseMatrixBase< SparseTriangularView< MatrixType, Mode > >::Index [inherited] |
Reimplemented from Eigen::EigenBase< SparseTriangularView< MatrixType, Mode > >.
| typedef internal::conditional<internal::must_nest_by_value<MatrixType>::ret, MatrixType, const MatrixType&>::type Eigen::SparseTriangularView< MatrixType, Mode >::MatrixTypeNested |
typedef internal::packet_traits<Scalar>::type Eigen::SparseMatrixBase< SparseTriangularView< MatrixType, Mode > >::PacketScalar [inherited] |
typedef SparseMatrix<Scalar, Flags&RowMajorBit ? RowMajor : ColMajor> Eigen::SparseMatrixBase< SparseTriangularView< MatrixType, Mode > >::PlainObject [inherited] |
typedef internal::traits<SparseTriangularView< MatrixType, Mode > >::Scalar Eigen::SparseMatrixBase< SparseTriangularView< MatrixType, Mode > >::Scalar [inherited] |
typedef SparseMatrixBase Eigen::SparseMatrixBase< SparseTriangularView< MatrixType, Mode > >::StorageBaseType [inherited] |
typedef internal::traits<SparseTriangularView< MatrixType, Mode > >::StorageKind Eigen::SparseMatrixBase< SparseTriangularView< MatrixType, Mode > >::StorageKind [inherited] |
Reimplemented from Eigen::EigenBase< SparseTriangularView< MatrixType, Mode > >.
anonymous enum [private] |
| Eigen::SparseTriangularView< MatrixType, Mode >::SparseTriangularView | ( | const MatrixType & | matrix | ) | [inline] |
| void Eigen::SparseMatrixBase< SparseTriangularView< MatrixType, Mode > >::_experimentalNewProduct | ( | const Lhs & | lhs, |
| const Rhs & | rhs | ||
| ) | [inline, inherited] |
| void Eigen::EigenBase< SparseTriangularView< MatrixType, Mode > >::addTo | ( | Dest & | dst | ) | const [inline, inherited] |
| const AdjointReturnType Eigen::SparseMatrixBase< SparseTriangularView< MatrixType, Mode > >::adjoint | ( | ) | const [inline, inherited] |
| void Eigen::EigenBase< SparseTriangularView< MatrixType, Mode > >::applyThisOnTheLeft | ( | Dest & | dst | ) | const [inline, inherited] |
| void Eigen::EigenBase< SparseTriangularView< MatrixType, Mode > >::applyThisOnTheRight | ( | Dest & | dst | ) | const [inline, inherited] |
| void Eigen::SparseMatrixBase< SparseTriangularView< MatrixType, Mode > >::assignGeneric | ( | const OtherDerived & | other | ) | [inline, inherited] |
| EIGEN_STRONG_INLINE const CwiseBinaryOp<CustomBinaryOp, const SparseTriangularView< MatrixType, Mode > , const OtherDerived> Eigen::SparseMatrixBase< SparseTriangularView< MatrixType, Mode > >::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<SparseTriangularView< MatrixType, Mode > ,const CwiseUnaryOp<internal::scalar_cast_op<typename internal::traits<SparseTriangularView< MatrixType, Mode > >::Scalar, NewType>, const SparseTriangularView< MatrixType, Mode > > >::type Eigen::SparseMatrixBase< SparseTriangularView< MatrixType, Mode > >::cast | ( | ) | const [inline, inherited] |
| SparseInnerVectorSet<SparseTriangularView< MatrixType, Mode > ,1> Eigen::SparseMatrixBase< SparseTriangularView< MatrixType, Mode > >::col | ( | Index | j | ) | [inherited] |
*this. For column-major matrix only. | const SparseInnerVectorSet<SparseTriangularView< MatrixType, Mode > ,1> Eigen::SparseMatrixBase< SparseTriangularView< MatrixType, Mode > >::col | ( | Index | j | ) | const [inherited] |
*this. For column-major matrix only. (read-only version) | Index Eigen::SparseTriangularView< MatrixType, Mode >::cols | ( | void | ) | const [inline] |
Reimplemented from Eigen::SparseMatrixBase< SparseTriangularView< MatrixType, Mode > >.
| ConjugateReturnType Eigen::SparseMatrixBase< SparseTriangularView< MatrixType, Mode > >::conjugate | ( | ) | const [inline, inherited] |
| SparseTriangularView< MatrixType, Mode > & Eigen::EigenBase< SparseTriangularView< MatrixType, Mode > >::const_cast_derived | ( | ) | const [inline, inherited] |
| const SparseTriangularView< MatrixType, Mode > & Eigen::EigenBase< SparseTriangularView< MatrixType, Mode > >::const_derived | ( | ) | const [inline, inherited] |
| EIGEN_STRONG_INLINE const CwiseUnaryOp<internal::scalar_abs_op<Scalar>, const SparseTriangularView< MatrixType, Mode > > Eigen::SparseMatrixBase< SparseTriangularView< MatrixType, Mode > >::cwiseAbs | ( | ) | const [inline, inherited] |
| EIGEN_STRONG_INLINE const CwiseUnaryOp<internal::scalar_abs2_op<Scalar>, const SparseTriangularView< MatrixType, Mode > > Eigen::SparseMatrixBase< SparseTriangularView< MatrixType, Mode > >::cwiseAbs2 | ( | ) | const [inline, inherited] |
| const CwiseUnaryOp<std::binder1st<std::equal_to<Scalar> >, const SparseTriangularView< MatrixType, Mode > > Eigen::SparseMatrixBase< SparseTriangularView< MatrixType, Mode > >::cwiseEqual | ( | const Scalar & | s | ) | const [inline, inherited] |
*this and a scalar s | const CwiseBinaryOp<std::equal_to<Scalar>, const SparseTriangularView< MatrixType, Mode > , const OtherDerived> Eigen::SparseMatrixBase< SparseTriangularView< MatrixType, Mode > >::cwiseEqual | ( | const EIGEN_CURRENT_STORAGE_BASE_CLASS< OtherDerived > & | other | ) | const [inline, inherited] |
Example:
Output:
| const CwiseUnaryOp<internal::scalar_inverse_op<Scalar>, const SparseTriangularView< MatrixType, Mode > > Eigen::SparseMatrixBase< SparseTriangularView< MatrixType, Mode > >::cwiseInverse | ( | ) | const [inline, inherited] |
| EIGEN_STRONG_INLINE const CwiseBinaryOp<internal::scalar_max_op<Scalar>, const SparseTriangularView< MatrixType, Mode > , const OtherDerived> Eigen::SparseMatrixBase< SparseTriangularView< MatrixType, Mode > >::cwiseMax | ( | const EIGEN_CURRENT_STORAGE_BASE_CLASS< OtherDerived > & | other | ) | const [inline, inherited] |
| EIGEN_STRONG_INLINE const CwiseBinaryOp<internal::scalar_min_op<Scalar>, const SparseTriangularView< MatrixType, Mode > , const OtherDerived> Eigen::SparseMatrixBase< SparseTriangularView< MatrixType, Mode > >::cwiseMin | ( | const EIGEN_CURRENT_STORAGE_BASE_CLASS< OtherDerived > & | other | ) | const [inline, inherited] |
| const CwiseBinaryOp<std::not_equal_to<Scalar>, const SparseTriangularView< MatrixType, Mode > , const OtherDerived> Eigen::SparseMatrixBase< SparseTriangularView< MatrixType, Mode > >::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< SparseTriangularView< MatrixType, Mode > >::cwiseProduct | ( | const MatrixBase< OtherDerived > & | other | ) | const [inherited] |
| EIGEN_STRONG_INLINE const CwiseBinaryOp<internal::scalar_quotient_op<Scalar>, const SparseTriangularView< MatrixType, Mode > , const OtherDerived> Eigen::SparseMatrixBase< SparseTriangularView< MatrixType, Mode > >::cwiseQuotient | ( | const EIGEN_CURRENT_STORAGE_BASE_CLASS< OtherDerived > & | other | ) | const [inline, inherited] |
| const CwiseUnaryOp<internal::scalar_sqrt_op<Scalar>, const SparseTriangularView< MatrixType, Mode > > Eigen::SparseMatrixBase< SparseTriangularView< MatrixType, Mode > >::cwiseSqrt | ( | ) | const [inline, inherited] |
| SparseTriangularView< MatrixType, Mode > & Eigen::EigenBase< SparseTriangularView< MatrixType, Mode > >::derived | ( | ) | [inline, inherited] |
| const SparseTriangularView< MatrixType, Mode > & Eigen::EigenBase< SparseTriangularView< MatrixType, Mode > >::derived | ( | ) | const [inline, inherited] |
| Scalar Eigen::SparseMatrixBase< SparseTriangularView< MatrixType, Mode > >::dot | ( | const MatrixBase< OtherDerived > & | other | ) | const [inherited] |
| Scalar Eigen::SparseMatrixBase< SparseTriangularView< MatrixType, Mode > >::dot | ( | const SparseMatrixBase< OtherDerived > & | other | ) | const [inherited] |
| EIGEN_STRONG_INLINE const Eigen::SparseMatrixBase< SparseTriangularView< MatrixType, Mode > >::EIGEN_CWISE_PRODUCT_RETURN_TYPE | ( | SparseTriangularView< MatrixType, Mode > | , |
| OtherDerived | |||
| ) | const [inline, inherited] |
| const internal::eval<SparseTriangularView< MatrixType, Mode > >::type Eigen::SparseMatrixBase< SparseTriangularView< MatrixType, Mode > >::eval | ( | ) | const [inline, inherited] |
| void Eigen::EigenBase< SparseTriangularView< MatrixType, Mode > >::evalTo | ( | Dest & | dst | ) | const [inline, inherited] |
| void Eigen::SparseMatrixBase< SparseTriangularView< MatrixType, Mode > >::evalTo | ( | MatrixBase< DenseDerived > & | dst | ) | const [inline, inherited] |
| const ImagReturnType Eigen::SparseMatrixBase< SparseTriangularView< MatrixType, Mode > >::imag | ( | ) | const [inline, inherited] |
| NonConstImagReturnType Eigen::SparseMatrixBase< SparseTriangularView< MatrixType, Mode > >::imag | ( | ) | [inline, inherited] |
| Index Eigen::SparseMatrixBase< SparseTriangularView< MatrixType, Mode > >::innerSize | ( | ) | const [inline, inherited] |
| SparseInnerVectorSet<SparseTriangularView< MatrixType, Mode > ,1> Eigen::SparseMatrixBase< SparseTriangularView< MatrixType, Mode > >::innerVector | ( | Index | outer | ) | [inherited] |
*this if *this is col-major (resp. row-major). | const SparseInnerVectorSet<SparseTriangularView< MatrixType, Mode > ,1> Eigen::SparseMatrixBase< SparseTriangularView< MatrixType, Mode > >::innerVector | ( | Index | outer | ) | const [inherited] |
*this if *this is col-major (resp. row-major). Read-only. | SparseInnerVectorSet<SparseTriangularView< MatrixType, Mode > ,Dynamic> Eigen::SparseMatrixBase< SparseTriangularView< MatrixType, Mode > >::innerVectors | ( | Index | outerStart, |
| Index | outerSize | ||
| ) | [inherited] |
*this if *this is col-major (resp. row-major). | const SparseInnerVectorSet<SparseTriangularView< MatrixType, Mode > ,Dynamic> Eigen::SparseMatrixBase< SparseTriangularView< MatrixType, Mode > >::innerVectors | ( | Index | outerStart, |
| Index | outerSize | ||
| ) | const [inherited] |
*this if *this is col-major (resp. row-major). Read-only. | bool Eigen::SparseMatrixBase< SparseTriangularView< MatrixType, Mode > >::isApprox | ( | const SparseMatrixBase< OtherDerived > & | other, |
| RealScalar | prec = NumTraits<Scalar>::dummy_precision() |
||
| ) | const [inline, inherited] |
| bool Eigen::SparseMatrixBase< SparseTriangularView< MatrixType, Mode > >::isApprox | ( | const MatrixBase< OtherDerived > & | other, |
| RealScalar | prec = NumTraits<Scalar>::dummy_precision() |
||
| ) | const [inline, inherited] |
| bool Eigen::SparseMatrixBase< SparseTriangularView< MatrixType, Mode > >::isRValue | ( | ) | const [inline, inherited] |
| bool Eigen::SparseMatrixBase< SparseTriangularView< MatrixType, Mode > >::isVector | ( | ) | const [inline, inherited] |
| SparseTriangularView< MatrixType, Mode > & Eigen::SparseMatrixBase< SparseTriangularView< MatrixType, Mode > >::markAsRValue | ( | ) | [inline, inherited] |
| const MatrixType& Eigen::SparseTriangularView< MatrixType, Mode >::nestedExpression | ( | ) | const [inline] |
| Index Eigen::SparseMatrixBase< SparseTriangularView< MatrixType, Mode > >::nonZeros | ( | ) | const [inline, inherited] |
| RealScalar Eigen::SparseMatrixBase< SparseTriangularView< MatrixType, Mode > >::norm | ( | ) | const [inherited] |
| const ScalarMultipleReturnType Eigen::SparseMatrixBase< SparseTriangularView< MatrixType, Mode > >::operator* | ( | const RealScalar & | scalar | ) | const [inherited] |
| const ScalarMultipleReturnType Eigen::SparseMatrixBase< SparseTriangularView< MatrixType, Mode > >::operator* | ( | const Scalar & | scalar | ) | const [inline, inherited] |
| const CwiseUnaryOp<internal::scalar_multiple2_op<Scalar,std::complex<Scalar> >, const SparseTriangularView< MatrixType, Mode > > Eigen::SparseMatrixBase< SparseTriangularView< MatrixType, Mode > >::operator* | ( | const std::complex< Scalar > & | scalar | ) | const [inline, inherited] |
| const SparseSparseProductReturnType<SparseTriangularView< MatrixType, Mode > ,OtherDerived>::Type Eigen::SparseMatrixBase< SparseTriangularView< MatrixType, Mode > >::operator* | ( | const SparseMatrixBase< OtherDerived > & | other | ) | const [inherited] |
| const SparseDiagonalProduct<SparseTriangularView< MatrixType, Mode > ,OtherDerived> Eigen::SparseMatrixBase< SparseTriangularView< MatrixType, Mode > >::operator* | ( | const DiagonalBase< OtherDerived > & | other | ) | const [inherited] |
| const SparseDenseProductReturnType<SparseTriangularView< MatrixType, Mode > ,OtherDerived>::Type Eigen::SparseMatrixBase< SparseTriangularView< MatrixType, Mode > >::operator* | ( | const MatrixBase< OtherDerived > & | other | ) | const [inherited] |
sparse * dense (returns a dense object unless it is an outer product)
| SparseTriangularView< MatrixType, Mode > & Eigen::SparseMatrixBase< SparseTriangularView< MatrixType, Mode > >::operator*= | ( | const SparseMatrixBase< OtherDerived > & | other | ) | [inherited] |
| SparseTriangularView< MatrixType, Mode > & Eigen::SparseMatrixBase< SparseTriangularView< MatrixType, Mode > >::operator*= | ( | const Scalar & | other | ) | [inherited] |
| SparseTriangularView< MatrixType, Mode > & Eigen::SparseMatrixBase< SparseTriangularView< MatrixType, Mode > >::operator+= | ( | const SparseMatrixBase< OtherDerived > & | other | ) | [inherited] |
| const CwiseUnaryOp<internal::scalar_opposite_op<typename internal::traits<SparseTriangularView< MatrixType, Mode > >::Scalar>, const SparseTriangularView< MatrixType, Mode > > Eigen::SparseMatrixBase< SparseTriangularView< MatrixType, Mode > >::operator- | ( | ) | const [inline, inherited] |
| SparseTriangularView< MatrixType, Mode > & Eigen::SparseMatrixBase< SparseTriangularView< MatrixType, Mode > >::operator-= | ( | const SparseMatrixBase< OtherDerived > & | other | ) | [inherited] |
| const CwiseUnaryOp<internal::scalar_quotient1_op<typename internal::traits<SparseTriangularView< MatrixType, Mode > >::Scalar>, const SparseTriangularView< MatrixType, Mode > > Eigen::SparseMatrixBase< SparseTriangularView< MatrixType, Mode > >::operator/ | ( | const Scalar & | scalar | ) | const [inline, inherited] |
| SparseTriangularView< MatrixType, Mode > & Eigen::SparseMatrixBase< SparseTriangularView< MatrixType, Mode > >::operator/= | ( | const Scalar & | other | ) | [inherited] |
| Index Eigen::SparseMatrixBase< SparseTriangularView< MatrixType, Mode > >::outerSize | ( | ) | const [inline, inherited] |
| RealReturnType Eigen::SparseMatrixBase< SparseTriangularView< MatrixType, Mode > >::real | ( | ) | const [inline, inherited] |
| NonConstRealReturnType Eigen::SparseMatrixBase< SparseTriangularView< MatrixType, Mode > >::real | ( | ) | [inline, inherited] |
| const SparseInnerVectorSet<SparseTriangularView< MatrixType, Mode > ,1> Eigen::SparseMatrixBase< SparseTriangularView< MatrixType, Mode > >::row | ( | Index | i | ) | const [inherited] |
*this. For row-major matrix only. (read-only version) | SparseInnerVectorSet<SparseTriangularView< MatrixType, Mode > ,1> Eigen::SparseMatrixBase< SparseTriangularView< MatrixType, Mode > >::row | ( | Index | i | ) | [inherited] |
*this. For row-major matrix only. | Index Eigen::SparseTriangularView< MatrixType, Mode >::rows | ( | void | ) | const [inline] |
Reimplemented from Eigen::SparseMatrixBase< SparseTriangularView< MatrixType, Mode > >.
| const SparseSelfAdjointView<SparseTriangularView< MatrixType, Mode > , UpLo> Eigen::SparseMatrixBase< SparseTriangularView< MatrixType, Mode > >::selfadjointView | ( | ) | const [inline, inherited] |
| SparseSelfAdjointView<SparseTriangularView< MatrixType, Mode > , UpLo> Eigen::SparseMatrixBase< SparseTriangularView< MatrixType, Mode > >::selfadjointView | ( | ) | [inline, inherited] |
| Index Eigen::SparseMatrixBase< SparseTriangularView< MatrixType, Mode > >::size | ( | ) | const [inline, inherited] |
Reimplemented from Eigen::EigenBase< SparseTriangularView< MatrixType, Mode > >.
| internal::plain_matrix_type_column_major< OtherDerived >::type Eigen::SparseTriangularView< ExpressionType, Mode >::solve | ( | const MatrixBase< OtherDerived > & | other | ) | const |
| void Eigen::SparseTriangularView< ExpressionType, Mode >::solveInPlace | ( | SparseMatrixBase< OtherDerived > & | other | ) | const |
| void Eigen::SparseTriangularView< ExpressionType, Mode >::solveInPlace | ( | MatrixBase< OtherDerived > & | other | ) | const |
| RealScalar Eigen::SparseMatrixBase< SparseTriangularView< MatrixType, Mode > >::squaredNorm | ( | ) | const [inherited] |
| const SparseInnerVectorSet<SparseTriangularView< MatrixType, Mode > ,Dynamic> Eigen::SparseMatrixBase< SparseTriangularView< MatrixType, Mode > >::subcols | ( | Index | start, |
| Index | size | ||
| ) | const [inherited] |
*this. For column-major matrix only. (read-only version) | SparseInnerVectorSet<SparseTriangularView< MatrixType, Mode > ,Dynamic> Eigen::SparseMatrixBase< SparseTriangularView< MatrixType, Mode > >::subcols | ( | Index | start, |
| Index | size | ||
| ) | [inherited] |
*this. For column-major matrix only. | SparseInnerVectorSet<SparseTriangularView< MatrixType, Mode > ,Dynamic> Eigen::SparseMatrixBase< SparseTriangularView< MatrixType, Mode > >::subrows | ( | Index | start, |
| Index | size | ||
| ) | [inherited] |
*this. For row-major matrix only. | const SparseInnerVectorSet<SparseTriangularView< MatrixType, Mode > ,Dynamic> Eigen::SparseMatrixBase< SparseTriangularView< MatrixType, Mode > >::subrows | ( | Index | start, |
| Index | size | ||
| ) | const [inherited] |
*this. For row-major matrix only. (read-only version) | void Eigen::EigenBase< SparseTriangularView< MatrixType, Mode > >::subTo | ( | Dest & | dst | ) | const [inline, inherited] |
| Scalar Eigen::SparseMatrixBase< SparseTriangularView< MatrixType, Mode > >::sum | ( | ) | const [inherited] |
| Matrix<Scalar,RowsAtCompileTime,ColsAtCompileTime> Eigen::SparseMatrixBase< SparseTriangularView< MatrixType, Mode > >::toDense | ( | ) | const [inline, inherited] |
| const Transpose<const SparseTriangularView< MatrixType, Mode > > Eigen::SparseMatrixBase< SparseTriangularView< MatrixType, Mode > >::transpose | ( | ) | const [inline, inherited] |
| Transpose<SparseTriangularView< MatrixType, Mode > > Eigen::SparseMatrixBase< SparseTriangularView< MatrixType, Mode > >::transpose | ( | ) | [inline, inherited] |
| const SparseTriangularView<SparseTriangularView< MatrixType, Mode > , Mode> Eigen::SparseMatrixBase< SparseTriangularView< MatrixType, Mode > >::triangularView | ( | ) | const [inline, inherited] |
| const CwiseUnaryOp<CustomUnaryOp, const SparseTriangularView< MatrixType, Mode > > Eigen::SparseMatrixBase< SparseTriangularView< MatrixType, Mode > >::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 SparseTriangularView< MatrixType, Mode > > Eigen::SparseMatrixBase< SparseTriangularView< MatrixType, Mode > >::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 SparseTriangularView< MatrixType, Mode > > operator* | ( | const std::complex< Scalar > & | scalar, |
| const StorageBaseType & | matrix | ||
| ) | [friend, inherited] |
| const DenseSparseProductReturnType<OtherDerived,SparseTriangularView< MatrixType, Mode > >::Type operator* | ( | const MatrixBase< OtherDerived > & | lhs, |
| const SparseTriangularView< MatrixType, Mode > & | rhs | ||
| ) | [friend, inherited] |
| const SparseDiagonalProduct<OtherDerived,SparseTriangularView< MatrixType, Mode > > operator* | ( | const DiagonalBase< OtherDerived > & | lhs, |
| const SparseMatrixBase< SparseTriangularView< MatrixType, Mode > > & | rhs | ||
| ) | [friend, inherited] |
| std::ostream& operator<< | ( | std::ostream & | s, |
| const SparseMatrixBase< SparseTriangularView< MatrixType, Mode > > & | m | ||
| ) | [friend, inherited] |
bool Eigen::SparseMatrixBase< SparseTriangularView< MatrixType, Mode > >::m_isRValue [protected, inherited] |
MatrixTypeNested Eigen::SparseTriangularView< MatrixType, Mode >::m_matrix [protected] |
| 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: |