ASL  0.1.7
Advanced Simulation Library
acl::MatrixOfElements Member List

This is the complete list of members for acl::MatrixOfElements, including all inherited members.

copy(const MatrixOfElements &source, MatrixOfElements &destination)acl::MatrixOfElementsrelated
det(const MatrixOfElements &m)acl::MatrixOfElementsrelated
elementProduct(const VectorOfElements &a, const VectorOfElements &b)acl::MatrixOfElementsrelated
gcMatrixInversion(const MatrixOfElements &a, MatrixOfElements &inv)acl::MatrixOfElementsrelated
generateMatrixCofactors(const MatrixOfElements &a)acl::MatrixOfElementsrelated
generateME(const VectorOfElements &a)acl::MatrixOfElementsrelated
generateME(const VectorOfElements &a, VectorOfElements &b)acl::MatrixOfElementsrelated
generateME(const VectorOfElements &a, const VectorOfElements &b, const VectorOfElements &c)acl::MatrixOfElementsrelated
generateME(const VectorOfElements *a, unsigned int n)acl::MatrixOfElementsrelated
generateME(const vector< VectorOfElements > &a)acl::MatrixOfElementsrelated
getDiagonal(const MatrixOfElements &a)acl::MatrixOfElementsrelated
getElement(unsigned int r, unsigned int c) constacl::MatrixOfElements
getInternalVector()acl::MatrixOfElements
getInternalVector() constacl::MatrixOfElements
getNColumns() constacl::MatrixOfElements
getNRows() constacl::MatrixOfElements
getOffDiagonalUp(const MatrixOfElements &a)acl::MatrixOfElementsrelated
getVE(unsigned int r, unsigned int c) constacl::MatrixOfElements
MatrixOfElements(unsigned int nR=0, unsigned int nC=0)acl::MatrixOfElementsexplicit
operator*(const MatrixOfElements &a, const MatrixOfElements &b)acl::MatrixOfElementsrelated
operator*(const VectorOfElements &a, const MatrixOfElements &b)acl::MatrixOfElementsrelated
operator*(const MatrixOfElements &a, const VectorOfElements &b)acl::MatrixOfElementsrelated
operator+(const MatrixOfElements &a, const MatrixOfElements &b)acl::MatrixOfElementsrelated
operator-(const MatrixOfElements &a, const MatrixOfElements &b)acl::MatrixOfElementsrelated
operator/(const MatrixOfElements &a, const VectorOfElements &b)acl::MatrixOfElementsrelated
operator=(const MatrixOfElements &m)acl::MatrixOfElements
replaceColumn(const MatrixOfElements &a, const VectorOfElements &b, unsigned int c)acl::MatrixOfElementsrelated
replaceRow(const MatrixOfElements &a, const VectorOfElements &b, unsigned int r)acl::MatrixOfElementsrelated
resize(unsigned int nr, unsigned int nc)acl::MatrixOfElementsinline
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::MatrixOfElementsrelated
trace(const MatrixOfElements &a, const MatrixOfElements &b)acl::MatrixOfElementsrelated
transpose(MatrixOfElements &source)acl::MatrixOfElementsrelated