ASL
0.1.7
Advanced Simulation Library
|
This is the complete list of members for acl::MatrixOfElements, including all inherited members.
copy(const MatrixOfElements &source, MatrixOfElements &destination) | acl::MatrixOfElements | related |
det(const MatrixOfElements &m) | acl::MatrixOfElements | related |
elementProduct(const VectorOfElements &a, const VectorOfElements &b) | acl::MatrixOfElements | related |
gcMatrixInversion(const MatrixOfElements &a, MatrixOfElements &inv) | acl::MatrixOfElements | related |
generateMatrixCofactors(const MatrixOfElements &a) | acl::MatrixOfElements | related |
generateME(const VectorOfElements &a) | acl::MatrixOfElements | related |
generateME(const VectorOfElements &a, VectorOfElements &b) | acl::MatrixOfElements | related |
generateME(const VectorOfElements &a, const VectorOfElements &b, const VectorOfElements &c) | acl::MatrixOfElements | related |
generateME(const VectorOfElements *a, unsigned int n) | acl::MatrixOfElements | related |
generateME(const vector< VectorOfElements > &a) | acl::MatrixOfElements | related |
getDiagonal(const MatrixOfElements &a) | acl::MatrixOfElements | related |
getElement(unsigned int r, unsigned int c) const | acl::MatrixOfElements | |
getInternalVector() | acl::MatrixOfElements | |
getInternalVector() const | acl::MatrixOfElements | |
getNColumns() const | acl::MatrixOfElements | |
getNRows() const | acl::MatrixOfElements | |
getOffDiagonalUp(const MatrixOfElements &a) | acl::MatrixOfElements | related |
getVE(unsigned int r, unsigned int c) const | acl::MatrixOfElements | |
MatrixOfElements(unsigned int nR=0, unsigned int nC=0) | acl::MatrixOfElements | explicit |
operator*(const MatrixOfElements &a, const MatrixOfElements &b) | acl::MatrixOfElements | related |
operator*(const VectorOfElements &a, const MatrixOfElements &b) | acl::MatrixOfElements | related |
operator*(const MatrixOfElements &a, const VectorOfElements &b) | acl::MatrixOfElements | related |
operator+(const MatrixOfElements &a, const MatrixOfElements &b) | acl::MatrixOfElements | related |
operator-(const MatrixOfElements &a, const MatrixOfElements &b) | acl::MatrixOfElements | related |
operator/(const MatrixOfElements &a, const VectorOfElements &b) | acl::MatrixOfElements | related |
operator=(const MatrixOfElements &m) | acl::MatrixOfElements | |
replaceColumn(const MatrixOfElements &a, const VectorOfElements &b, unsigned int c) | acl::MatrixOfElements | related |
replaceRow(const MatrixOfElements &a, const VectorOfElements &b, unsigned int r) | acl::MatrixOfElements | related |
resize(unsigned int nr, unsigned int nc) | acl::MatrixOfElements | inline |
setColumn(unsigned int c, const VectorOfElements &a) | acl::MatrixOfElements | |
setElement(unsigned int r, unsigned int c, Element a) | acl::MatrixOfElements | |
setRow(unsigned int r, const VectorOfElements &a) | acl::MatrixOfElements | |
trace(const MatrixOfElements &a) | acl::MatrixOfElements | related |
trace(const MatrixOfElements &a, const MatrixOfElements &b) | acl::MatrixOfElements | related |
transpose(MatrixOfElements &source) | acl::MatrixOfElements | related |