My Project
0.0.16
QUCS Mapping
|
#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"
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) |
tmatrix<nr_type_t> teye | ( | int | n | ) |