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

Go to the source code of this file.

Functions

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

Function Documentation

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

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 >  a,
tmatrix< nr_type_t >  b 
)

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 >  a,
tvector< nr_type_t >  b 
)

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 >  a,
tmatrix< nr_type_t >  b 
)

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  n)

Definition at line 247 of file tmatrix.cpp.

Here is the call graph for this function: