Package com.polytechnik.kgo
Class LagrangeMultipliersPartialSubspace.LinearSystemCoefficients
java.lang.Object
com.polytechnik.kgo.LagrangeMultipliersPartialSubspace.LinearSystemCoefficients
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final double[]
(package private) final double[]
-
Constructor Summary
ConstructorsConstructorDescriptionLinearSystemCoefficients
(int nC, int nX, double[] SK, double[] u, double[][] vBasis) -
Method Summary
-
Field Details
-
rPart
final double[] rPart -
matrLinSystem
final double[] matrLinSystem
-
-
Constructor Details
-
LinearSystemCoefficients
LinearSystemCoefficients(int nC, int nX, double[] SK, double[] u, double[][] vBasis)
-