Engauge Digitizer 2
Loading...
Searching...
No Matches
Matrix Member List

This is the complete list of members for Matrix, including all inherited members.

cols() constMatrix
determinant() constMatrix
get(int row, int col) constMatrix
inverse(int significantDigits, MatrixConsistent &matrixConsistent) constMatrix
Matrix(int N)Matrix
Matrix(int rows, int cols)Matrix
Matrix(const Matrix &other)Matrix
minorReduced(int rowOmit, int colOmit) constMatrix
operator*(const Matrix &other) constMatrix
operator*(const QVector< double > other) constMatrix
operator=(const Matrix &matrix)Matrix
rows() constMatrix
set(int row, int col, double value)Matrix
toString() constMatrix
transpose() constMatrix