This is the complete list of members for mathkit::Matrix, including all inherited members.
dimen() const | mathkit::Matrix | |
dimen(Dimen dimen) | mathkit::Matrix | |
exchange(int i, int j, bool row=true) | mathkit::Matrix | |
getCol(int n) const | mathkit::Matrix | |
getData() const | mathkit::Matrix | |
getRow(int m) const | mathkit::Matrix | |
Matrix() | mathkit::Matrix | |
Matrix(const Table &data) | mathkit::Matrix | |
Matrix(Dimen dimen, double val=0) | mathkit::Matrix | |
Matrix(const Vector &data, Dimen dimen, bool byrow=true) | mathkit::Matrix | |
ncol() const | mathkit::Matrix | |
nrow() const | mathkit::Matrix | |
operator!=(const Matrix &mat) const | mathkit::Matrix | |
operator()(int m, int n) | mathkit::Matrix | |
operator()(int m, int n) const | mathkit::Matrix | |
operator*(const Matrix &mat) const | mathkit::Matrix | |
operator+(const Matrix &mat) const | mathkit::Matrix | |
operator-(const Matrix &mat) const | mathkit::Matrix | |
operator==(const Matrix &mat) const | mathkit::Matrix | |
rank(const Epsilon &eps=Epsilon()) const | mathkit::Matrix | |
resid(int i, int j) const | mathkit::Matrix | |
round(int ndec=4) const | mathkit::Matrix | |
setCol(int n, const Vector &col) | mathkit::Matrix | |
setData(const Table &data) | mathkit::Matrix | |
setData(Dimen dimen, double val=0) | mathkit::Matrix | |
setData(const Vector &data, Dimen dimen, bool byrow=true) | mathkit::Matrix | |
setRow(int m, const Vector &row) | mathkit::Matrix | |
square() const | mathkit::Matrix | |
submat(int frow, int lrow, int fcol, int lcol) | mathkit::Matrix | |
symmetric() const | mathkit::Matrix | |
transpose() const | mathkit::Matrix |