Uses of Class
dev.nm.algebra.linear.matrix.doubles.linearsystem.Kernel.Method
-
Packages that use Kernel.Method Package Description dev.nm.algebra.linear.matrix.doubles.linearsystem -
-
Uses of Kernel.Method in dev.nm.algebra.linear.matrix.doubles.linearsystem
Methods in dev.nm.algebra.linear.matrix.doubles.linearsystem that return Kernel.Method Modifier and Type Method Description static Kernel.Method
Kernel.Method. valueOf(String name)
Returns the enum constant of this type with the specified name.static Kernel.Method[]
Kernel.Method. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in dev.nm.algebra.linear.matrix.doubles.linearsystem with parameters of type Kernel.Method Constructor Description Kernel(Matrix A, Kernel.Method method, double epsilon)
Construct the kernel of a matrix.
-