Uses of Interface
dev.nm.algebra.linear.matrix.doubles.linearsystem.LinearSystemSolver.Solution
-
Packages that use LinearSystemSolver.Solution Package Description dev.nm.algebra.linear.matrix.doubles.linearsystem -
-
Uses of LinearSystemSolver.Solution in dev.nm.algebra.linear.matrix.doubles.linearsystem
Methods in dev.nm.algebra.linear.matrix.doubles.linearsystem that return LinearSystemSolver.Solution Modifier and Type Method Description LinearSystemSolver.Solution
LinearSystemSolver. solve(Matrix A0)
Get a particular solution for the linear system, Ax = b.
-