My Project  0.0.16
QUCS Mapping
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Functions
tvector.cpp File Reference
#include <assert.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <math.h>
#include "compat.h"
#include "complex.h"
#include "tvector.h"
Include dependency graph for tvector.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 >
tvector< nr_type_t > operator+ (tvector< nr_type_t > a, tvector< nr_type_t > b)
 
template<class nr_type_t >
tvector< nr_type_t > operator- (tvector< nr_type_t > a, tvector< nr_type_t > b)
 
template<class nr_type_t >
tvector< nr_type_t > operator* (nr_double_t s, tvector< nr_type_t > a)
 
template<class nr_type_t >
tvector< nr_type_t > operator* (tvector< nr_type_t > a, nr_double_t s)
 
template<class nr_type_t >
tvector< nr_type_t > operator* (tvector< nr_type_t > a, tvector< nr_type_t > b)
 
template<class nr_type_t >
nr_type_t scalar (tvector< nr_type_t > a, tvector< nr_type_t > b)
 
template<class nr_type_t >
nr_type_t sum (tvector< nr_type_t > a)
 
template<class nr_type_t >
tvector< nr_type_t > operator- (tvector< nr_type_t > a)
 
template<class nr_type_t >
bool operator< (tvector< nr_type_t > a, tvector< nr_type_t > b)
 
template<class nr_type_t >
bool operator> (tvector< nr_type_t > a, tvector< nr_type_t > b)
 
template<class nr_type_t >
tvector< nr_type_t > operator+ (nr_type_t s, tvector< nr_type_t > a)
 
template<class nr_type_t >
tvector< nr_type_t > operator+ (tvector< nr_type_t > a, nr_type_t s)
 
template<class nr_type_t >
nr_double_t norm (tvector< nr_type_t > a)
 
template<class nr_type_t >
nr_double_t maxnorm (tvector< nr_type_t > a)
 
template<class nr_type_t >
tvector< nr_type_t > conj (tvector< nr_type_t > a)
 

Function Documentation

template<class nr_type_t >
tvector<nr_type_t> conj ( tvector< nr_type_t >  a)

Definition at line 390 of file tvector.cpp.

Here is the call graph for this function:

template<class nr_type_t >
nr_double_t maxnorm ( tvector< nr_type_t >  a)

Definition at line 379 of file tvector.cpp.

Here is the call graph for this function:

template<class nr_type_t >
nr_double_t norm ( tvector< nr_type_t >  a)

Definition at line 340 of file tvector.cpp.

Here is the call graph for this function:

template<class nr_type_t >
tvector<nr_type_t> operator* ( nr_double_t  s,
tvector< nr_type_t >  a 
)

Definition at line 251 of file tvector.cpp.

Here is the call graph for this function:

template<class nr_type_t >
tvector<nr_type_t> operator* ( tvector< nr_type_t >  a,
nr_double_t  s 
)

Definition at line 259 of file tvector.cpp.

template<class nr_type_t >
tvector<nr_type_t> operator* ( tvector< nr_type_t >  a,
tvector< nr_type_t >  b 
)

Definition at line 265 of file tvector.cpp.

Here is the call graph for this function:

template<class nr_type_t >
tvector<nr_type_t> operator+ ( tvector< nr_type_t >  a,
tvector< nr_type_t >  b 
)

Definition at line 195 of file tvector.cpp.

Here is the call graph for this function:

template<class nr_type_t >
tvector<nr_type_t> operator+ ( nr_type_t  s,
tvector< nr_type_t >  a 
)

Definition at line 326 of file tvector.cpp.

Here is the call graph for this function:

template<class nr_type_t >
tvector<nr_type_t> operator+ ( tvector< nr_type_t >  a,
nr_type_t  s 
)

Definition at line 334 of file tvector.cpp.

template<class nr_type_t >
tvector<nr_type_t> operator- ( tvector< nr_type_t >  a,
tvector< nr_type_t >  b 
)

Definition at line 215 of file tvector.cpp.

Here is the call graph for this function:

template<class nr_type_t >
tvector<nr_type_t> operator- ( tvector< nr_type_t >  a)

Definition at line 299 of file tvector.cpp.

Here is the call graph for this function:

template<class nr_type_t >
bool operator< ( tvector< nr_type_t >  a,
tvector< nr_type_t >  b 
)

Definition at line 308 of file tvector.cpp.

template<class nr_type_t >
bool operator> ( tvector< nr_type_t >  a,
tvector< nr_type_t >  b 
)

Definition at line 317 of file tvector.cpp.

Here is the call graph for this function:

template<class nr_type_t >
nr_type_t scalar ( tvector< nr_type_t >  a,
tvector< nr_type_t >  b 
)

Definition at line 275 of file tvector.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

template<class nr_type_t >
nr_type_t sum ( tvector< nr_type_t >  a)

Definition at line 291 of file tvector.cpp.

Here is the call graph for this function:

Here is the caller graph for this function: