Public Types | Public Member Functions | Protected Attributes
DiagonalWrapper< _DiagonalVectorType > Class Template Reference

Expression of a diagonal matrix. More...

#include <DiagonalMatrix.h>

Inheritance diagram for DiagonalWrapper< _DiagonalVectorType >:
Inheritance graph
[legend]

List of all members.

Public Types

typedef _DiagonalVectorType DiagonalVectorType
typedef DiagonalWrapper Nested

Public Member Functions

const DiagonalVectorTypediagonal () const
 DiagonalWrapper (const DiagonalVectorType &diagonal)

Protected Attributes

const DiagonalVectorType::Nested m_diagonal

Detailed Description

template<typename _DiagonalVectorType>
class DiagonalWrapper< _DiagonalVectorType >

Expression of a diagonal matrix.

Parameters:
_DiagonalVectorTypethe type of the vector of diagonal coefficients

This class is an expression of a diagonal matrix, but not storing its own vector of diagonal coefficients, instead wrapping an existing vector expression. It is the return type of MatrixBase::asDiagonal() and most of the time this is the only way that it is used.

See also:
class DiagonalMatrix, class DiagonalBase, MatrixBase::asDiagonal()

Definition at line 244 of file DiagonalMatrix.h.


Member Typedef Documentation

template<typename _DiagonalVectorType>
typedef _DiagonalVectorType DiagonalWrapper< _DiagonalVectorType >::DiagonalVectorType

Reimplemented from DiagonalBase< DiagonalWrapper< _DiagonalVectorType > >.

Definition at line 249 of file DiagonalMatrix.h.

template<typename _DiagonalVectorType>
typedef DiagonalWrapper DiagonalWrapper< _DiagonalVectorType >::Nested

Definition at line 250 of file DiagonalMatrix.h.


Constructor & Destructor Documentation

template<typename _DiagonalVectorType>
DiagonalWrapper< _DiagonalVectorType >::DiagonalWrapper ( const DiagonalVectorType diagonal) [inline]

Constructor from expression of diagonal coefficients to wrap.

Definition at line 254 of file DiagonalMatrix.h.


Member Function Documentation

template<typename _DiagonalVectorType>
const DiagonalVectorType& DiagonalWrapper< _DiagonalVectorType >::diagonal ( ) const [inline]
Returns:
a const reference to the wrapped expression of diagonal coefficients.

Reimplemented from DiagonalBase< DiagonalWrapper< _DiagonalVectorType > >.

Definition at line 257 of file DiagonalMatrix.h.


Member Data Documentation

template<typename _DiagonalVectorType>
const DiagonalVectorType::Nested DiagonalWrapper< _DiagonalVectorType >::m_diagonal [protected]

Definition at line 260 of file DiagonalMatrix.h.


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


re_vision
Author(s): Dorian Galvez-Lopez
autogenerated on Sun Jan 5 2014 11:34:01