My Project  0.0.16
QUCS Mapping
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Functions
tvector.h File Reference
#include <assert.h>
#include "precision.h"
#include "tvector.cpp"
Include dependency graph for tvector.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  tvector< nr_type_t >
 
class  tvector< nr_type_t >
 

Functions

template<class nr_type_t >
nr_type_t scalar (tvector< nr_type_t >, tvector< nr_type_t >)
 
template<class nr_type_t >
nr_double_t maxnorm (tvector< nr_type_t >)
 
template<class nr_type_t >
nr_double_t norm (tvector< nr_type_t >)
 
template<class nr_type_t >
nr_type_t sum (tvector< nr_type_t >)
 
template<class nr_type_t >
tvector< nr_type_t > conj (tvector< nr_type_t >)
 
template<class nr_type_t >
tvector< nr_type_t > operator+ (tvector< nr_type_t >, tvector< nr_type_t >)
 
template<class nr_type_t >
tvector< nr_type_t > operator+ (tvector< nr_type_t >, nr_type_t)
 
template<class nr_type_t >
tvector< nr_type_t > operator+ (nr_type_t, tvector< nr_type_t >)
 
template<class nr_type_t >
tvector< nr_type_t > operator- (tvector< nr_type_t >, tvector< nr_type_t >)
 
template<class nr_type_t >
tvector< nr_type_t > operator* (tvector< nr_type_t >, nr_double_t)
 
template<class nr_type_t >
tvector< nr_type_t > operator* (nr_double_t, tvector< nr_type_t >)
 
template<class nr_type_t >
tvector< nr_type_t > operator* (tvector< nr_type_t >, tvector< nr_type_t >)
 
template<class nr_type_t >
tvector< nr_type_t > operator- (tvector< nr_type_t >)
 
template<class nr_type_t >
bool operator< (tvector< nr_type_t >, tvector< nr_type_t >)
 
template<class nr_type_t >
bool operator> (tvector< nr_type_t >, tvector< nr_type_t >)
 

Function Documentation

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

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

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

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* ( tvector< nr_type_t >  ,
nr_double_t   
)

Definition at line 259 of file tvector.cpp.

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

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

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

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+ ( tvector< nr_type_t >  ,
nr_type_t   
)

Definition at line 334 of file tvector.cpp.

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

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

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

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

Definition at line 308 of file tvector.cpp.

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

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

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

Definition at line 291 of file tvector.cpp.

Here is the call graph for this function:

Here is the caller graph for this function: