Answer the question
In order to leave comments, you need to log in
How to pass an array unchanged outside the current class?
When the button is pressed, the following happens:
gaussM = new Gauss(matrix, this);
luDecom = new luDec(matrix, this);
gaussM.solvingGauss();
luDecom.startLU();
Answer the question
In order to leave comments, you need to log in
Клонировать объект. А заодно разобраться по шагам как у вас ссылки на объекты проставляются. "Оно само, я не трогал" не бывает.
Как вариант - переделать matrix в структуру если это возможно и не создаст других багов.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question