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