TBCI Numerical high perf. C++ Library 2.8.0
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 2310 of file matrix.h.

Constructor & Destructor Documentation

◆ ~Mat_Brack()

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

Definition at line 2323 of file matrix.h.

Member Function Documentation

◆ operator[]() [1/2]

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

Definition at line 2327 of file matrix.h.

References EXPCHK, and T.

◆ operator[]() [2/2]

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

Definition at line 2324 of file matrix.h.

References EXPCHK, and T.

◆ TMatrix< T >

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

Definition at line 2314 of file matrix.h.

References T.

◆ TVector< T >

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

Definition at line 2314 of file matrix.h.

◆ Vector< T >

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

Definition at line 2314 of file matrix.h.


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