29 class RowView; |
30 class RowView; |
30 class ConstRowView; |
31 class ConstRowView; |
31 |
32 |
32 Matrix(); |
33 Matrix(); |
33 Matrix (const std::initializer_list<double>& values); |
34 Matrix (const std::initializer_list<double>& values); |
|
35 Matrix(const QGenericMatrix<3, 3>& other); |
34 Matrix (double fillval); |
36 Matrix (double fillval); |
35 |
37 |
36 double* begin(); |
38 double* begin(); |
37 const double* begin() const; |
39 const double* begin() const; |
38 double determinant() const; |
40 double determinant() const; |