OpenMS
|
This is the complete list of members for Matrix< Value >, including all inherited members.
EigenMatrixType typedef | Matrix< Value > | |
getEigenMatrix() const | Matrix< Value > | inline |
getEigenMatrix() | Matrix< Value > | inline |
getValue(size_t const i, size_t const j) const | Matrix< Value > | inline |
getValue(size_t const i, size_t const j) | Matrix< Value > | inline |
innerStride() const | Matrix< Value > | inline |
Matrix()=default | Matrix< Value > | |
Matrix(const Matrix &other)=default | Matrix< Value > | |
Matrix(Matrix &&other) noexcept=default | Matrix< Value > | |
Matrix(Size rows, Size cols, Value value=Value()) | Matrix< Value > | inline |
operator<<(std::ostream &os, const Matrix< Value > &matrix) | Matrix< Value > | friend |
operator=(const Matrix &other)=default | Matrix< Value > | |
operator=(Matrix &&other) noexcept=default | Matrix< Value > | |
operator==(const Matrix &rhs) const | Matrix< Value > | inline |
outerStride() const | Matrix< Value > | inline |
resize(size_t rows, size_t cols) | Matrix< Value > | inline |
rowMajor() const | Matrix< Value > | inline |
setMatrix(T const (&array)[ROWS][COLS]) | Matrix< Value > | inline |
setValue(size_t const i, size_t const j, const Value &value) | Matrix< Value > | inline |
~Matrix()=default | Matrix< Value > |