Public Types | Public Member Functions | Friends | List of all members
Eigen::DiagonalBase< Derived > Class Template Reference

#include <DiagonalMatrix.h>

Inheritance diagram for Eigen::DiagonalBase< Derived >:
Inheritance graph
[legend]

Public Types

enum  {
  RowsAtCompileTime = DiagonalVectorType::SizeAtCompileTime, ColsAtCompileTime = DiagonalVectorType::SizeAtCompileTime, MaxRowsAtCompileTime = DiagonalVectorType::MaxSizeAtCompileTime, MaxColsAtCompileTime = DiagonalVectorType::MaxSizeAtCompileTime,
  IsVectorAtCompileTime = 0, Flags = 0
}
 
typedef Matrix< Scalar, RowsAtCompileTime, ColsAtCompileTime, 0, MaxRowsAtCompileTime, MaxColsAtCompileTimeDenseMatrixType
 
typedef DenseMatrixType DenseType
 
typedef internal::traits< Derived >::DiagonalVectorType DiagonalVectorType
 
typedef internal::traits< Derived >::Index Index
 
typedef DiagonalMatrix< Scalar, DiagonalVectorType::SizeAtCompileTime, DiagonalVectorType::MaxSizeAtCompileTime > PlainObject
 
typedef DiagonalVectorType::RealScalar RealScalar
 
typedef DiagonalVectorType::Scalar Scalar
 
typedef internal::traits< Derived >::StorageKind StorageKind
 
- Public Types inherited from Eigen::EigenBase< Derived >
typedef internal::traits< Derived >::Index Index
 
typedef internal::traits< Derived >::StorageKind StorageKind
 

Public Member Functions

template<typename DenseDerived >
void addTo (MatrixBase< DenseDerived > &other) const
 
Index cols () const
 
const Derived & derived () const
 
Derived & derived ()
 
const DiagonalVectorTypediagonal () const
 
DiagonalVectorTypediagonal ()
 
template<typename DenseDerived >
void evalTo (MatrixBase< DenseDerived > &other) const
 
const DiagonalWrapper< const CwiseUnaryOp< internal::scalar_inverse_op< Scalar >, const DiagonalVectorType > > inverse () const
 
template<typename MatrixDerived >
const DiagonalProduct< MatrixDerived, Derived, OnTheLeftoperator* (const MatrixBase< MatrixDerived > &matrix) const
 
const DiagonalWrapper< const CwiseUnaryOp< internal::scalar_multiple_op< Scalar >, const DiagonalVectorType > > operator* (const Scalar &scalar) const
 
Index rows () const
 
template<typename DenseDerived >
void subTo (MatrixBase< DenseDerived > &other) const
 
DenseMatrixType toDenseMatrix () const
 
- Public Member Functions inherited from Eigen::EigenBase< Derived >
template<typename Dest >
void addTo (Dest &dst) const
 
template<typename Dest >
void applyThisOnTheLeft (Dest &dst) const
 
template<typename Dest >
void applyThisOnTheRight (Dest &dst) const
 
Index cols () const
 
Derived & const_cast_derived () const
 
const Derived & const_derived () const
 
Derived & derived ()
 
const Derived & derived () const
 
template<typename Dest >
void evalTo (Dest &dst) const
 
Index rows () const
 
Index size () const
 
template<typename Dest >
void subTo (Dest &dst) const
 

Friends

const DiagonalWrapper< const CwiseUnaryOp< internal::scalar_multiple_op< Scalar >, const DiagonalVectorType > > operator* (const Scalar &scalar, const DiagonalBase &other)
 

Detailed Description

template<typename Derived>
class Eigen::DiagonalBase< Derived >

Definition at line 18 of file DiagonalMatrix.h.

Member Typedef Documentation

Definition at line 36 of file DiagonalMatrix.h.

template<typename Derived>
typedef DenseMatrixType Eigen::DiagonalBase< Derived >::DenseType

Definition at line 37 of file DiagonalMatrix.h.

template<typename Derived>
typedef internal::traits<Derived>::DiagonalVectorType Eigen::DiagonalBase< Derived >::DiagonalVectorType

Definition at line 21 of file DiagonalMatrix.h.

template<typename Derived>
typedef internal::traits<Derived>::Index Eigen::DiagonalBase< Derived >::Index

Definition at line 25 of file DiagonalMatrix.h.

