Public Types | Public Member Functions | Protected Member Functions
TriangularBase< Derived > Class Template Reference

#include <TriangularMatrix.h>

Inheritance diagram for TriangularBase< Derived >:
Inheritance graph
[legend]

List of all members.

Public Types

enum  {
  Mode = internal::traits<Derived>::Mode, CoeffReadCost = internal::traits<Derived>::CoeffReadCost, RowsAtCompileTime = internal::traits<Derived>::RowsAtCompileTime, ColsAtCompileTime = internal::traits<Derived>::ColsAtCompileTime,
  MaxRowsAtCompileTime = internal::traits<Derived>::MaxRowsAtCompileTime, MaxColsAtCompileTime = internal::traits<Derived>::MaxColsAtCompileTime
}
typedef internal::traits
< Derived >::DenseMatrixType 
DenseMatrixType
typedef DenseMatrixType DenseType
typedef internal::traits
< Derived >::Index 
Index
typedef internal::traits
< Derived >::Scalar 
Scalar
typedef internal::traits
< Derived >::StorageKind 
StorageKind

Public Member Functions

Scalar coeff (Index row, Index col) const
ScalarcoeffRef (Index row, Index col)
Index cols () const
template<typename Other >
EIGEN_STRONG_INLINE void copyCoeff (Index row, Index col, Other &other)
const Derived & derived () const
Derived & derived ()
template<typename DenseDerived >
void evalTo (MatrixBase< DenseDerived > &other) const
template<typename DenseDerived >
void evalToLazy (MatrixBase< DenseDerived > &other) const
Index innerStride () const
Scalar operator() (Index row, Index col) const
Scalaroperator() (Index row, Index col)
Index outerStride () const
Index rows () const
DenseMatrixType toDenseMatrix () const
 TriangularBase ()

Protected Member Functions

void check_coordinates (Index row, Index col) const
void check_coordinates_internal (Index, Index) const

Detailed Description

template<typename Derived>
class TriangularBase< Derived >

Definition at line 42 of file TriangularMatrix.h.


Member Typedef Documentation

template<typename Derived>
typedef internal::traits<Derived>::DenseMatrixType TriangularBase< Derived >::DenseMatrixType

Reimplemented in TriangularView< _MatrixType, _Mode >.

Definition at line 57 of file TriangularMatrix.h.

template<typename Derived>
typedef DenseMatrixType TriangularBase< Derived >::DenseType

Definition at line 58 of file TriangularMatrix.h.

template<typename Derived>
typedef internal::traits<Derived>::Index TriangularBase< Derived >::Index

Reimplemented from EigenBase< Derived >.

Reimplemented in TriangularView< _MatrixType, _Mode >, and SelfAdjointView< MatrixType, UpLo >.

Definition at line 56 of file TriangularMatrix.h.

template<typename Derived>
typedef internal::traits<Derived>::Scalar TriangularBase< Derived >::Scalar
template<typename Derived>
typedef internal::traits<Derived>::StorageKind TriangularBase< Derived >::StorageKind

Reimplemented from EigenBase< Derived >.

Reimplemented in TriangularView< _MatrixType, _Mode >.

Definition at line 55 of file TriangularMatrix.h.


Member Enumeration Documentation

template<typename Derived>
anonymous enum
Enumerator:
Mode 
CoeffReadCost 
RowsAtCompileTime 
ColsAtCompileTime 
MaxRowsAtCompileTime 
MaxColsAtCompileTime 

Definition at line 46 of file TriangularMatrix.h.


Constructor & Destructor Documentation

template<typename Derived>
TriangularBase< Derived >::TriangularBase ( ) [inline]

Definition at line 60 of file TriangularMatrix.h.


Member Function Documentation

template<typename Derived>
void TriangularBase< Derived >::check_coordinates ( Index  row,
Index  col 
) const [inline, protected]

Definition at line 108 of file TriangularMatrix.h.

template<typename Derived>
void TriangularBase< Derived >::check_coordinates_internal ( Index  ,
Index   
) const [inline, protected]

Definition at line 126 of file TriangularMatrix.h.

template<typename Derived>
Scalar TriangularBase< Derived >::coeff ( Index  row,
Index  col 
) const [inline]

Definition at line 67 of file TriangularMatrix.h.

template<typename Derived>
Scalar& TriangularBase< Derived >::coeffRef ( Index  row,
Index  col 
) [inline]

Definition at line 68 of file TriangularMatrix.h.

template<typename Derived>
Index TriangularBase< Derived >::cols ( void  ) const [inline]
Returns:
the number of columns.
See also:
rows(), ColsAtCompileTime

Reimplemented from EigenBase< Derived >.

Reimplemented in TriangularView< _MatrixType, _Mode >, and SelfAdjointView< MatrixType, UpLo >.

Definition at line 63 of file TriangularMatrix.h.

template<typename Derived>
template<typename Other >
EIGEN_STRONG_INLINE void TriangularBase< Derived >::copyCoeff ( Index  row,
Index  col,
Other &  other 
) [inline]
See also:
MatrixBase::copyCoeff(row,col)

Definition at line 73 of file TriangularMatrix.h.

template<typename Derived>
const Derived& TriangularBase< Derived >::derived ( ) const [inline]
Returns:
a const reference to the derived object

Reimplemented from EigenBase< Derived >.

Definition at line 90 of file TriangularMatrix.h.

template<typename Derived>
Derived& TriangularBase< Derived >::derived ( ) [inline]
Returns:
a reference to the derived object

Reimplemented from EigenBase< Derived >.

Definition at line 91 of file TriangularMatrix.h.

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

Assigns a triangular or selfadjoint matrix to a dense matrix. If the matrix is triangular, the opposite part is set to zero.

Definition at line 683 of file TriangularMatrix.h.

template<typename Derived >
template<typename DenseDerived >
void TriangularBase< Derived >::evalToLazy ( MatrixBase< DenseDerived > &  other) const

Assigns a triangular or selfadjoint matrix to a dense matrix. If the matrix is triangular, the opposite part is set to zero.

Definition at line 699 of file TriangularMatrix.h.

template<typename Derived>
Index TriangularBase< Derived >::innerStride ( ) const [inline]
template<typename Derived>
Scalar TriangularBase< Derived >::operator() ( Index  row,
Index  col 
) const [inline]

Definition at line 78 of file TriangularMatrix.h.

template<typename Derived>
Scalar& TriangularBase< Derived >::operator() ( Index  row,
Index  col 
) [inline]

Definition at line 83 of file TriangularMatrix.h.

template<typename Derived>
Index TriangularBase< Derived >::outerStride ( ) const [inline]
template<typename Derived>
Index TriangularBase< Derived >::rows ( void  ) const [inline]
Returns:
the number of rows.
See also:
cols(), RowsAtCompileTime

Reimplemented from EigenBase< Derived >.

Reimplemented in TriangularView< _MatrixType, _Mode >, and SelfAdjointView< MatrixType, UpLo >.

Definition at line 62 of file TriangularMatrix.h.

template<typename Derived>
DenseMatrixType TriangularBase< Derived >::toDenseMatrix ( ) const [inline]

Definition at line 99 of file TriangularMatrix.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:26