FEDRA emulsion software from the OPERA Collaboration
|
This is the complete list of members for SMatrix< T, D1, D2 >, including all inherited members.
apply(unsigned int i) const | SMatrix< T, D1, D2 > | |
array | SMatrix< T, D1, D2 > | private |
Array() const | SMatrix< T, D1, D2 > | |
Array() | SMatrix< T, D1, D2 > | |
col(const unsigned int thecol) const | SMatrix< T, D1, D2 > | |
cols | SMatrix< T, D1, D2 > | static |
det(T &det) | SMatrix< T, D1, D2 > | |
invert() | SMatrix< T, D1, D2 > | |
operator!=(const T &rhs) const | SMatrix< T, D1, D2 > | |
operator!=(const SMatrix< T, D1, D2 > &rhs) const | SMatrix< T, D1, D2 > | |
operator!=(const Expr< A, T, D1, D2 > &rhs) const | SMatrix< T, D1, D2 > | |
operator()(unsigned int i, unsigned int j) const | SMatrix< T, D1, D2 > | |
operator()(unsigned int i, unsigned int j) | SMatrix< T, D1, D2 > | |
operator*=(const SMatrix< T, D1, D2 > &rhs) | SMatrix< T, D1, D2 > | |
operator*=(const Expr< A, T, D1, D2 > &rhs) | SMatrix< T, D1, D2 > | |
operator+=(const SMatrix< T, D1, D2 > &rhs) | SMatrix< T, D1, D2 > | |
operator+=(const Expr< A, T, D1, D2 > &rhs) | SMatrix< T, D1, D2 > | |
operator-=(const SMatrix< T, D1, D2 > &rhs) | SMatrix< T, D1, D2 > | |
operator-=(const Expr< A, T, D1, D2 > &rhs) | SMatrix< T, D1, D2 > | |
operator/=(const SMatrix< T, D1, D2 > &rhs) | SMatrix< T, D1, D2 > | |
operator/=(const Expr< A, T, D1, D2 > &rhs) | SMatrix< T, D1, D2 > | |
operator<(const T &rhs) const | SMatrix< T, D1, D2 > | |
operator<(const SMatrix< T, D1, D2 > &rhs) const | SMatrix< T, D1, D2 > | |
operator<(const Expr< A, T, D1, D2 > &rhs) const | SMatrix< T, D1, D2 > | |
operator=(const T &rhs) | SMatrix< T, D1, D2 > | |
operator=(const Expr< A, T, D1, D2 > &rhs) | SMatrix< T, D1, D2 > | |
operator==(const T &rhs) const | SMatrix< T, D1, D2 > | |
operator==(const SMatrix< T, D1, D2 > &rhs) const | SMatrix< T, D1, D2 > | |
operator==(const Expr< A, T, D1, D2 > &rhs) const | SMatrix< T, D1, D2 > | |
operator>(const T &rhs) const | SMatrix< T, D1, D2 > | |
operator>(const SMatrix< T, D1, D2 > &rhs) const | SMatrix< T, D1, D2 > | |
operator>(const Expr< A, T, D1, D2 > &rhs) const | SMatrix< T, D1, D2 > | |
place_at(const SMatrix< T, D3, D4 > &rhs, const unsigned int row, const unsigned int col) | SMatrix< T, D1, D2 > | |
place_at(const Expr< A, T, D3, D4 > &rhs, const unsigned int row, const unsigned int col) | SMatrix< T, D1, D2 > | |
place_in_col(const SVector< T, D > &rhs, const unsigned int row, const unsigned int col) | SMatrix< T, D1, D2 > | |
place_in_col(const Expr< A, T, D > &rhs, const unsigned int row, const unsigned int col) | SMatrix< T, D1, D2 > | |
place_in_row(const SVector< T, D > &rhs, const unsigned int row, const unsigned int col) | SMatrix< T, D1, D2 > | |
place_in_row(const Expr< A, T, D > &rhs, const unsigned int row, const unsigned int col) | SMatrix< T, D1, D2 > | |
print(std::ostream &os) const | SMatrix< T, D1, D2 > | |
row(const unsigned int therow) const | SMatrix< T, D1, D2 > | |
rows | SMatrix< T, D1, D2 > | static |
sdet(T &det) | SMatrix< T, D1, D2 > | |
sinvert() | SMatrix< T, D1, D2 > | |
size | SMatrix< T, D1, D2 > | static |
SMatrix() | SMatrix< T, D1, D2 > | |
SMatrix(const SMatrix< T, D1, D2 > &rhs) | SMatrix< T, D1, D2 > | |
SMatrix(const Expr< A, T, D1, D2 > &rhs) | SMatrix< T, D1, D2 > | |
SMatrix(const T &rhs, const bool diagonal=false) | SMatrix< T, D1, D2 > | |
SMatrix(const SVector< T, D1 > &rhs) | SMatrix< T, D1, D2 > | |
SMatrix(const Expr< A, T, D1 > &rhs) | SMatrix< T, D1, D2 > | |
SMatrix(const T1 *a, const bool triang=false, const unsigned int len=D1 *D2) | SMatrix< T, D1, D2 > | |
value_type typedef | SMatrix< T, D1, D2 > |