This is the complete list of members for OpenOrienteering::Matrix, including all inherited members.
add(const Matrix &b, Matrix &out) const | OpenOrienteering::Matrix | inline |
determinant() const | OpenOrienteering::Matrix | |
get(int i, int j) const | OpenOrienteering::Matrix | inline |
getCols() const | OpenOrienteering::Matrix | inline |
getRows() const | OpenOrienteering::Matrix | inline |
invert(Matrix &out) const | OpenOrienteering::Matrix | |
load(QXmlStreamReader &xml) | OpenOrienteering::Matrix | |
Matrix() | OpenOrienteering::Matrix | inline |
Matrix(const Matrix &other) | OpenOrienteering::Matrix | inline |
Matrix(int n, int m) | OpenOrienteering::Matrix | inline |
multiply(double b, Matrix &out) const | OpenOrienteering::Matrix | inline |
multiply(const Matrix &b, Matrix &out) const | OpenOrienteering::Matrix | inline |
operator=(const Matrix &other) | OpenOrienteering::Matrix | inline |
print() const | OpenOrienteering::Matrix | |
save(QXmlStreamWriter &xml, const QString &role) const | OpenOrienteering::Matrix | |
set(int i, int j, double v) | OpenOrienteering::Matrix | inline |
setSize(int n, int m) | OpenOrienteering::Matrix | inline |
setTo(double v) | OpenOrienteering::Matrix | inline |
subtract(const Matrix &b, Matrix &out) const | OpenOrienteering::Matrix | inline |
swapRows(int a, int b) | OpenOrienteering::Matrix | inline |
transpose(Matrix &out) | OpenOrienteering::Matrix | inline |
~Matrix() | OpenOrienteering::Matrix | inline |