caca
All checks were successful
Linux arm64 / Build (push) Successful in 41m33s

This commit is contained in:
2024-05-14 19:00:04 +02:00
parent a135df2e96
commit 8c004b64ed
13 changed files with 2512 additions and 26 deletions

View File

@@ -18,7 +18,7 @@
*/
class Matrix {
public:
typedef NR Element;
typedef long double Element;
typedef std::vector<Element>::iterator iterator;
private: