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
cmatrix.cpp File Reference
#include "cvm.h"
#include "blas.h"
Include dependency graph for cmatrix.cpp:

Go to the source code of this file.

Functions

template<>
CVM_NAMESPACE_BEG CVM_API void __gelsy< float, basic_cmatrix< float, std::complex< float > > > (basic_cmatrix< float, std::complex< float > > &mA, const basic_cmatrix< float, std::complex< float > > &mB, basic_cmatrix< float, std::complex< float > > &mX, float rcond, tint &rank) throw (cvmexception)
template<>
CVM_API void __gelsy< double, basic_cmatrix< double, std::complex< double > > > (basic_cmatrix< double, std::complex< double > > &mA, const basic_cmatrix< double, std::complex< double > > &mB, basic_cmatrix< double, std::complex< double > > &mX, double rcond, tint &rank) throw (cvmexception)

Function Documentation

template<>
CVM_NAMESPACE_BEG CVM_API void __gelsy< float, basic_cmatrix< float, std::complex< float > > > ( basic_cmatrix< float, std::complex< float > > &  mA,
const basic_cmatrix< float, std::complex< float > > &  mB,
basic_cmatrix< float, std::complex< float > > &  mX,
float  rcond,
tint rank 
) throw (cvmexception)

Definition at line 1136 of file cmatrix.cpp.

Here is the call graph for this function:

template<>
CVM_API void __gelsy< double, basic_cmatrix< double, std::complex< double > > > ( basic_cmatrix< double, std::complex< double > > &  mA,
const basic_cmatrix< double, std::complex< double > > &  mB,
basic_cmatrix< double, std::complex< double > > &  mX,
double  rcond,
tint rank 
) throw (cvmexception)

Definition at line 1172 of file cmatrix.cpp.

Here is the call graph for this function: