|
const EIGEN_DEVICE_FUNC MatrixTypeNestedCleaned & | _expression () const |
|
const EIGEN_DEVICE_FUNC AdjointReturnType | adjoint () const |
|
EIGEN_DEVICE_FUNC Scalar | coeff (Index row, Index col) const |
|
EIGEN_DEVICE_FUNC Scalar & | coeffRef (Index row, Index col) |
|
EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR Index | cols () const EIGEN_NOEXCEPT |
|
const EIGEN_DEVICE_FUNC ConjugateReturnType | conjugate () const |
|
template<bool Cond> |
EIGEN_DEVICE_FUNC internal::conditional< Cond, ConjugateReturnType, ConstSelfAdjointView >::type | conjugateIf () const |
|
EIGEN_DEVICE_FUNC MatrixType::ConstDiagonalReturnType | diagonal () const |
|
EIGEN_DEVICE_FUNC EigenvaluesReturnType | eigenvalues () const |
| Computes the eigenvalues of a matrix. More...
|
|
EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR Index | innerStride () const EIGEN_NOEXCEPT |
|
const LDLT< PlainObject, UpLo > | ldlt () const |
|
const LLT< PlainObject, UpLo > | llt () const |
|
EIGEN_DEVICE_FUNC MatrixTypeNestedCleaned & | nestedExpression () |
|
const EIGEN_DEVICE_FUNC MatrixTypeNestedCleaned & | nestedExpression () const |
|
template<typename OtherDerived > |
const EIGEN_DEVICE_FUNC Product< SelfAdjointView, OtherDerived > | operator* (const MatrixBase< OtherDerived > &rhs) const |
|
EIGEN_DEVICE_FUNC RealScalar | operatorNorm () const |
| Computes the L2 operator norm. More...
|
|
EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR Index | outerStride () const EIGEN_NOEXCEPT |
|
template<typename DerivedU , typename DerivedV > |
EIGEN_DEVICE_FUNC SelfAdjointView< MatrixType, UpLo > & | rankUpdate (const MatrixBase< DerivedU > &u, const MatrixBase< DerivedV > &v, const Scalar &alpha) |
|
template<typename DerivedU , typename DerivedV > |
EIGEN_DEVICE_FUNC SelfAdjointView & | rankUpdate (const MatrixBase< DerivedU > &u, const MatrixBase< DerivedV > &v, const Scalar &alpha=Scalar(1)) |
|
template<typename DerivedU > |
EIGEN_DEVICE_FUNC SelfAdjointView< MatrixType, UpLo > & | rankUpdate (const MatrixBase< DerivedU > &u, const Scalar &alpha) |
|
template<typename DerivedU > |
EIGEN_DEVICE_FUNC SelfAdjointView & | rankUpdate (const MatrixBase< DerivedU > &u, const Scalar &alpha=Scalar(1)) |
|
EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR Index | rows () const EIGEN_NOEXCEPT |
|
EIGEN_DEVICE_FUNC | SelfAdjointView (MatrixType &matrix) |
|
EIGEN_DEVICE_FUNC TransposeReturnType | transpose () |
|
const EIGEN_DEVICE_FUNC ConstTransposeReturnType | transpose () const |
|
template<unsigned int TriMode> |
EIGEN_DEVICE_FUNC internal::conditional<(TriMode &(Upper|Lower))==(UpLo &(Upper|Lower)), TriangularView< MatrixType, TriMode >, TriangularView< typename MatrixType::AdjointReturnType, TriMode > >::type | triangularView () const |
|
EIGEN_DEVICE_FUNC Scalar | coeff (Index row, Index col) const |
|
EIGEN_DEVICE_FUNC Scalar & | coeffRef (Index row, Index col) |
|
EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR Index | cols () const EIGEN_NOEXCEPT |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void | copyCoeff (Index row, Index col, Other &other) |
|
EIGEN_DEVICE_FUNC SelfAdjointView< _MatrixType, UpLo > & | derived () |
|
const EIGEN_DEVICE_FUNC SelfAdjointView< _MatrixType, UpLo > & | derived () const |
|
EIGEN_DEVICE_FUNC void | evalTo (MatrixBase< DenseDerived > &other) const |
|
EIGEN_DEVICE_FUNC void | evalToLazy (MatrixBase< DenseDerived > &other) const |
|
EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR Index | innerStride () const EIGEN_NOEXCEPT |
|
EIGEN_DEVICE_FUNC Scalar & | operator() (Index row, Index col) |
|
EIGEN_DEVICE_FUNC Scalar | operator() (Index row, Index col) const |
|
EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR Index | outerStride () const EIGEN_NOEXCEPT |
|
EIGEN_DEVICE_FUNC void | resize (Index rows, Index cols) |
|
EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR Index | rows () const EIGEN_NOEXCEPT |
|
EIGEN_DEVICE_FUNC DenseMatrixType | toDenseMatrix () const |
|
EIGEN_DEVICE_FUNC | TriangularBase () |
|
EIGEN_DEVICE_FUNC void | addTo (Dest &dst) const |
|
EIGEN_DEVICE_FUNC void | applyThisOnTheLeft (Dest &dst) const |
|
EIGEN_DEVICE_FUNC void | applyThisOnTheRight (Dest &dst) const |
|
EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR Index | cols () const EIGEN_NOEXCEPT |
|
EIGEN_DEVICE_FUNC SelfAdjointView< _MatrixType, UpLo > & | const_cast_derived () const |
|
const EIGEN_DEVICE_FUNC SelfAdjointView< _MatrixType, UpLo > & | const_derived () const |
|
EIGEN_DEVICE_FUNC SelfAdjointView< _MatrixType, UpLo > & | derived () |
|
const EIGEN_DEVICE_FUNC SelfAdjointView< _MatrixType, UpLo > & | derived () const |
|
EIGEN_DEVICE_FUNC void | evalTo (Dest &dst) const |
|
EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR Index | rows () const EIGEN_NOEXCEPT |
|
EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR Index | size () const EIGEN_NOEXCEPT |
|
EIGEN_DEVICE_FUNC void | subTo (Dest &dst) const |
|