Searched refs:linearSystem (Results 1 – 3 of 3) sorted by relevance
111 static ArrayRow createRowFromEquation(LinearSystem linearSystem, LinearEquation e) { in createRowFromEquation() argument115 ArrayRow row = linearSystem.createRow(); in createRowFromEquation()
1497 public static ArrayRow createRowDimensionPercent(LinearSystem linearSystem, in createRowDimensionPercent() argument1504 ArrayRow row = linearSystem.createRow(); in createRowDimensionPercent()
921 Missing nullability on parameter `linearSystem` in method `createRowDimensionPercent`