|
template<typename T > |
AVec< T > | asl::solveSystem (const AMatr< T > &a, const AVec< T > &b) |
| returns solution of a system of linear equations
|
|
template<typename T > |
const AMatr< T > & | asl::operator+= (AMatr< T > &a, const AMatr< T > &b) |
|
template<typename T > |
const AMatr< T > | asl::operator+ (const AMatr< T > &a, const AMatr< T > &b) |
|
template<typename T > |
const AMatr< T > | asl::operator- (const AMatr< T > &a, const AMatr< T > &b) |
|
template<typename T > |
const AMatr< T > | asl::operator/ (const AMatr< T > &b, const T &a) |
|
void | asl::getEValEVecMatSym2x2 (double a, double b, double c, double &l1, double &l2, double &v1x, double &v1y, double &v2x, double &v2y) |
| Eigenvalues and eigenvectors calcutaion for symetric matrix 2x2.
|
|
void | asl::getEValEVecMatSym3x3 (double a, double b, double c, double e, double f, double g, double &l1, double &l2, double &l3, double &v1x, double &v1y, double &v1z, double &v2x, double &v2y, double &v2z, double &v3x, double &v3y, double &v3z) |
| Eigenvalues and eigenvectors calcutaion for symetric matrix 2x2.
|
|
Matrices.
Definition in file aslMatrices.h.