abs(const Matrix &a) | DUNE::Math::Matrix | friend |
blkDiag(const Matrix &m_in) | DUNE::Math::Matrix | |
column(size_t j) const | DUNE::Math::Matrix | |
columns(void) const | DUNE::Math::Matrix | |
cross(const Matrix &a, const Matrix &b) | DUNE::Math::Matrix | static |
det(void) const | DUNE::Math::Matrix | |
detr(void) const | DUNE::Math::Matrix | |
dot(const Matrix &a, const Matrix &b) | DUNE::Math::Matrix | static |
element(size_t i, size_t j) const | DUNE::Math::Matrix | |
element(size_t i) | DUNE::Math::Matrix | |
expmts(double tol=1e-05) const | DUNE::Math::Matrix | |
fill(double value) | DUNE::Math::Matrix | |
fill(size_t r, size_t c, const double *data=0) | DUNE::Math::Matrix | |
fromFile(const char *path) | DUNE::Math::Matrix | |
get(size_t i1, size_t i2, size_t j1, size_t j2) const | DUNE::Math::Matrix | |
get_precision(void) | DUNE::Math::Matrix | static |
horzCat(const Matrix &m_in) | DUNE::Math::Matrix | |
identity(void) | DUNE::Math::Matrix | |
inverse(const Matrix &a) | DUNE::Math::Matrix | friend |
inverse(const Matrix &a, const Matrix &b) | DUNE::Math::Matrix | friend |
inverse_lup(const Matrix &a) | DUNE::Math::Matrix | friend |
inverse_pp(const Matrix &a) | DUNE::Math::Matrix | friend |
inverse_pp(const Matrix &, const Matrix &) | DUNE::Math::Matrix | friend |
isColumnVector(void) const | DUNE::Math::Matrix | |
isColumnVector(size_t rows) const | DUNE::Math::Matrix | |
isInvertible(void) const | DUNE::Math::Matrix | |
isRowVector(void) const | DUNE::Math::Matrix | |
isRowVector(size_t columns) const | DUNE::Math::Matrix | |
isSquare(void) const | DUNE::Math::Matrix | |
isVector(void) const | DUNE::Math::Matrix | |
isZeroSized(void) const | DUNE::Math::Matrix | |
lu(Matrix &L, Matrix &U) const | DUNE::Math::Matrix | |
lup(Matrix &L, Matrix &U, Matrix &P) const | DUNE::Math::Matrix | |
Matrix(void) | DUNE::Math::Matrix | |
Matrix(const Matrix &m) | DUNE::Math::Matrix | |
Matrix(double *data, size_t r, size_t c) | DUNE::Math::Matrix | |
Matrix(size_t r, size_t c) | DUNE::Math::Matrix | |
Matrix(size_t r, size_t c, double v) | DUNE::Math::Matrix | |
Matrix(size_t n) | DUNE::Math::Matrix | |
Matrix(double *diag, size_t n) | DUNE::Math::Matrix | |
max(const Matrix &a) | DUNE::Math::Matrix | friend |
maxLimitValues(double max) | DUNE::Math::Matrix | |
median(void) const | DUNE::Math::Matrix | |
min(const Matrix &a) | DUNE::Math::Matrix | friend |
minLimitValues(double min) | DUNE::Math::Matrix | |
mminor(size_t i, size_t j) const | DUNE::Math::Matrix | |
multiply(const Matrix &m) | DUNE::Math::Matrix | |
norm_2(void) const | DUNE::Math::Matrix | |
norm_inf(void) const | DUNE::Math::Matrix | |
norm_p(double p) const | DUNE::Math::Matrix | |
operator&(const Matrix &m1, const Matrix &m2) | DUNE::Math::Matrix | friend |
operator&=(const Matrix &m) | DUNE::Math::Matrix | |
operator()(size_t i, size_t j) | DUNE::Math::Matrix | |
operator()(size_t i, size_t j) const | DUNE::Math::Matrix | |
operator()(size_t i) | DUNE::Math::Matrix | |
operator()(size_t i) const | DUNE::Math::Matrix | |
operator*(const Matrix &m1, const Matrix &m2) | DUNE::Math::Matrix | friend |
operator*(double x, const Matrix &a) | DUNE::Math::Matrix | friend |
operator*(const Matrix &a, double x) | DUNE::Math::Matrix | friend |
operator*=(double x) | DUNE::Math::Matrix | |
operator+(const Matrix &m1, const Matrix &m2) | DUNE::Math::Matrix | friend |
operator+=(const Matrix &m) | DUNE::Math::Matrix | |
operator-(void) | DUNE::Math::Matrix | |
operator-(const Matrix &m1, const Matrix &m2) | DUNE::Math::Matrix | friend |
operator-=(const Matrix &m) | DUNE::Math::Matrix | |
operator/(const Matrix &a, const Matrix &b) | DUNE::Math::Matrix | friend |
operator/(const Matrix &a, double x) | DUNE::Math::Matrix | friend |
operator/=(const Matrix &m) | DUNE::Math::Matrix | |
operator/=(double x) | DUNE::Math::Matrix | |
operator<<(std::ostream &os, const Matrix &a) | DUNE::Math::Matrix | friend |
operator=(const Matrix &m) | DUNE::Math::Matrix | |
operator==(const Matrix &m) const | DUNE::Math::Matrix | |
operator>>(std::istream &is, Matrix &a) | DUNE::Math::Matrix | friend |
pow(unsigned int n) | DUNE::Math::Matrix | |
put(size_t i, size_t j, const Matrix &a) | DUNE::Math::Matrix | |
readFromConfig(DUNE::Parsers::Config &cfg, const std::string §ion, const std::string ¶m) | DUNE::Math::Matrix | |
readFromLines(const std::vector< std::string > &clines) | DUNE::Math::Matrix | |
resize(const Matrix &m) | DUNE::Math::Matrix | |
resize(size_t r, size_t c) | DUNE::Math::Matrix | |
resizeAndFill(size_t r, size_t c, double value) | DUNE::Math::Matrix | |
resizeAndKeep(size_t r, size_t c) | DUNE::Math::Matrix | |
row(size_t i) const | DUNE::Math::Matrix | |
rows(void) const | DUNE::Math::Matrix | |
set(size_t i1, size_t i2, size_t j1, size_t j2, const Matrix &m_in) | DUNE::Math::Matrix | |
set_precision(double p) | DUNE::Math::Matrix | static |
size(void) const | DUNE::Math::Matrix | |
skew(double data[3]) | DUNE::Math::Matrix | friend |
skew(const Matrix &a) | DUNE::Math::Matrix | friend |
squaresum(const Matrix &a) | DUNE::Math::Matrix | friend |
sum(const Matrix &a) | DUNE::Math::Matrix | friend |
swapColumns(size_t i, size_t j) | DUNE::Math::Matrix | |
swapRows(size_t i, size_t j) | DUNE::Math::Matrix | |
Sylvester(void) const | DUNE::Math::Matrix | |
to_column(void) | DUNE::Math::Matrix | |
to_row(void) | DUNE::Math::Matrix | |
toDCM(void) const | DUNE::Math::Matrix | |
toEulerAngles(void) const | DUNE::Math::Matrix | |
toFile(const char *path) | DUNE::Math::Matrix | |
toQuaternion(void) const | DUNE::Math::Matrix | |
trace(void) const | DUNE::Math::Matrix | |
transpose(const Matrix &a) | DUNE::Math::Matrix | friend |
trimValues(double min, double max) | DUNE::Math::Matrix | |
upper_triangular_pp(double *M, int n, int m, double tolerance) | DUNE::Math::Matrix | static |
upper_triangular_tp(double *M, int *index, int n, int m, double tolerance) | DUNE::Math::Matrix | static |
vertCat(const Matrix &m_in) | DUNE::Math::Matrix | |
~Matrix(void) | DUNE::Math::Matrix | |