FEDRA emulsion software from the OPERA Collaboration
SMatrix< T, D1, D2 > Member List

This is the complete list of members for SMatrix< T, D1, D2 >, including all inherited members.

apply(unsigned int i) constSMatrix< T, D1, D2 >
arraySMatrix< T, D1, D2 >private
Array() constSMatrix< T, D1, D2 >
Array()SMatrix< T, D1, D2 >
col(const unsigned int thecol) constSMatrix< T, D1, D2 >
colsSMatrix< T, D1, D2 >static
det(T &det)SMatrix< T, D1, D2 >
invert()SMatrix< T, D1, D2 >
operator!=(const T &rhs) constSMatrix< T, D1, D2 >
operator!=(const SMatrix< T, D1, D2 > &rhs) constSMatrix< T, D1, D2 >
operator!=(const Expr< A, T, D1, D2 > &rhs) constSMatrix< T, D1, D2 >
operator()(unsigned int i, unsigned int j) constSMatrix< 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) constSMatrix< T, D1, D2 >
operator<(const SMatrix< T, D1, D2 > &rhs) constSMatrix< T, D1, D2 >
operator<(const Expr< A, T, D1, D2 > &rhs) constSMatrix< 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) constSMatrix< T, D1, D2 >
operator==(const SMatrix< T, D1, D2 > &rhs) constSMatrix< T, D1, D2 >
operator==(const Expr< A, T, D1, D2 > &rhs) constSMatrix< T, D1, D2 >
operator>(const T &rhs) constSMatrix< T, D1, D2 >
operator>(const SMatrix< T, D1, D2 > &rhs) constSMatrix< T, D1, D2 >
operator>(const Expr< A, T, D1, D2 > &rhs) constSMatrix< 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) constSMatrix< T, D1, D2 >
row(const unsigned int therow) constSMatrix< T, D1, D2 >
rowsSMatrix< T, D1, D2 >static
sdet(T &det)SMatrix< T, D1, D2 >
sinvert()SMatrix< T, D1, D2 >
sizeSMatrix< 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 typedefSMatrix< T, D1, D2 >