![]() |
APFEL 4.8.0
A PDF evolution library in C++
|
This is the complete list of members for apfel::matrix< T >, including all inherited members.
_data | apfel::matrix< T > | private |
_size | apfel::matrix< T > | private |
data() const | apfel::matrix< T > | inline |
matrix(size_t const &row=0, size_t const &col=0, std::vector< T > const &d={}) | apfel::matrix< T > | |
matrix(matrix< T > const &m) | apfel::matrix< T > | |
operator()(size_t const &i, size_t const &j) | apfel::matrix< T > | inline |
operator()(size_t const &i, size_t const &j) const | apfel::matrix< T > | inline |
operator*=(double const &f) | apfel::matrix< T > | |
operator*=(matrix< T > const &m) | apfel::matrix< T > | |
operator+=(matrix< T > const &m) | apfel::matrix< T > | |
operator-=(matrix< T > const &m) | apfel::matrix< T > | |
operator/=(double const &f) | apfel::matrix< T > | |
operator=(matrix< T > const &m) | apfel::matrix< T > | |
resize(size_t const &row, size_t const &col, T const &v=0) | apfel::matrix< T > | |
set(T const &v) | apfel::matrix< T > | |
size(size_t const &dim) const | apfel::matrix< T > | inline |
size() const | apfel::matrix< T > | inline |