Engauge Digitizer 2
Loading...
Searching...
No Matches
Matrix.h File Reference
#include <QString>
#include <QVector>
Include dependency graph for Matrix.h:
This graph shows which files directly or indirectly include this file:

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...

Enumeration Type Documentation

◆ 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.

14 {
17};
@ MATRIX_CONSISTENT
Definition Matrix.h:15
@ MATRIX_INCONSISTENT
Definition Matrix.h:16