template<typename Derived>
typedef DiagonalMatrix<Scalar,DiagonalVectorType::SizeAtCompileTime,DiagonalVectorType::MaxSizeAtCompileTime> Eigen::DiagonalBase< Derived >::PlainObject

Definition at line 38 of file DiagonalMatrix.h.

template<typename Derived>
typedef DiagonalVectorType::RealScalar Eigen::DiagonalBase< Derived >::RealScalar

Definition at line 23 of file DiagonalMatrix.h.

template<typename Derived>
typedef DiagonalVectorType::Scalar Eigen::DiagonalBase< Derived >::Scalar

Definition at line 22 of file DiagonalMatrix.h.

template<typename Derived>
typedef internal::traits<Derived>::StorageKind Eigen::DiagonalBase< Derived >::StorageKind

Definition at line 24 of file DiagonalMatrix.h.

Member Enumeration Documentation

template<typename Derived>
anonymous enum
Enumerator
RowsAtCompileTime 
ColsAtCompileTime 
MaxRowsAtCompileTime 
MaxColsAtCompileTime 
IsVectorAtCompileTime 
Flags 

Definition at line 27 of file DiagonalMatrix.h.

Member Function Documentation

template<typename Derived>
template<typename DenseDerived >
void Eigen::DiagonalBase< Derived >::addTo ( MatrixBase< DenseDerived > &  other) const
inline

Definition at line 47 of file DiagonalMatrix.h.

template<typename Derived>
Index Eigen::DiagonalBase< Derived >::cols ( void  ) const
inline

Definition at line 57 of file DiagonalMatrix.h.

template<typename Derived>
const Derived& Eigen::DiagonalBase< Derived >::derived ( ) const
inline

Definition at line 40 of file DiagonalMatrix.h.

template<typename Derived>
Derived& Eigen::DiagonalBase< Derived >::derived ( )
inline

Definition at line 41 of file DiagonalMatrix.h.

template<typename Derived>
const DiagonalVectorType& Eigen::DiagonalBase< Derived >::diagonal ( ) const
inline

Definition at line 53 of file DiagonalMatrix.h.

template<typename Derived>
DiagonalVectorType& Eigen::DiagonalBase< Derived >::diagonal ( )
inline

Definition at line 54 of file DiagonalMatrix.h.

template<typename Derived >
template<typename DenseDerived >
void Eigen::DiagonalBase< Derived >::evalTo ( MatrixBase< DenseDerived > &  other) const

Definition at line 101 of file DiagonalMatrix.h.

template<typename Derived>
const DiagonalWrapper<const CwiseUnaryOp<internal::scalar_inverse_op<Scalar>, const DiagonalVectorType> > Eigen::DiagonalBase< Derived >::inverse ( ) const
inline

Definition at line 69 of file DiagonalMatrix.h.

template<typename Derived>
template<typename MatrixDerived >
const DiagonalProduct<MatrixDerived, Derived, OnTheLeft> Eigen::DiagonalBase< Derived >::operator* ( const MatrixBase< MatrixDerived > &  matrix) const
inline
Returns
the diagonal matrix product of *this by the matrix matrix.

Definition at line 63 of file DiagonalMatrix.h.

template<typename Derived>
const DiagonalWrapper<const CwiseUnaryOp<internal::scalar_multiple_op<Scalar>, const DiagonalVectorType> > Eigen::DiagonalBase< Derived >::operator* ( const Scalar scalar) const
inline

Definition at line 75 of file DiagonalMatrix.h.

template<typename Derived>
Index Eigen::DiagonalBase< Derived >::rows ( void  ) const
inline

Definition at line 56 of file DiagonalMatrix.h.

template<typename Derived>
template<typename DenseDerived >
void Eigen::DiagonalBase< Derived >::subTo ( MatrixBase< DenseDerived > &  other) const
inline

Definition at line 50 of file DiagonalMatrix.h.

template<typename Derived>
DenseMatrixType Eigen::DiagonalBase< Derived >::toDenseMatrix ( ) const
inline

Definition at line 43 of file DiagonalMatrix.h.

Friends And Related Function Documentation

template<typename Derived>
const DiagonalWrapper<const CwiseUnaryOp<internal::scalar_multiple_op<Scalar>, const DiagonalVectorType> > operator* ( const Scalar scalar,
const DiagonalBase< Derived > &  other 
)
friend

Definition at line 80 of file DiagonalMatrix.h.


The documentation for this class was generated from the following file:


tuw_aruco
Author(s): Lukas Pfeifhofer
autogenerated on Mon Jun 10 2019 15:41:06