big int
This commit is contained in:
@@ -16,7 +16,7 @@ Vect Solver::Kernel(Matrix&& a_Matrix) const {
|
||||
|
||||
a_Matrix.Transpose();
|
||||
a_Matrix.Augment(Matrix::Identity(a_Matrix.GetRawCount()));
|
||||
Gauss::GaussJordan(a_Matrix, false, true);
|
||||
Gauss::GaussJordan(a_Matrix, false, false);
|
||||
a_Matrix.Transpose();
|
||||
|
||||
// nombre de colonnes non nulles
|
||||
|
||||
Reference in New Issue
Block a user