My Project  0.0.16
QUCS Mapping
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Functions
tmatrix.h File Reference
#include <assert.h>
#include "tmatrix.cpp"
Include dependency graph for tmatrix.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  tmatrix< nr_type_t >
 
class  tmatrix< nr_type_t >
 

Functions

template<class nr_type_t >
tmatrix< nr_type_t > inverse (tmatrix< nr_type_t >)
 
template<class nr_type_t >
tmatrix< nr_type_t > teye (int)
 
template<class nr_type_t >
tmatrix< nr_type_t > operator* (tmatrix< nr_type_t >, tmatrix< nr_type_t >)
 
template<class nr_type_t >
tvector< nr_type_t > operator* (tmatrix< nr_type_t >, tvector< nr_type_t >)
 
template<class nr_type_t >
tvector< nr_type_t > operator* (tvector< nr_type_t >, tmatrix< nr_type_t >)
 

Function Documentation

template<class nr_type_t >
tmatrix<nr_type_t> inverse ( tmatrix< nr_type_t >  )

Definition at line 197 of file tmatrix.cpp.

Here is the call graph for this function:

template<class nr_type_t >
tmatrix<nr_type_t> operator* ( tmatrix< nr_type_t >  ,
tmatrix< nr_type_t >   
)

Definition at line 275 of file tmatrix.cpp.

Here is the call graph for this function:

template<class nr_type_t >
tvector<nr_type_t> operator* ( tmatrix< nr_type_t >  ,
tvector< nr_type_t >   
)

Definition at line 291 of file tmatrix.cpp.

Here is the call graph for this function:

template<class nr_type_t >
tvector<nr_type_t> operator* ( tvector< nr_type_t >  ,
tmatrix< nr_type_t >   
)

Definition at line 306 of file tmatrix.cpp.

Here is the call graph for this function:

template<class nr_type_t >
tmatrix<nr_type_t> teye ( int  )

Definition at line 247 of file tmatrix.cpp.

Here is the call graph for this function: