TBCI Numerical high perf. C++ Library  2.8.0
Public Member Functions | Friends | List of all members
Mat_Brack< T > Class Template Reference

#include <matrix.h>

Public Member Functions

 ~Mat_Brack ()
 
const Toperator[] (unsigned int j) const
 
Toperator[] (unsigned int j)
 

Friends

class TVector< T >
 
class Vector< T >
 
class TMatrix< T >
 

Detailed Description

template<typename T>
class Mat_Brack< T >

Definition at line 75 of file matrix.h.

Constructor & Destructor Documentation

template<typename T>
Mat_Brack< T >::~Mat_Brack ( )
inline

Definition at line 2323 of file matrix.h.

Member Function Documentation

template<typename T>
const T& Mat_Brack< T >::operator[] ( unsigned int  j) const
inline

Definition at line 2324 of file matrix.h.

References EXPCHK.

template<typename T>
T& Mat_Brack< T >::operator[] ( unsigned int  j)
inline

Definition at line 2327 of file matrix.h.

References EXPCHK.

Friends And Related Function Documentation

template<typename T>
friend class TMatrix< T >
friend

Definition at line 2318 of file matrix.h.

template<typename T>
friend class TVector< T >
friend

Definition at line 2316 of file matrix.h.

template<typename T>
friend class Vector< T >
friend

Definition at line 2317 of file matrix.h.


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