ASL  0.1.7
Advanced Simulation Library
Classes | Namespaces | Functions
aslMatrices.h File Reference

Matrices. More...

#include "../aslUtilities.h"
#include "aslVectors.h"
Include dependency graph for aslMatrices.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  asl::AMatr< T >
 

Namespaces

 asl
 Advanced Simulation Library.
 

Functions

template<typename T >
AVec< T > asl::solveSystem (const AMatr< T > &a, const AVec< T > &b)
 returns solution of a system of linear equations More...
 
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. More...
 
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. More...
 

Detailed Description

Matrices.

Definition in file aslMatrices.h.