Fix the incorrect output error.
Implement epsilon (but doesn't work correctly for now). Start making the correct implementation of I/O.
This commit is contained in:
+1
-1
@@ -22,7 +22,7 @@ struct DestroyMatrix {
|
||||
Vector b;
|
||||
};
|
||||
|
||||
DestroyMatrix destroyGeneralMatrix(Matrix& generalMatrix);
|
||||
DestroyMatrix disassembleGeneralMatrix(Matrix& generalMatrix);
|
||||
void elimination(Matrix&, int pivot_row_index, int pivot_column_index);
|
||||
Matrix createGeneralMatrix(Matrix& A, Vector& C, Vector& b);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user