Qucs-core
0.0.19
|
#include <assert.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <cmath>
#include <vector>
#include "compat.h"
#include "complex.h"
#include "tvector.h"
#include "precision.h"
Go to the source code of this file.
Namespaces | |
namespace | qucs |
Functions | |
template<class nr_type_t > | |
tvector< nr_type_t > | qucs::operator+ (tvector< 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, tvector< nr_type_t > b) |
template<class nr_type_t > | |
tvector< nr_type_t > | qucs::operator* (nr_double_t s, tvector< nr_type_t > a) |
template<class nr_type_t > | |
tvector< nr_type_t > | qucs::operator* (tvector< nr_type_t > a, nr_double_t s) |
template<class nr_type_t > | |
tvector< nr_type_t > | qucs::operator* (tvector< nr_type_t > a, tvector< nr_type_t > b) |
template<class nr_type_t > | |
nr_type_t | qucs::scalar (tvector< nr_type_t > a, tvector< nr_type_t > b) |
template<class nr_type_t > | |
nr_type_t | qucs::sum (tvector< nr_type_t > a) |
template<class nr_type_t > | |
tvector< nr_type_t > | qucs::operator- (tvector< nr_type_t > a) |
template<class nr_type_t > | |
bool | qucs::operator< (tvector< nr_type_t > a, tvector< nr_type_t > b) |
template<class nr_type_t > | |
bool | qucs::operator> (tvector< nr_type_t > a, tvector< nr_type_t > b) |
template<class nr_type_t > | |
tvector< nr_type_t > | qucs::operator+ (nr_type_t s, tvector< nr_type_t > a) |
template<class nr_type_t > | |
tvector< nr_type_t > | qucs::operator+ (tvector< nr_type_t > a, nr_type_t s) |
template<class nr_type_t > | |
nr_double_t | qucs::norm (tvector< nr_type_t > a) |
template<class nr_type_t > | |
nr_double_t | qucs::maxnorm (tvector< nr_type_t > a) |
template<class nr_type_t > | |
tvector< nr_type_t > | qucs::conj (tvector< nr_type_t > a) |