GSI_Toolbox 1.0.0
A toolbox for Gas-Surface Interaction simulations
|
This is the complete list of members for Matrix< T >, including all inherited members.
cross(const Matrix &other) | Matrix< T > | |
dot(const Matrix &other) | Matrix< T > | |
get_cols() const (defined in Matrix< T >) | Matrix< T > | inline |
get_rows() const (defined in Matrix< T >) | Matrix< T > | inline |
getData() (defined in Matrix< T >) | Matrix< T > | inline |
Matrix() | Matrix< T > | |
Matrix(long dim_x, long dim_y) | Matrix< T > | |
Matrix(long dim_x, long dim_y, std::initializer_list< T > l) | Matrix< T > | |
Matrix(const Matrix &other) | Matrix< T > | |
Matrix(Matrix &&other) | Matrix< T > | |
max() | Matrix< T > | |
meshgrid(const Matrix &other) | Matrix< T > | |
min() | Matrix< T > | |
norm() | Matrix< T > | |
operator()(const long i, const long j) | Matrix< T > | inline |
operator()(const long i, const long j) const | Matrix< T > | inline |
operator()(const long n) | Matrix< T > | inline |
operator()(const long n) const | Matrix< T > | inline |
operator*(const Matrix &other) (defined in Matrix< T >) | Matrix< T > | |
operator*(T constant) (defined in Matrix< T >) | Matrix< T > | |
operator*=(const Matrix &other) | Matrix< T > | |
operator*=(T other) | Matrix< T > | |
operator+(const Matrix &other) (defined in Matrix< T >) | Matrix< T > | |
operator+(T constant) (defined in Matrix< T >) | Matrix< T > | |
operator+=(const Matrix &other) | Matrix< T > | |
operator+=(T other) | Matrix< T > | |
operator-(const Matrix &other) (defined in Matrix< T >) | Matrix< T > | |
operator-(T constant) (defined in Matrix< T >) | Matrix< T > | |
operator-=(const Matrix &other) | Matrix< T > | |
operator-=(T other) | Matrix< T > | |
operator/(const Matrix &other) (defined in Matrix< T >) | Matrix< T > | |
operator/(T constant) (defined in Matrix< T >) | Matrix< T > | |
operator/=(const Matrix &other) | Matrix< T > | |
operator/=(T other) | Matrix< T > | |
operator=(const Matrix &other) | Matrix< T > | |
operator=(Matrix &&other) | Matrix< T > | |
operator=(T constant) | Matrix< T > | |
operator^(T constant) (defined in Matrix< T >) | Matrix< T > | |
outer(const Matrix &other) | Matrix< T > | |
print() | Matrix< T > | |
tr() | Matrix< T > | |
~Matrix() | Matrix< T > |