Basic Image AlgorithmS Library  2.8.0
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Public Types | Public Member Functions | Protected Attributes | List of all members
TNT::UnitLowerTriangularView< MaTRiX > Class Template Reference

#include <Base/Math/tnt/triang.h>

Public Types

typedef MaTRiX::const_reference const_reference
 
typedef MaTRiX::element_type element_type
 
typedef element_type T
 
typedef MaTRiX::element_type value_type
 

Public Member Functions

Subscript dim (Subscript d) const
 
const_reference get (Subscript i, Subscript j) const
 
Subscript lbound () const
 
Subscript num_cols () const
 
Subscript num_rows () const
 
const_reference operator() (Subscript i, Subscript j) const
 
 UnitLowerTriangularView (MaTRiX &A)
 

Protected Attributes

const MaTRiX & A_
 
const MaTRiX::element_type one
 
const MaTRiX::element_type zero
 

Detailed Description

template<class MaTRiX>
class TNT::UnitLowerTriangularView< MaTRiX >

Definition at line 162 of file triang.h.

Member Typedef Documentation

template<class MaTRiX>
typedef MaTRiX::const_reference TNT::UnitLowerTriangularView< MaTRiX >::const_reference

Definition at line 172 of file triang.h.

template<class MaTRiX>
typedef MaTRiX::element_type TNT::UnitLowerTriangularView< MaTRiX >::element_type

Definition at line 173 of file triang.h.

template<class MaTRiX>
typedef element_type TNT::UnitLowerTriangularView< MaTRiX >::T

Definition at line 175 of file triang.h.

template<class MaTRiX>
typedef MaTRiX::element_type TNT::UnitLowerTriangularView< MaTRiX >::value_type

Definition at line 174 of file triang.h.

Constructor & Destructor Documentation

template<class MaTRiX>
TNT::UnitLowerTriangularView< MaTRiX >::UnitLowerTriangularView ( MaTRiX &  A)
inline

Definition at line 185 of file triang.h.

Member Function Documentation

template<class MaTRiX>
Subscript TNT::UnitLowerTriangularView< MaTRiX >::dim ( Subscript  d) const
inline

Definition at line 178 of file triang.h.

References TNT::UnitLowerTriangularView< MaTRiX >::A_.

template<class MaTRiX>
const_reference TNT::UnitLowerTriangularView< MaTRiX >::get ( Subscript  i,
Subscript  j 
) const
inline
template<class MaTRiX>
Subscript TNT::UnitLowerTriangularView< MaTRiX >::lbound ( ) const
inline

Definition at line 177 of file triang.h.

Referenced by TNT::matmult().

template<class MaTRiX>
Subscript TNT::UnitLowerTriangularView< MaTRiX >::num_cols ( ) const
inline

Definition at line 180 of file triang.h.

References TNT::UnitLowerTriangularView< MaTRiX >::A_.

Referenced by TNT::matmult(), and TNT::operator<<().

template<class MaTRiX>
Subscript TNT::UnitLowerTriangularView< MaTRiX >::num_rows ( ) const
inline

Definition at line 179 of file triang.h.

References TNT::UnitLowerTriangularView< MaTRiX >::A_.

Referenced by TNT::matmult(), and TNT::operator<<().

template<class MaTRiX>
const_reference TNT::UnitLowerTriangularView< MaTRiX >::operator() ( Subscript  i,
Subscript  j 
) const
inline

Member Data Documentation

template<class MaTRiX>
const MaTRiX& TNT::UnitLowerTriangularView< MaTRiX >::A_
protected
template<class MaTRiX>
const MaTRiX::element_type TNT::UnitLowerTriangularView< MaTRiX >::one
protected
template<class MaTRiX>
const MaTRiX::element_type TNT::UnitLowerTriangularView< MaTRiX >::zero
protected

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