Qucs-core  0.0.19
Data Structures | Namespaces | 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.

Data Structures

class  qucs::tmatrix< nr_type_t >

Namespaces

namespace  qucs

Functions

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