rivet is hosted by Hepforge, IPPP Durham
Matrix< N > Member List
This is the complete list of members for Matrix< N >, including all inherited members.
_matrixMatrix< N > [protected]
add(const Matrix< M > &, const Matrix< M > &)Matrix< N > [friend]
det() const Matrix< N > [inline]
divide(const Matrix< M > &, const double)Matrix< N > [friend]
EMatrix typedefMatrix< N > [protected]
get(const size_t i, const size_t j) const Matrix< N > [inline]
getColumn(const size_t col) const Matrix< N > [inline]
getRow(const size_t row) const Matrix< N > [inline]
inverse() const Matrix< N > [inline]
isDiag() const Matrix< N > [inline]
isEqual(Matrix< N > other) const Matrix< N > [inline]
isSymm() const Matrix< N > [inline]
isZero(double tolerance=1E-5) const Matrix< N > [inline]
Matrix()Matrix< N > [inline]
Matrix(const Matrix< N > &other)Matrix< N > [inline]
mkDiag(Vector< N > diag)Matrix< N > [inline, static]
mkIdentity()Matrix< N > [inline, static]
mkZero()Matrix< N > [inline, static]
multiply(const double, const Matrix< M > &)Matrix< N > [friend]
multiply(const Matrix< M > &, const Matrix< M > &)Matrix< N > [friend]
multiply(const Matrix< M > &, const Vector< M > &)Matrix< N > [friend]
operator!=(const Matrix< N > &a) const Matrix< N > [inline]
operator*=(const Matrix< N > &m)Matrix< N > [inline]
operator*=(const double a)Matrix< N > [inline]
operator+=(const Matrix< N > &m)Matrix< N > [inline]
operator-() const Matrix< N > [inline]
operator-=(const Matrix< N > &m)Matrix< N > [inline]
operator/=(const double a)Matrix< N > [inline]
operator<(const Matrix< N > &a) const Matrix< N > [inline]
operator<=(const Matrix< N > &a) const Matrix< N > [inline]
operator==(const Matrix< N > &a) const Matrix< N > [inline]
operator>(const Matrix< N > &a) const Matrix< N > [inline]
operator>=(const Matrix< N > &a) const Matrix< N > [inline]
set(const size_t i, const size_t j, const double value)Matrix< N > [inline]
setColumn(const size_t col, const Vector< N > &c)Matrix< N > [inline]
setRow(const size_t row, const Vector< N > &r)Matrix< N > [inline]
size() const Matrix< N > [inline]
trace() const Matrix< N > [inline]
transpose() const Matrix< N > [inline]