CVM Class Library  8.1
This C++ class library encapsulates concepts of vector and different matrices including square, band, symmetric and hermitian ones in Euclidean space of real and complex numbers.
 All Classes Files Functions Variables Typedefs Friends Macros Pages
Functions
cvector.cpp File Reference
#include "cvm.h"
#include "blas.h"
Include dependency graph for cvector.cpp:

Go to the source code of this file.

Functions

template<>
CVM_NAMESPACE_BEG CVM_API
std::complex< float > 
__dotu< std::complex< float > > (const std::complex< float > *mpd, tint mnSize, tint mnIncr, const std::complex< float > *pd, tint nIncr)
template<>
CVM_API std::complex< double > __dotu< std::complex< double > > (const std::complex< double > *mpd, tint mnSize, tint mnIncr, const std::complex< double > *pd, tint nIncr)
template<>
CVM_API std::complex< float > __dotc< std::complex< float > > (const std::complex< float > *mpd, tint mnSize, tint mnIncr, const std::complex< float > *pd, tint nIncr)
template<>
CVM_API std::complex< double > __dotc< std::complex< double > > (const std::complex< double > *mpd, tint mnSize, tint mnIncr, const std::complex< double > *pd, tint nIncr)

Function Documentation

template<>
CVM_NAMESPACE_BEG CVM_API std::complex<float> __dotu< std::complex< float > > ( const std::complex< float > *  mpd,
tint  mnSize,
tint  mnIncr,
const std::complex< float > *  pd,
tint  nIncr 
)

Definition at line 15 of file cvector.cpp.

Here is the call graph for this function:

template<>
CVM_API std::complex<double> __dotu< std::complex< double > > ( const std::complex< double > *  mpd,
tint  mnSize,
tint  mnIncr,
const std::complex< double > *  pd,
tint  nIncr 
)

Definition at line 23 of file cvector.cpp.

Here is the call graph for this function:

template<>
CVM_API std::complex<float> __dotc< std::complex< float > > ( const std::complex< float > *  mpd,
tint  mnSize,
tint  mnIncr,
const std::complex< float > *  pd,
tint  nIncr 
)

Definition at line 31 of file cvector.cpp.

Here is the call graph for this function:

template<>
CVM_API std::complex<double> __dotc< std::complex< double > > ( const std::complex< double > *  mpd,
tint  mnSize,
tint  mnIncr,
const std::complex< double > *  pd,
tint  nIncr 
)

Definition at line 39 of file cvector.cpp.

Here is the call graph for this function: