Engauge Digitizer
2
|
#include <QString>
#include <QVector>
Go to the source code of this file.
Classes | |
class | Matrix |
Matrix class that supports arbitrary NxN size. More... | |
Enumerations | |
enum | MatrixConsistent { MATRIX_CONSISTENT, MATRIX_INCONSISTENT } |
Indicates if matrix is consistent (i.e. has at least one solution) More... | |
enum MatrixConsistent |
Indicates if matrix is consistent (i.e. has at least one solution)
Enumerator | |
---|---|
MATRIX_CONSISTENT | |
MATRIX_INCONSISTENT |
Definition at line 14 of file Matrix.h.