fix solver
Some checks failed
Linux arm64 / Build (push) Failing after 2m0s

This commit is contained in:
2024-05-12 09:23:37 +02:00
parent 2af915057a
commit 7f1ef38286
3 changed files with 58 additions and 15 deletions

View File

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