Class LagrangeMultipliersNaiveKraus.LinearSystemCoefficients
java.lang.Object
com.polytechnik.kgo.LagrangeMultipliersNaiveKraus.LinearSystemCoefficients
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
matr
final double[] matr -
rp
final double[] rp -
v0
final double v0 -
dim
final int dim
-
-
Constructor Details
-
LinearSystemCoefficients
LinearSystemCoefficients(int nS, int nC, int nX, double[] SK, double[] b)
-
-
Method Details
-
indMD
static int indMD(int i, int j) A helper function to convert matrix index to vector index (with diag). -
indMND
static int indMND(int i, int j) A helper function to convert matrix index to vector index (without diag).
-