at(size_t row, size_t column) const | iolink::Matrix< ValueType, N > | |
data() | iolink::Matrix< ValueType, N > | |
data() const | iolink::Matrix< ValueType, N > | |
identity() | iolink::Matrix< ValueType, N > | static |
Matrix() | iolink::Matrix< ValueType, N > | |
Matrix(const ValueType *values) | iolink::Matrix< ValueType, N > | explicit |
Matrix(const ValueType *values, bool isRowMajor) | iolink::Matrix< ValueType, N > | |
Matrix(std::initializer_list< ValueType > init) | iolink::Matrix< ValueType, N > | explicit |
operator!=(const Matrix &other) const (defined in iolink::Matrix< ValueType, N >) | iolink::Matrix< ValueType, N > | |
operator()(size_t row, size_t column) const | iolink::Matrix< ValueType, N > | |
operator*(ValueType v) const (defined in iolink::Matrix< ValueType, N >) | iolink::Matrix< ValueType, N > | inline |
operator*=(ValueType value) (defined in iolink::Matrix< ValueType, N >) | iolink::Matrix< ValueType, N > | |
operator+(const Matrix &m) const (defined in iolink::Matrix< ValueType, N >) | iolink::Matrix< ValueType, N > | inline |
operator+=(const Matrix &m) (defined in iolink::Matrix< ValueType, N >) | iolink::Matrix< ValueType, N > | |
operator-() const (defined in iolink::Matrix< ValueType, N >) | iolink::Matrix< ValueType, N > | |
operator-(const Matrix &m) const (defined in iolink::Matrix< ValueType, N >) | iolink::Matrix< ValueType, N > | inline |
operator-=(const Matrix &m) (defined in iolink::Matrix< ValueType, N >) | iolink::Matrix< ValueType, N > | |
operator/(ValueType v) const (defined in iolink::Matrix< ValueType, N >) | iolink::Matrix< ValueType, N > | inline |
operator/=(ValueType value) (defined in iolink::Matrix< ValueType, N >) | iolink::Matrix< ValueType, N > | |
operator==(const Matrix &other) const (defined in iolink::Matrix< ValueType, N >) | iolink::Matrix< ValueType, N > | |
setAt(size_t row, size_t column, ValueType value) | iolink::Matrix< ValueType, N > | |
toString() const | iolink::Matrix< ValueType, N > | |
transpose() const | iolink::Matrix< ValueType, N > | |
transposeInPlace() | iolink::Matrix< ValueType, N > | |
uniform(ValueType value) | iolink::Matrix< ValueType, N > | static |