comparison: src/types/matrix.h
src/types/matrix.h
- changeset 1269
- ec691d9472b3
- parent 1159
- 6ad8cdcd88d9
- child 1316
- 31f4293cec30
equal
deleted
inserted
replaced
57 |
57 |
58 private: |
58 private: |
59 double m_values[9]; |
59 double m_values[9]; |
60 }; |
60 }; |
61 |
61 |
|
62 Q_DECLARE_METATYPE(Matrix) |
|
63 |
62 /* |
64 /* |
63 * A structure that provides a view into a row in a matrix. |
65 * A structure that provides a view into a row in a matrix. |
64 * This is returned by operator[] so that the matrix can be accessed by A[i][j] |
66 * This is returned by operator[] so that the matrix can be accessed by A[i][j] |
65 */ |
67 */ |
66 class Matrix::RowView |
68 class Matrix::RowView |