Blender V2.61 - r43446

TNT::UnitLowerTriangularView< MaTRiX > Class Template Reference

#include <triang.h>

List of all members.

Public Types

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

Public Member Functions

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

Protected Attributes

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

Detailed Description

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

Definition at line 158 of file triang.h.


Member Typedef Documentation

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

Definition at line 168 of file triang.h.

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

Definition at line 169 of file triang.h.

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

Definition at line 171 of file triang.h.

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

Definition at line 170 of file triang.h.


Constructor & Destructor Documentation

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

Definition at line 181 of file triang.h.


Member Function Documentation

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

Definition at line 174 of file triang.h.

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

template<class MaTRiX>
Subscript TNT::UnitLowerTriangularView< MaTRiX >::lbound ( ) const [inline]

Definition at line 173 of file triang.h.

Referenced by TNT::matmult().

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

Definition at line 176 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 175 of file triang.h.

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

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


Member Data Documentation

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: