public class oadd.org.apache.commons.math.linear.MatrixUtils extends java.lang.Object
{
public static final oadd.org.apache.commons.math.linear.RealMatrixFormat DEFAULT_FORMAT;
public static final oadd.org.apache.commons.math.linear.RealMatrixFormat OCTAVE_FORMAT;
private void <init>()
{
oadd.org.apache.commons.math.linear.MatrixUtils v;
v := @this: oadd.org.apache.commons.math.linear.MatrixUtils;
specialinvoke v.<java.lang.Object: void <init>()>();
return;
}
public static oadd.org.apache.commons.math.linear.RealMatrix createRealMatrix(int, int)
{
oadd.org.apache.commons.math.linear.AbstractRealMatrix v;
oadd.org.apache.commons.math.linear.BlockRealMatrix v;
int v, v, v;
oadd.org.apache.commons.math.linear.Array2DRowRealMatrix v;
v := @parameter: int;
v := @parameter: int;
v = v * v;
if v > 4096 goto label;
v = new oadd.org.apache.commons.math.linear.Array2DRowRealMatrix;
v = v;
specialinvoke v.<oadd.org.apache.commons.math.linear.Array2DRowRealMatrix: void <init>(int,int)>(v, v);
goto label;
label:
v = new oadd.org.apache.commons.math.linear.BlockRealMatrix;
v = v;
specialinvoke v.<oadd.org.apache.commons.math.linear.BlockRealMatrix: void <init>(int,int)>(v, v);
label:
return v;
}
public static oadd.org.apache.commons.math.linear.FieldMatrix createFieldMatrix(oadd.org.apache.commons.math.Field, int, int)
{
oadd.org.apache.commons.math.linear.Array2DRowFieldMatrix v;
int v, v, v;
oadd.org.apache.commons.math.linear.BlockFieldMatrix v;
oadd.org.apache.commons.math.linear.AbstractFieldMatrix v;
oadd.org.apache.commons.math.Field v;
v := @parameter: oadd.org.apache.commons.math.Field;
v := @parameter: int;
v := @parameter: int;
v = v * v;
if v > 4096 goto label;
v = new oadd.org.apache.commons.math.linear.Array2DRowFieldMatrix;
v = v;
specialinvoke v.<oadd.org.apache.commons.math.linear.Array2DRowFieldMatrix: void <init>(oadd.org.apache.commons.math.Field,int,int)>(v, v, v);
goto label;
label:
v = new oadd.org.apache.commons.math.linear.BlockFieldMatrix;
v = v;
specialinvoke v.<oadd.org.apache.commons.math.linear.BlockFieldMatrix: void <init>(oadd.org.apache.commons.math.Field,int,int)>(v, v, v);
label:
return v;
}
public static oadd.org.apache.commons.math.linear.RealMatrix createRealMatrix(double[][]) throws oadd.org.apache.commons.math.exception.NullArgumentException, oadd.org.apache.commons.math.exception.DimensionMismatchException, oadd.org.apache.commons.math.exception.NoDataException
{
double[] v, v;
oadd.org.apache.commons.math.linear.Array2DRowRealMatrix v;
oadd.org.apache.commons.math.exception.NullArgumentException v;
oadd.org.apache.commons.math.linear.AbstractRealMatrix v;
oadd.org.apache.commons.math.linear.BlockRealMatrix v;
int v, v, v;
double[][] v;
v := @parameter: double[][];
if v == null goto label;
v = v[0];
if v != null goto label;
label:
v = new oadd.org.apache.commons.math.exception.NullArgumentException;
specialinvoke v.<oadd.org.apache.commons.math.exception.NullArgumentException: void <init>()>();
throw v;
label:
v = lengthof v;
v = v[0];
v = lengthof v;
v = v * v;
if v > 4096 goto label;
v = new oadd.org.apache.commons.math.linear.Array2DRowRealMatrix;
v = v;
specialinvoke v.<oadd.org.apache.commons.math.linear.Array2DRowRealMatrix: void <init>(double[][])>(v);
goto label;
label:
v = new oadd.org.apache.commons.math.linear.BlockRealMatrix;
v = v;
specialinvoke v.<oadd.org.apache.commons.math.linear.BlockRealMatrix: void <init>(double[][])>(v);
label:
return v;
}
public static oadd.org.apache.commons.math.linear.FieldMatrix createFieldMatrix(oadd.org.apache.commons.math.FieldElement[][]) throws oadd.org.apache.commons.math.exception.DimensionMismatchException, oadd.org.apache.commons.math.exception.NoDataException, oadd.org.apache.commons.math.exception.NullArgumentException
{
oadd.org.apache.commons.math.FieldElement[][] v;
oadd.org.apache.commons.math.linear.Array2DRowFieldMatrix v;
oadd.org.apache.commons.math.linear.AbstractFieldMatrix v;
oadd.org.apache.commons.math.exception.NullArgumentException v;
int v, v, v;
oadd.org.apache.commons.math.linear.BlockFieldMatrix v;
oadd.org.apache.commons.math.FieldElement[] v, v;
v := @parameter: oadd.org.apache.commons.math.FieldElement[][];
if v == null goto label;
v = v[0];
if v != null goto label;
label:
v = new oadd.org.apache.commons.math.exception.NullArgumentException;
specialinvoke v.<oadd.org.apache.commons.math.exception.NullArgumentException: void <init>()>();
throw v;
label:
v = lengthof v;
v = v[0];
v = lengthof v;
v = v * v;
if v > 4096 goto label;
v = new oadd.org.apache.commons.math.linear.Array2DRowFieldMatrix;
v = v;
specialinvoke v.<oadd.org.apache.commons.math.linear.Array2DRowFieldMatrix: void <init>(oadd.org.apache.commons.math.FieldElement[][])>(v);
goto label;
label:
v = new oadd.org.apache.commons.math.linear.BlockFieldMatrix;
v = v;
specialinvoke v.<oadd.org.apache.commons.math.linear.BlockFieldMatrix: void <init>(oadd.org.apache.commons.math.FieldElement[][])>(v);
label:
return v;
}
public static oadd.org.apache.commons.math.linear.RealMatrix createRealIdentityMatrix(int)
{
int v, v;
oadd.org.apache.commons.math.linear.RealMatrix v;
v := @parameter: int;
v = staticinvoke <oadd.org.apache.commons.math.linear.MatrixUtils: oadd.org.apache.commons.math.linear.RealMatrix createRealMatrix(int,int)>(v, v);
v = 0;
label:
if v >= v goto label;
interfaceinvoke v.<oadd.org.apache.commons.math.linear.RealMatrix: void setEntry(int,int,double)>(v, v, 1.0);
v = v + 1;
goto label;
label:
return v;
}
public static oadd.org.apache.commons.math.linear.FieldMatrix createFieldIdentityMatrix(oadd.org.apache.commons.math.Field, int)
{
oadd.org.apache.commons.math.linear.Array2DRowFieldMatrix v;
oadd.org.apache.commons.math.Field v;
int[] v;
int v, v;
java.lang.Class v;
java.lang.Object v, v, v;
oadd.org.apache.commons.math.FieldElement[] v;
v := @parameter: oadd.org.apache.commons.math.Field;
v := @parameter: int;
v = interfaceinvoke v.<oadd.org.apache.commons.math.Field: java.lang.Object getZero()>();
v = interfaceinvoke v.<oadd.org.apache.commons.math.Field: java.lang.Object getOne()>();
v = interfaceinvoke v.<oadd.org.apache.commons.math.Field: java.lang.Class getRuntimeClass()>();
v = newarray (int)[2];
v[0] = v;
v[1] = v;
v = staticinvoke <java.lang.reflect.Array: java.lang.Object newInstance(java.lang.Class,int[])>(v, v);
v = 0;
label:
if v >= v goto label;
v = v[v];
staticinvoke <java.util.Arrays: void fill(java.lang.Object[],java.lang.Object)>(v, v);
v[v] = v;
v = v + 1;
goto label;
label:
v = new oadd.org.apache.commons.math.linear.Array2DRowFieldMatrix;
specialinvoke v.<oadd.org.apache.commons.math.linear.Array2DRowFieldMatrix: void <init>(oadd.org.apache.commons.math.Field,oadd.org.apache.commons.math.FieldElement[][],boolean)>(v, v, 0);
return v;
}
public static oadd.org.apache.commons.math.linear.RealMatrix createRealDiagonalMatrix(double[])
{
double[] v;
int v, v, v, v;
oadd.org.apache.commons.math.linear.RealMatrix v;
double v;
v := @parameter: double[];
v = lengthof v;
v = lengthof v;
v = staticinvoke <oadd.org.apache.commons.math.linear.MatrixUtils: oadd.org.apache.commons.math.linear.RealMatrix createRealMatrix(int,int)>(v, v);
v = 0;
label:
v = lengthof v;
if v >= v goto label;
v = v[v];
interfaceinvoke v.<oadd.org.apache.commons.math.linear.RealMatrix: void setEntry(int,int,double)>(v, v, v);
v = v + 1;
goto label;
label:
return v;
}
public static oadd.org.apache.commons.math.linear.FieldMatrix createFieldDiagonalMatrix(oadd.org.apache.commons.math.FieldElement[])
{
oadd.org.apache.commons.math.FieldElement v, v;
oadd.org.apache.commons.math.Field v;
oadd.org.apache.commons.math.linear.FieldMatrix v;
int v, v, v, v;
oadd.org.apache.commons.math.FieldElement[] v;
v := @parameter: oadd.org.apache.commons.math.FieldElement[];
v = v[0];
v = interfaceinvoke v.<oadd.org.apache.commons.math.FieldElement: oadd.org.apache.commons.math.Field getField()>();
v = lengthof v;
v = lengthof v;
v = staticinvoke <oadd.org.apache.commons.math.linear.MatrixUtils: oadd.org.apache.commons.math.linear.FieldMatrix createFieldMatrix(oadd.org.apache.commons.math.Field,int,int)>(v, v, v);
v = 0;
label:
v = lengthof v;
if v >= v goto label;
v = v[v];
interfaceinvoke v.<oadd.org.apache.commons.math.linear.FieldMatrix: void setEntry(int,int,oadd.org.apache.commons.math.FieldElement)>(v, v, v);
v = v + 1;
goto label;
label:
return v;
}
public static oadd.org.apache.commons.math.linear.RealVector createRealVector(double[]) throws oadd.org.apache.commons.math.exception.NoDataException, oadd.org.apache.commons.math.exception.NullArgumentException
{
double[] v;
oadd.org.apache.commons.math.linear.ArrayRealVector v;
oadd.org.apache.commons.math.exception.NullArgumentException v;
v := @parameter: double[];
if v != null goto label;
v = new oadd.org.apache.commons.math.exception.NullArgumentException;
specialinvoke v.<oadd.org.apache.commons.math.exception.NullArgumentException: void <init>()>();
throw v;
label:
v = new oadd.org.apache.commons.math.linear.ArrayRealVector;
specialinvoke v.<oadd.org.apache.commons.math.linear.ArrayRealVector: void <init>(double[],boolean)>(v, 1);
return v;
}
public static oadd.org.apache.commons.math.linear.FieldVector createFieldVector(oadd.org.apache.commons.math.FieldElement[]) throws oadd.org.apache.commons.math.exception.NoDataException, oadd.org.apache.commons.math.exception.NullArgumentException, oadd.org.apache.commons.math.exception.ZeroException
{
java.lang.Object[] v;
oadd.org.apache.commons.math.FieldElement v;
oadd.org.apache.commons.math.exception.ZeroException v;
oadd.org.apache.commons.math.Field v;
oadd.org.apache.commons.math.exception.NullArgumentException v;
int v;
oadd.org.apache.commons.math.exception.util.LocalizedFormats v;
oadd.org.apache.commons.math.linear.ArrayFieldVector v;
oadd.org.apache.commons.math.FieldElement[] v;
v := @parameter: oadd.org.apache.commons.math.FieldElement[];
if v != null goto label;
v = new oadd.org.apache.commons.math.exception.NullArgumentException;
specialinvoke v.<oadd.org.apache.commons.math.exception.NullArgumentException: void <init>()>();
throw v;
label:
v = lengthof v;
if v != 0 goto label;
v = new oadd.org.apache.commons.math.exception.ZeroException;
v = <oadd.org.apache.commons.math.exception.util.LocalizedFormats: oadd.org.apache.commons.math.exception.util.LocalizedFormats VECTOR_MUST_HAVE_AT_LEAST_ONE_ELEMENT>;
v = newarray (java.lang.Object)[0];
specialinvoke v.<oadd.org.apache.commons.math.exception.ZeroException: void <init>(oadd.org.apache.commons.math.exception.util.Localizable,java.lang.Object[])>(v, v);
throw v;
label:
v = new oadd.org.apache.commons.math.linear.ArrayFieldVector;
v = v[0];
v = interfaceinvoke v.<oadd.org.apache.commons.math.FieldElement: oadd.org.apache.commons.math.Field getField()>();
specialinvoke v.<oadd.org.apache.commons.math.linear.ArrayFieldVector: void <init>(oadd.org.apache.commons.math.Field,oadd.org.apache.commons.math.FieldElement[],boolean)>(v, v, 1);
return v;
}
public static oadd.org.apache.commons.math.linear.RealMatrix createRowRealMatrix(double[]) throws oadd.org.apache.commons.math.exception.NoDataException, oadd.org.apache.commons.math.exception.NullArgumentException
{
double[] v;
int v, v;
oadd.org.apache.commons.math.linear.RealMatrix v;
double v;
oadd.org.apache.commons.math.exception.NullArgumentException v;
v := @parameter: double[];
if v != null goto label;
v = new oadd.org.apache.commons.math.exception.NullArgumentException;
specialinvoke v.<oadd.org.apache.commons.math.exception.NullArgumentException: void <init>()>();
throw v;
label:
v = lengthof v;
v = staticinvoke <oadd.org.apache.commons.math.linear.MatrixUtils: oadd.org.apache.commons.math.linear.RealMatrix createRealMatrix(int,int)>(1, v);
v = 0;
label:
if v >= v goto label;
v = v[v];
interfaceinvoke v.<oadd.org.apache.commons.math.linear.RealMatrix: void setEntry(int,int,double)>(0, v, v);
v = v + 1;
goto label;
label:
return v;
}
public static oadd.org.apache.commons.math.linear.FieldMatrix createRowFieldMatrix(oadd.org.apache.commons.math.FieldElement[]) throws oadd.org.apache.commons.math.exception.NoDataException, oadd.org.apache.commons.math.exception.NullArgumentException
{
oadd.org.apache.commons.math.FieldElement v, v;
oadd.org.apache.commons.math.Field v;
oadd.org.apache.commons.math.exception.NullArgumentException v;
oadd.org.apache.commons.math.linear.FieldMatrix v;
oadd.org.apache.commons.math.exception.NoDataException v;
int v, v;
oadd.org.apache.commons.math.exception.util.LocalizedFormats v;
oadd.org.apache.commons.math.FieldElement[] v;
v := @parameter: oadd.org.apache.commons.math.FieldElement[];
if v != null goto label;
v = new oadd.org.apache.commons.math.exception.NullArgumentException;
specialinvoke v.<oadd.org.apache.commons.math.exception.NullArgumentException: void <init>()>();
throw v;
label:
v = lengthof v;
if v != 0 goto label;
v = new oadd.org.apache.commons.math.exception.NoDataException;
v = <oadd.org.apache.commons.math.exception.util.LocalizedFormats: oadd.org.apache.commons.math.exception.util.LocalizedFormats AT_LEAST_ONE_COLUMN>;
specialinvoke v.<oadd.org.apache.commons.math.exception.NoDataException: void <init>(oadd.org.apache.commons.math.exception.util.Localizable)>(v);
throw v;
label:
v = v[0];
v = interfaceinvoke v.<oadd.org.apache.commons.math.FieldElement: oadd.org.apache.commons.math.Field getField()>();
v = staticinvoke <oadd.org.apache.commons.math.linear.MatrixUtils: oadd.org.apache.commons.math.linear.FieldMatrix createFieldMatrix(oadd.org.apache.commons.math.Field,int,int)>(v, 1, v);
v = 0;
label:
if v >= v goto label;
v = v[v];
interfaceinvoke v.<oadd.org.apache.commons.math.linear.FieldMatrix: void setEntry(int,int,oadd.org.apache.commons.math.FieldElement)>(0, v, v);
v = v + 1;
goto label;
label:
return v;
}
public static oadd.org.apache.commons.math.linear.RealMatrix createColumnRealMatrix(double[]) throws oadd.org.apache.commons.math.exception.NoDataException, oadd.org.apache.commons.math.exception.NullArgumentException
{
double[] v;
int v, v;
oadd.org.apache.commons.math.linear.RealMatrix v;
double v;
oadd.org.apache.commons.math.exception.NullArgumentException v;
v := @parameter: double[];
if v != null goto label;
v = new oadd.org.apache.commons.math.exception.NullArgumentException;
specialinvoke v.<oadd.org.apache.commons.math.exception.NullArgumentException: void <init>()>();
throw v;
label:
v = lengthof v;
v = staticinvoke <oadd.org.apache.commons.math.linear.MatrixUtils: oadd.org.apache.commons.math.linear.RealMatrix createRealMatrix(int,int)>(v, 1);
v = 0;
label:
if v >= v goto label;
v = v[v];
interfaceinvoke v.<oadd.org.apache.commons.math.linear.RealMatrix: void setEntry(int,int,double)>(v, 0, v);
v = v + 1;
goto label;
label:
return v;
}
public static oadd.org.apache.commons.math.linear.FieldMatrix createColumnFieldMatrix(oadd.org.apache.commons.math.FieldElement[]) throws oadd.org.apache.commons.math.exception.NoDataException, oadd.org.apache.commons.math.exception.NullArgumentException
{
oadd.org.apache.commons.math.FieldElement v, v;
oadd.org.apache.commons.math.Field v;
oadd.org.apache.commons.math.exception.NullArgumentException v;
oadd.org.apache.commons.math.linear.FieldMatrix v;
oadd.org.apache.commons.math.exception.NoDataException v;
int v, v;
oadd.org.apache.commons.math.exception.util.LocalizedFormats v;
oadd.org.apache.commons.math.FieldElement[] v;
v := @parameter: oadd.org.apache.commons.math.FieldElement[];
if v != null goto label;
v = new oadd.org.apache.commons.math.exception.NullArgumentException;
specialinvoke v.<oadd.org.apache.commons.math.exception.NullArgumentException: void <init>()>();
throw v;
label:
v = lengthof v;
if v != 0 goto label;
v = new oadd.org.apache.commons.math.exception.NoDataException;
v = <oadd.org.apache.commons.math.exception.util.LocalizedFormats: oadd.org.apache.commons.math.exception.util.LocalizedFormats AT_LEAST_ONE_ROW>;
specialinvoke v.<oadd.org.apache.commons.math.exception.NoDataException: void <init>(oadd.org.apache.commons.math.exception.util.Localizable)>(v);
throw v;
label:
v = v[0];
v = interfaceinvoke v.<oadd.org.apache.commons.math.FieldElement: oadd.org.apache.commons.math.Field getField()>();
v = staticinvoke <oadd.org.apache.commons.math.linear.MatrixUtils: oadd.org.apache.commons.math.linear.FieldMatrix createFieldMatrix(oadd.org.apache.commons.math.Field,int,int)>(v, v, 1);
v = 0;
label:
if v >= v goto label;
v = v[v];
interfaceinvoke v.<oadd.org.apache.commons.math.linear.FieldMatrix: void setEntry(int,int,oadd.org.apache.commons.math.FieldElement)>(v, 0, v);
v = v + 1;
goto label;
label:
return v;
}
private static boolean isSymmetricInternal(oadd.org.apache.commons.math.linear.RealMatrix, double, boolean)
{
oadd.org.apache.commons.math.linear.NonSymmetricMatrixException v;
byte v;
int v, v, v, v, v;
boolean v;
double v, v, v, v, v, v, v, v, v;
oadd.org.apache.commons.math.linear.NonSquareMatrixException v;
oadd.org.apache.commons.math.linear.RealMatrix v;
v := @parameter: oadd.org.apache.commons.math.linear.RealMatrix;
v := @parameter: double;
v := @parameter: boolean;
v = interfaceinvoke v.<oadd.org.apache.commons.math.linear.RealMatrix: int getRowDimension()>();
v = interfaceinvoke v.<oadd.org.apache.commons.math.linear.RealMatrix: int getColumnDimension()>();
if v == v goto label;
if v == 0 goto label;
v = new oadd.org.apache.commons.math.linear.NonSquareMatrixException;
v = interfaceinvoke v.<oadd.org.apache.commons.math.linear.RealMatrix: int getColumnDimension()>();
specialinvoke v.<oadd.org.apache.commons.math.linear.NonSquareMatrixException: void <init>(int,int)>(v, v);
throw v;
label:
return 0;
label:
v = 0;
label:
if v >= v goto label;
v = v + 1;
label:
if v >= v goto label;
v = interfaceinvoke v.<oadd.org.apache.commons.math.linear.RealMatrix: double getEntry(int,int)>(v, v);
v = interfaceinvoke v.<oadd.org.apache.commons.math.linear.RealMatrix: double getEntry(int,int)>(v, v);
v = v - v;
v = staticinvoke <oadd.org.apache.commons.math.util.FastMath: double abs(double)>(v);
v = staticinvoke <oadd.org.apache.commons.math.util.FastMath: double abs(double)>(v);
v = staticinvoke <oadd.org.apache.commons.math.util.FastMath: double abs(double)>(v);
v = staticinvoke <oadd.org.apache.commons.math.util.FastMath: double max(double,double)>(v, v);
v = v * v;
v = v cmpl v;
if v <= 0 goto label;
if v == 0 goto label;
v = new oadd.org.apache.commons.math.linear.NonSymmetricMatrixException;
specialinvoke v.<oadd.org.apache.commons.math.linear.NonSymmetricMatrixException: void <init>(int,int,double)>(v, v, v);
throw v;
label:
return 0;
label:
v = v + 1;
goto label;
label:
v = v + 1;
goto label;
label:
return 1;
}
public static void checkSymmetric(oadd.org.apache.commons.math.linear.RealMatrix, double)
{
oadd.org.apache.commons.math.linear.RealMatrix v;
double v;
v := @parameter: oadd.org.apache.commons.math.linear.RealMatrix;
v := @parameter: double;
staticinvoke <oadd.org.apache.commons.math.linear.MatrixUtils: boolean isSymmetricInternal(oadd.org.apache.commons.math.linear.RealMatrix,double,boolean)>(v, v, 1);
return;
}
public static boolean isSymmetric(oadd.org.apache.commons.math.linear.RealMatrix, double)
{
oadd.org.apache.commons.math.linear.RealMatrix v;
boolean v;
double v;
v := @parameter: oadd.org.apache.commons.math.linear.RealMatrix;
v := @parameter: double;
v = staticinvoke <oadd.org.apache.commons.math.linear.MatrixUtils: boolean isSymmetricInternal(oadd.org.apache.commons.math.linear.RealMatrix,double,boolean)>(v, v, 0);
return v;
}
public static void checkMatrixIndex(oadd.org.apache.commons.math.linear.AnyMatrix, int, int) throws oadd.org.apache.commons.math.exception.OutOfRangeException
{
int v, v;
oadd.org.apache.commons.math.linear.AnyMatrix v;
v := @parameter: oadd.org.apache.commons.math.linear.AnyMatrix;
v := @parameter: int;
v := @parameter: int;
staticinvoke <oadd.org.apache.commons.math.linear.MatrixUtils: void checkRowIndex(oadd.org.apache.commons.math.linear.AnyMatrix,int)>(v, v);
staticinvoke <oadd.org.apache.commons.math.linear.MatrixUtils: void checkColumnIndex(oadd.org.apache.commons.math.linear.AnyMatrix,int)>(v, v);
return;
}
public static void checkRowIndex(oadd.org.apache.commons.math.linear.AnyMatrix, int) throws oadd.org.apache.commons.math.exception.OutOfRangeException
{
java.lang.Integer v, v, v;
int v, v, v, v;
oadd.org.apache.commons.math.linear.AnyMatrix v;
oadd.org.apache.commons.math.exception.OutOfRangeException v;
oadd.org.apache.commons.math.exception.util.LocalizedFormats v;
v := @parameter: oadd.org.apache.commons.math.linear.AnyMatrix;
v := @parameter: int;
if v < 0 goto label;
v = interfaceinvoke v.<oadd.org.apache.commons.math.linear.AnyMatrix: int getRowDimension()>();
if v < v goto label;
label:
v = new oadd.org.apache.commons.math.exception.OutOfRangeException;
v = <oadd.org.apache.commons.math.exception.util.LocalizedFormats: oadd.org.apache.commons.math.exception.util.LocalizedFormats ROW_INDEX>;
v = staticinvoke <java.lang.Integer: java.lang.Integer valueOf(int)>(v);
v = staticinvoke <java.lang.Integer: java.lang.Integer valueOf(int)>(0);
v = interfaceinvoke v.<oadd.org.apache.commons.math.linear.AnyMatrix: int getRowDimension()>();
v = v - 1;
v = staticinvoke <java.lang.Integer: java.lang.Integer valueOf(int)>(v);
specialinvoke v.<oadd.org.apache.commons.math.exception.OutOfRangeException: void <init>(oadd.org.apache.commons.math.exception.util.Localizable,java.lang.Number,java.lang.Number,java.lang.Number)>(v, v, v, v);
throw v;
label:
return;
}
public static void checkColumnIndex(oadd.org.apache.commons.math.linear.AnyMatrix, int) throws oadd.org.apache.commons.math.exception.OutOfRangeException
{
java.lang.Integer v, v, v;
int v, v, v, v;
oadd.org.apache.commons.math.linear.AnyMatrix v;
oadd.org.apache.commons.math.exception.OutOfRangeException v;
oadd.org.apache.commons.math.exception.util.LocalizedFormats v;
v := @parameter: oadd.org.apache.commons.math.linear.AnyMatrix;
v := @parameter: int;
if v < 0 goto label;
v = interfaceinvoke v.<oadd.org.apache.commons.math.linear.AnyMatrix: int getColumnDimension()>();
if v < v goto label;
label:
v = new oadd.org.apache.commons.math.exception.OutOfRangeException;
v = <oadd.org.apache.commons.math.exception.util.LocalizedFormats: oadd.org.apache.commons.math.exception.util.LocalizedFormats COLUMN_INDEX>;
v = staticinvoke <java.lang.Integer: java.lang.Integer valueOf(int)>(v);
v = staticinvoke <java.lang.Integer: java.lang.Integer valueOf(int)>(0);
v = interfaceinvoke v.<oadd.org.apache.commons.math.linear.AnyMatrix: int getColumnDimension()>();
v = v - 1;
v = staticinvoke <java.lang.Integer: java.lang.Integer valueOf(int)>(v);
specialinvoke v.<oadd.org.apache.commons.math.exception.OutOfRangeException: void <init>(oadd.org.apache.commons.math.exception.util.Localizable,java.lang.Number,java.lang.Number,java.lang.Number)>(v, v, v, v);
throw v;
label:
return;
}
public static void checkSubMatrixIndex(oadd.org.apache.commons.math.linear.AnyMatrix, int, int, int, int) throws oadd.org.apache.commons.math.exception.NumberIsTooSmallException, oadd.org.apache.commons.math.exception.OutOfRangeException
{
java.lang.Integer v, v, v, v;
int v, v, v, v;
oadd.org.apache.commons.math.linear.AnyMatrix v;
oadd.org.apache.commons.math.exception.util.LocalizedFormats v, v;
oadd.org.apache.commons.math.exception.NumberIsTooSmallException v, v;
v := @parameter: oadd.org.apache.commons.math.linear.AnyMatrix;
v := @parameter: int;
v := @parameter: int;
v := @parameter: int;
v := @parameter: int;
staticinvoke <oadd.org.apache.commons.math.linear.MatrixUtils: void checkRowIndex(oadd.org.apache.commons.math.linear.AnyMatrix,int)>(v, v);
staticinvoke <oadd.org.apache.commons.math.linear.MatrixUtils: void checkRowIndex(oadd.org.apache.commons.math.linear.AnyMatrix,int)>(v, v);
if v >= v goto label;
v = new oadd.org.apache.commons.math.exception.NumberIsTooSmallException;
v = <oadd.org.apache.commons.math.exception.util.LocalizedFormats: oadd.org.apache.commons.math.exception.util.LocalizedFormats INITIAL_ROW_AFTER_FINAL_ROW>;
v = staticinvoke <java.lang.Integer: java.lang.Integer valueOf(int)>(v);
v = staticinvoke <java.lang.Integer: java.lang.Integer valueOf(int)>(v);
specialinvoke v.<oadd.org.apache.commons.math.exception.NumberIsTooSmallException: void <init>(oadd.org.apache.commons.math.exception.util.Localizable,java.lang.Number,java.lang.Number,boolean)>(v, v, v, 0);
throw v;
label:
staticinvoke <oadd.org.apache.commons.math.linear.MatrixUtils: void checkColumnIndex(oadd.org.apache.commons.math.linear.AnyMatrix,int)>(v, v);
staticinvoke <oadd.org.apache.commons.math.linear.MatrixUtils: void checkColumnIndex(oadd.org.apache.commons.math.linear.AnyMatrix,int)>(v, v);
if v >= v goto label;
v = new oadd.org.apache.commons.math.exception.NumberIsTooSmallException;
v = <oadd.org.apache.commons.math.exception.util.LocalizedFormats: oadd.org.apache.commons.math.exception.util.LocalizedFormats INITIAL_COLUMN_AFTER_FINAL_COLUMN>;
v = staticinvoke <java.lang.Integer: java.lang.Integer valueOf(int)>(v);
v = staticinvoke <java.lang.Integer: java.lang.Integer valueOf(int)>(v);
specialinvoke v.<oadd.org.apache.commons.math.exception.NumberIsTooSmallException: void <init>(oadd.org.apache.commons.math.exception.util.Localizable,java.lang.Number,java.lang.Number,boolean)>(v, v, v, 0);
throw v;
label:
return;
}
public static void checkSubMatrixIndex(oadd.org.apache.commons.math.linear.AnyMatrix, int[], int[]) throws oadd.org.apache.commons.math.exception.NoDataException, oadd.org.apache.commons.math.exception.NullArgumentException, oadd.org.apache.commons.math.exception.OutOfRangeException
{
oadd.org.apache.commons.math.exception.NullArgumentException v, v;
oadd.org.apache.commons.math.exception.NoDataException v, v;
int[] v, v;
int v, v, v, v, v, v, v, v;
oadd.org.apache.commons.math.linear.AnyMatrix v;
oadd.org.apache.commons.math.exception.util.LocalizedFormats v, v;
v := @parameter: oadd.org.apache.commons.math.linear.AnyMatrix;
v := @parameter: int[];
v := @parameter: int[];
if v != null goto label;
v = new oadd.org.apache.commons.math.exception.NullArgumentException;
specialinvoke v.<oadd.org.apache.commons.math.exception.NullArgumentException: void <init>()>();
throw v;
label:
if v != null goto label;
v = new oadd.org.apache.commons.math.exception.NullArgumentException;
specialinvoke v.<oadd.org.apache.commons.math.exception.NullArgumentException: void <init>()>();
throw v;
label:
v = lengthof v;
if v != 0 goto label;
v = new oadd.org.apache.commons.math.exception.NoDataException;
v = <oadd.org.apache.commons.math.exception.util.LocalizedFormats: oadd.org.apache.commons.math.exception.util.LocalizedFormats EMPTY_SELECTED_ROW_INDEX_ARRAY>;
specialinvoke v.<oadd.org.apache.commons.math.exception.NoDataException: void <init>(oadd.org.apache.commons.math.exception.util.Localizable)>(v);
throw v;
label:
v = lengthof v;
if v != 0 goto label;
v = new oadd.org.apache.commons.math.exception.NoDataException;
v = <oadd.org.apache.commons.math.exception.util.LocalizedFormats: oadd.org.apache.commons.math.exception.util.LocalizedFormats EMPTY_SELECTED_COLUMN_INDEX_ARRAY>;
specialinvoke v.<oadd.org.apache.commons.math.exception.NoDataException: void <init>(oadd.org.apache.commons.math.exception.util.Localizable)>(v);
throw v;
label:
v = lengthof v;
v = 0;
label:
if v >= v goto label;
v = v[v];
staticinvoke <oadd.org.apache.commons.math.linear.MatrixUtils: void checkRowIndex(oadd.org.apache.commons.math.linear.AnyMatrix,int)>(v, v);
v = v + 1;
goto label;
label:
v = lengthof v;
v = 0;
label:
if v >= v goto label;
v = v[v];
staticinvoke <oadd.org.apache.commons.math.linear.MatrixUtils: void checkColumnIndex(oadd.org.apache.commons.math.linear.AnyMatrix,int)>(v, v);
v = v + 1;
goto label;
label:
return;
}
public static void checkAdditionCompatible(oadd.org.apache.commons.math.linear.AnyMatrix, oadd.org.apache.commons.math.linear.AnyMatrix) throws oadd.org.apache.commons.math.linear.MatrixDimensionMismatchException
{
oadd.org.apache.commons.math.linear.MatrixDimensionMismatchException v;
int v, v, v, v, v, v, v, v;
oadd.org.apache.commons.math.linear.AnyMatrix v, v;
v := @parameter: oadd.org.apache.commons.math.linear.AnyMatrix;
v := @parameter: oadd.org.apache.commons.math.linear.AnyMatrix;
v = interfaceinvoke v.<oadd.org.apache.commons.math.linear.AnyMatrix: int getRowDimension()>();
v = interfaceinvoke v.<oadd.org.apache.commons.math.linear.AnyMatrix: int getRowDimension()>();
if v != v goto label;
v = interfaceinvoke v.<oadd.org.apache.commons.math.linear.AnyMatrix: int getColumnDimension()>();
v = interfaceinvoke v.<oadd.org.apache.commons.math.linear.AnyMatrix: int getColumnDimension()>();
if v == v goto label;
label:
v = new oadd.org.apache.commons.math.linear.MatrixDimensionMismatchException;
v = interfaceinvoke v.<oadd.org.apache.commons.math.linear.AnyMatrix: int getRowDimension()>();
v = interfaceinvoke v.<oadd.org.apache.commons.math.linear.AnyMatrix: int getColumnDimension()>();
v = interfaceinvoke v.<oadd.org.apache.commons.math.linear.AnyMatrix: int getRowDimension()>();
v = interfaceinvoke v.<oadd.org.apache.commons.math.linear.AnyMatrix: int getColumnDimension()>();
specialinvoke v.<oadd.org.apache.commons.math.linear.MatrixDimensionMismatchException: void <init>(int,int,int,int)>(v, v, v, v);
throw v;
label:
return;
}
public static void checkSubtractionCompatible(oadd.org.apache.commons.math.linear.AnyMatrix, oadd.org.apache.commons.math.linear.AnyMatrix) throws oadd.org.apache.commons.math.linear.MatrixDimensionMismatchException
{
oadd.org.apache.commons.math.linear.MatrixDimensionMismatchException v;
int v, v, v, v, v, v, v, v;
oadd.org.apache.commons.math.linear.AnyMatrix v, v;
v := @parameter: oadd.org.apache.commons.math.linear.AnyMatrix;
v := @parameter: oadd.org.apache.commons.math.linear.AnyMatrix;
v = interfaceinvoke v.<oadd.org.apache.commons.math.linear.AnyMatrix: int getRowDimension()>();
v = interfaceinvoke v.<oadd.org.apache.commons.math.linear.AnyMatrix: int getRowDimension()>();
if v != v goto label;
v = interfaceinvoke v.<oadd.org.apache.commons.math.linear.AnyMatrix: int getColumnDimension()>();
v = interfaceinvoke v.<oadd.org.apache.commons.math.linear.AnyMatrix: int getColumnDimension()>();
if v == v goto label;
label:
v = new oadd.org.apache.commons.math.linear.MatrixDimensionMismatchException;
v = interfaceinvoke v.<oadd.org.apache.commons.math.linear.AnyMatrix: int getRowDimension()>();
v = interfaceinvoke v.<oadd.org.apache.commons.math.linear.AnyMatrix: int getColumnDimension()>();
v = interfaceinvoke v.<oadd.org.apache.commons.math.linear.AnyMatrix: int getRowDimension()>();
v = interfaceinvoke v.<oadd.org.apache.commons.math.linear.AnyMatrix: int getColumnDimension()>();
specialinvoke v.<oadd.org.apache.commons.math.linear.MatrixDimensionMismatchException: void <init>(int,int,int,int)>(v, v, v, v);
throw v;
label:
return;
}
public static void checkMultiplicationCompatible(oadd.org.apache.commons.math.linear.AnyMatrix, oadd.org.apache.commons.math.linear.AnyMatrix) throws oadd.org.apache.commons.math.exception.DimensionMismatchException
{
oadd.org.apache.commons.math.exception.DimensionMismatchException v;
int v, v, v, v;
oadd.org.apache.commons.math.linear.AnyMatrix v, v;
v := @parameter: oadd.org.apache.commons.math.linear.AnyMatrix;
v := @parameter: oadd.org.apache.commons.math.linear.AnyMatrix;
v = interfaceinvoke v.<oadd.org.apache.commons.math.linear.AnyMatrix: int getColumnDimension()>();
v = interfaceinvoke v.<oadd.org.apache.commons.math.linear.AnyMatrix: int getRowDimension()>();
if v == v goto label;
v = new oadd.org.apache.commons.math.exception.DimensionMismatchException;
v = interfaceinvoke v.<oadd.org.apache.commons.math.linear.AnyMatrix: int getColumnDimension()>();
v = interfaceinvoke v.<oadd.org.apache.commons.math.linear.AnyMatrix: int getRowDimension()>();
specialinvoke v.<oadd.org.apache.commons.math.exception.DimensionMismatchException: void <init>(int,int)>(v, v);
throw v;
label:
return;
}
public static oadd.org.apache.commons.math.linear.Array2DRowRealMatrix fractionMatrixToRealMatrix(oadd.org.apache.commons.math.linear.FieldMatrix)
{
oadd.org.apache.commons.math.linear.FieldMatrix v;
oadd.org.apache.commons.math.linear.MatrixUtils$FractionMatrixConverter v;
oadd.org.apache.commons.math.linear.Array2DRowRealMatrix v;
v := @parameter: oadd.org.apache.commons.math.linear.FieldMatrix;
v = new oadd.org.apache.commons.math.linear.MatrixUtils$FractionMatrixConverter;
specialinvoke v.<oadd.org.apache.commons.math.linear.MatrixUtils$FractionMatrixConverter: void <init>()>();
interfaceinvoke v.<oadd.org.apache.commons.math.linear.FieldMatrix: oadd.org.apache.commons.math.FieldElement walkInOptimizedOrder(oadd.org.apache.commons.math.linear.FieldMatrixPreservingVisitor)>(v);
v = virtualinvoke v.<oadd.org.apache.commons.math.linear.MatrixUtils$FractionMatrixConverter: oadd.org.apache.commons.math.linear.Array2DRowRealMatrix getConvertedMatrix()>();
return v;
}
public static oadd.org.apache.commons.math.linear.Array2DRowRealMatrix bigFractionMatrixToRealMatrix(oadd.org.apache.commons.math.linear.FieldMatrix)
{
oadd.org.apache.commons.math.linear.FieldMatrix v;
oadd.org.apache.commons.math.linear.Array2DRowRealMatrix v;
oadd.org.apache.commons.math.linear.MatrixUtils$BigFractionMatrixConverter v;
v := @parameter: oadd.org.apache.commons.math.linear.FieldMatrix;
v = new oadd.org.apache.commons.math.linear.MatrixUtils$BigFractionMatrixConverter;
specialinvoke v.<oadd.org.apache.commons.math.linear.MatrixUtils$BigFractionMatrixConverter: void <init>()>();
interfaceinvoke v.<oadd.org.apache.commons.math.linear.FieldMatrix: oadd.org.apache.commons.math.FieldElement walkInOptimizedOrder(oadd.org.apache.commons.math.linear.FieldMatrixPreservingVisitor)>(v);
v = virtualinvoke v.<oadd.org.apache.commons.math.linear.MatrixUtils$BigFractionMatrixConverter: oadd.org.apache.commons.math.linear.Array2DRowRealMatrix getConvertedMatrix()>();
return v;
}
public static void serializeRealVector(oadd.org.apache.commons.math.linear.RealVector, java.io.ObjectOutputStream) throws java.io.IOException
{
int v, v;
java.io.ObjectOutputStream v;
oadd.org.apache.commons.math.linear.RealVector v;
double v;
v := @parameter: oadd.org.apache.commons.math.linear.RealVector;
v := @parameter: java.io.ObjectOutputStream;
v = virtualinvoke v.<oadd.org.apache.commons.math.linear.RealVector: int getDimension()>();
virtualinvoke v.<java.io.ObjectOutputStream: void writeInt(int)>(v);
v = 0;
label:
if v >= v goto label;
v = virtualinvoke v.<oadd.org.apache.commons.math.linear.RealVector: double getEntry(int)>(v);
virtualinvoke v.<java.io.ObjectOutputStream: void writeDouble(double)>(v);
v = v + 1;
goto label;
label:
return;
}
public static void deserializeRealVector(java.lang.Object, java.lang.String, java.io.ObjectInputStream) throws java.lang.ClassNotFoundException, java.io.IOException
{
java.lang.IllegalAccessException v;
double[] v;
java.io.ObjectInputStream v;
oadd.org.apache.commons.math.linear.ArrayRealVector v;
java.io.IOException v, v;
java.lang.reflect.Field v;
java.lang.NoSuchFieldException v;
int v, v;
java.lang.Class v;
java.lang.Object v;
java.lang.String v;
double v;
v := @parameter: java.lang.Object;
v := @parameter: java.lang.String;
v := @parameter: java.io.ObjectInputStream;
label:
v = virtualinvoke v.<java.io.ObjectInputStream: int readInt()>();
v = newarray (double)[v];
v = 0;
label:
if v >= v goto label;
v = virtualinvoke v.<java.io.ObjectInputStream: double readDouble()>();
v[v] = v;
v = v + 1;
goto label;
label:
v = new oadd.org.apache.commons.math.linear.ArrayRealVector;
specialinvoke v.<oadd.org.apache.commons.math.linear.ArrayRealVector: void <init>(double[],boolean)>(v, 0);
v = virtualinvoke v.<java.lang.Object: java.lang.Class getClass()>();
v = virtualinvoke v.<java.lang.Class: java.lang.reflect.Field getDeclaredField(java.lang.String)>(v);
virtualinvoke v.<java.lang.reflect.Field: void setAccessible(boolean)>(1);
virtualinvoke v.<java.lang.reflect.Field: void set(java.lang.Object,java.lang.Object)>(v, v);
label:
goto label;
label:
v := @caughtexception;
v = new java.io.IOException;
specialinvoke v.<java.io.IOException: void <init>()>();
virtualinvoke v.<java.io.IOException: java.lang.Throwable initCause(java.lang.Throwable)>(v);
throw v;
label:
v := @caughtexception;
v = new java.io.IOException;
specialinvoke v.<java.io.IOException: void <init>()>();
virtualinvoke v.<java.io.IOException: java.lang.Throwable initCause(java.lang.Throwable)>(v);
throw v;
label:
return;
catch java.lang.NoSuchFieldException from label to label with label;
catch java.lang.IllegalAccessException from label to label with label;
}
public static void serializeRealMatrix(oadd.org.apache.commons.math.linear.RealMatrix, java.io.ObjectOutputStream) throws java.io.IOException
{
int v, v, v, v;
java.io.ObjectOutputStream v;
oadd.org.apache.commons.math.linear.RealMatrix v;
double v;
v := @parameter: oadd.org.apache.commons.math.linear.RealMatrix;
v := @parameter: java.io.ObjectOutputStream;
v = interfaceinvoke v.<oadd.org.apache.commons.math.linear.RealMatrix: int getRowDimension()>();
v = interfaceinvoke v.<oadd.org.apache.commons.math.linear.RealMatrix: int getColumnDimension()>();
virtualinvoke v.<java.io.ObjectOutputStream: void writeInt(int)>(v);
virtualinvoke v.<java.io.ObjectOutputStream: void writeInt(int)>(v);
v = 0;
label:
if v >= v goto label;
v = 0;
label:
if v >= v goto label;
v = interfaceinvoke v.<oadd.org.apache.commons.math.linear.RealMatrix: double getEntry(int,int)>(v, v);
virtualinvoke v.<java.io.ObjectOutputStream: void writeDouble(double)>(v);
v = v + 1;
goto label;
label:
v = v + 1;
goto label;
label:
return;
}
public static void deserializeRealMatrix(java.lang.Object, java.lang.String, java.io.ObjectInputStream) throws java.lang.ClassNotFoundException, java.io.IOException
{
double[] v;
java.io.ObjectInputStream v;
oadd.org.apache.commons.math.linear.Array2DRowRealMatrix v;
java.lang.NoSuchFieldException v;
int v, v, v, v;
java.lang.String v;
double v;
java.lang.IllegalAccessException v;
java.io.IOException v, v;
java.lang.reflect.Field v;
java.lang.Class v;
java.lang.Object v;
double[][] v;
v := @parameter: java.lang.Object;
v := @parameter: java.lang.String;
v := @parameter: java.io.ObjectInputStream;
label:
v = virtualinvoke v.<java.io.ObjectInputStream: int readInt()>();
v = virtualinvoke v.<java.io.ObjectInputStream: int readInt()>();
v = newmultiarray (double)[v][v];
v = 0;
label:
if v >= v goto label;
v = v[v];
v = 0;
label:
if v >= v goto label;
v = virtualinvoke v.<java.io.ObjectInputStream: double readDouble()>();
v[v] = v;
v = v + 1;
goto label;
label:
v = v + 1;
goto label;
label:
v = new oadd.org.apache.commons.math.linear.Array2DRowRealMatrix;
specialinvoke v.<oadd.org.apache.commons.math.linear.Array2DRowRealMatrix: void <init>(double[][],boolean)>(v, 0);
v = virtualinvoke v.<java.lang.Object: java.lang.Class getClass()>();
v = virtualinvoke v.<java.lang.Class: java.lang.reflect.Field getDeclaredField(java.lang.String)>(v);
virtualinvoke v.<java.lang.reflect.Field: void setAccessible(boolean)>(1);
virtualinvoke v.<java.lang.reflect.Field: void set(java.lang.Object,java.lang.Object)>(v, v);
label:
goto label;
label:
v := @caughtexception;
v = new java.io.IOException;
specialinvoke v.<java.io.IOException: void <init>()>();
virtualinvoke v.<java.io.IOException: java.lang.Throwable initCause(java.lang.Throwable)>(v);
throw v;
label:
v := @caughtexception;
v = new java.io.IOException;
specialinvoke v.<java.io.IOException: void <init>()>();
virtualinvoke v.<java.io.IOException: java.lang.Throwable initCause(java.lang.Throwable)>(v);
throw v;
label:
return;
catch java.lang.NoSuchFieldException from label to label with label;
catch java.lang.IllegalAccessException from label to label with label;
}
public static void solveLowerTriangularSystem(oadd.org.apache.commons.math.linear.RealMatrix, oadd.org.apache.commons.math.linear.RealVector) throws oadd.org.apache.commons.math.exception.DimensionMismatchException, oadd.org.apache.commons.math.exception.MathArithmeticException, oadd.org.apache.commons.math.linear.NonSquareMatrixException
{
java.lang.Object[] v;
oadd.org.apache.commons.math.linear.RealVector v;
byte v;
int v, v, v, v, v, v, v, v, v, v, v;
double v, v, v, v, v, v, v, v, v;
oadd.org.apache.commons.math.linear.NonSquareMatrixException v;
oadd.org.apache.commons.math.exception.DimensionMismatchException v;
oadd.org.apache.commons.math.exception.MathArithmeticException v;
oadd.org.apache.commons.math.linear.RealMatrix v;
oadd.org.apache.commons.math.exception.util.LocalizedFormats v;
v := @parameter: oadd.org.apache.commons.math.linear.RealMatrix;
v := @parameter: oadd.org.apache.commons.math.linear.RealVector;
if v == null goto label;
if v == null goto label;
v = interfaceinvoke v.<oadd.org.apache.commons.math.linear.RealMatrix: int getRowDimension()>();
v = virtualinvoke v.<oadd.org.apache.commons.math.linear.RealVector: int getDimension()>();
if v == v goto label;
label:
v = new oadd.org.apache.commons.math.exception.DimensionMismatchException;
if v != null goto label;
v = 0;
goto label;
label:
v = interfaceinvoke v.<oadd.org.apache.commons.math.linear.RealMatrix: int getRowDimension()>();
label:
if v != null goto label;
v = 0;
goto label;
label:
v = virtualinvoke v.<oadd.org.apache.commons.math.linear.RealVector: int getDimension()>();
label:
specialinvoke v.<oadd.org.apache.commons.math.exception.DimensionMismatchException: void <init>(int,int)>(v, v);
throw v;
label:
v = interfaceinvoke v.<oadd.org.apache.commons.math.linear.RealMatrix: int getColumnDimension()>();
v = interfaceinvoke v.<oadd.org.apache.commons.math.linear.RealMatrix: int getRowDimension()>();
if v == v goto label;
v = new oadd.org.apache.commons.math.linear.NonSquareMatrixException;
v = interfaceinvoke v.<oadd.org.apache.commons.math.linear.RealMatrix: int getRowDimension()>();
v = interfaceinvoke v.<oadd.org.apache.commons.math.linear.RealMatrix: int getColumnDimension()>();
specialinvoke v.<oadd.org.apache.commons.math.linear.NonSquareMatrixException: void <init>(int,int)>(v, v);
throw v;
label:
v = interfaceinvoke v.<oadd.org.apache.commons.math.linear.RealMatrix: int getRowDimension()>();
v = 0;
label:
if v >= v goto label;
v = interfaceinvoke v.<oadd.org.apache.commons.math.linear.RealMatrix: double getEntry(int,int)>(v, v);
v = staticinvoke <oadd.org.apache.commons.math.util.FastMath: double abs(double)>(v);
v = <oadd.org.apache.commons.math.util.Precision: double SAFE_MIN>;
v = v cmpg v;
if v >= 0 goto label;
v = new oadd.org.apache.commons.math.exception.MathArithmeticException;
v = <oadd.org.apache.commons.math.exception.util.LocalizedFormats: oadd.org.apache.commons.math.exception.util.LocalizedFormats ZERO_DENOMINATOR>;
v = newarray (java.lang.Object)[0];
specialinvoke v.<oadd.org.apache.commons.math.exception.MathArithmeticException: void <init>(oadd.org.apache.commons.math.exception.util.Localizable,java.lang.Object[])>(v, v);
throw v;
label:
v = virtualinvoke v.<oadd.org.apache.commons.math.linear.RealVector: double getEntry(int)>(v);
v = v / v;
virtualinvoke v.<oadd.org.apache.commons.math.linear.RealVector: void setEntry(int,double)>(v, v);
v = v + 1;
label:
if v >= v goto label;
v = virtualinvoke v.<oadd.org.apache.commons.math.linear.RealVector: double getEntry(int)>(v);
v = interfaceinvoke v.<oadd.org.apache.commons.math.linear.RealMatrix: double getEntry(int,int)>(v, v);
v = v * v;
v = v - v;
virtualinvoke v.<oadd.org.apache.commons.math.linear.RealVector: void setEntry(int,double)>(v, v);
v = v + 1;
goto label;
label:
v = v + 1;
goto label;
label:
return;
}
public static void solveUpperTriangularSystem(oadd.org.apache.commons.math.linear.RealMatrix, oadd.org.apache.commons.math.linear.RealVector) throws oadd.org.apache.commons.math.exception.DimensionMismatchException, oadd.org.apache.commons.math.exception.MathArithmeticException, oadd.org.apache.commons.math.linear.NonSquareMatrixException
{
java.lang.Object[] v;
oadd.org.apache.commons.math.linear.RealVector v;
byte v;
int v, v, v, v, v, v, v, v, v, v, v, v, v;
double v, v, v, v, v, v, v, v, v;
oadd.org.apache.commons.math.linear.NonSquareMatrixException v;
oadd.org.apache.commons.math.exception.DimensionMismatchException v;
oadd.org.apache.commons.math.exception.MathArithmeticException v;
oadd.org.apache.commons.math.linear.RealMatrix v;
oadd.org.apache.commons.math.exception.util.LocalizedFormats v;
v := @parameter: oadd.org.apache.commons.math.linear.RealMatrix;
v := @parameter: oadd.org.apache.commons.math.linear.RealVector;
if v == null goto label;
if v == null goto label;
v = interfaceinvoke v.<oadd.org.apache.commons.math.linear.RealMatrix: int getRowDimension()>();
v = virtualinvoke v.<oadd.org.apache.commons.math.linear.RealVector: int getDimension()>();
if v == v goto label;
label:
v = new oadd.org.apache.commons.math.exception.DimensionMismatchException;
if v != null goto label;
v = 0;
goto label;
label:
v = interfaceinvoke v.<oadd.org.apache.commons.math.linear.RealMatrix: int getRowDimension()>();
label:
if v != null goto label;
v = 0;
goto label;
label:
v = virtualinvoke v.<oadd.org.apache.commons.math.linear.RealVector: int getDimension()>();
label:
specialinvoke v.<oadd.org.apache.commons.math.exception.DimensionMismatchException: void <init>(int,int)>(v, v);
throw v;
label:
v = interfaceinvoke v.<oadd.org.apache.commons.math.linear.RealMatrix: int getColumnDimension()>();
v = interfaceinvoke v.<oadd.org.apache.commons.math.linear.RealMatrix: int getRowDimension()>();
if v == v goto label;
v = new oadd.org.apache.commons.math.linear.NonSquareMatrixException;
v = interfaceinvoke v.<oadd.org.apache.commons.math.linear.RealMatrix: int getRowDimension()>();
v = interfaceinvoke v.<oadd.org.apache.commons.math.linear.RealMatrix: int getColumnDimension()>();
specialinvoke v.<oadd.org.apache.commons.math.linear.NonSquareMatrixException: void <init>(int,int)>(v, v);
throw v;
label:
v = interfaceinvoke v.<oadd.org.apache.commons.math.linear.RealMatrix: int getRowDimension()>();
v = v - 1;
label:
v = (int) -1;
if v <= v goto label;
v = interfaceinvoke v.<oadd.org.apache.commons.math.linear.RealMatrix: double getEntry(int,int)>(v, v);
v = staticinvoke <oadd.org.apache.commons.math.util.FastMath: double abs(double)>(v);
v = <oadd.org.apache.commons.math.util.Precision: double SAFE_MIN>;
v = v cmpg v;
if v >= 0 goto label;
v = new oadd.org.apache.commons.math.exception.MathArithmeticException;
v = <oadd.org.apache.commons.math.exception.util.LocalizedFormats: oadd.org.apache.commons.math.exception.util.LocalizedFormats ZERO_DENOMINATOR>;
v = newarray (java.lang.Object)[0];
specialinvoke v.<oadd.org.apache.commons.math.exception.MathArithmeticException: void <init>(oadd.org.apache.commons.math.exception.util.Localizable,java.lang.Object[])>(v, v);
throw v;
label:
v = virtualinvoke v.<oadd.org.apache.commons.math.linear.RealVector: double getEntry(int)>(v);
v = v / v;
virtualinvoke v.<oadd.org.apache.commons.math.linear.RealVector: void setEntry(int,double)>(v, v);
v = v - 1;
label:
v = (int) -1;
if v <= v goto label;
v = virtualinvoke v.<oadd.org.apache.commons.math.linear.RealVector: double getEntry(int)>(v);
v = interfaceinvoke v.<oadd.org.apache.commons.math.linear.RealMatrix: double getEntry(int,int)>(v, v);
v = v * v;
v = v - v;
virtualinvoke v.<oadd.org.apache.commons.math.linear.RealVector: void setEntry(int,double)>(v, v);
v = v - 1;
goto label;
label:
v = v - 1;
goto label;
label:
return;
}
public static oadd.org.apache.commons.math.linear.RealMatrix blockInverse(oadd.org.apache.commons.math.linear.RealMatrix, int)
{
oadd.org.apache.commons.math.linear.Array2DRowRealMatrix v;
oadd.org.apache.commons.math.linear.DecompositionSolver v, v, v, v;
oadd.org.apache.commons.math.linear.NonSquareMatrixException v;
double[][] v, v, v, v;
int v, v, v, v, v, v, v, v, v, v;
oadd.org.apache.commons.math.linear.SingularValueDecomposition v, v, v, v;
oadd.org.apache.commons.math.linear.RealMatrix v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v;
v := @parameter: oadd.org.apache.commons.math.linear.RealMatrix;
v := @parameter: int;
v = interfaceinvoke v.<oadd.org.apache.commons.math.linear.RealMatrix: int getRowDimension()>();
v = interfaceinvoke v.<oadd.org.apache.commons.math.linear.RealMatrix: int getColumnDimension()>();
if v == v goto label;
v = new oadd.org.apache.commons.math.linear.NonSquareMatrixException;
v = interfaceinvoke v.<oadd.org.apache.commons.math.linear.RealMatrix: int getRowDimension()>();
v = interfaceinvoke v.<oadd.org.apache.commons.math.linear.RealMatrix: int getColumnDimension()>();
specialinvoke v.<oadd.org.apache.commons.math.linear.NonSquareMatrixException: void <init>(int,int)>(v, v);
throw v;
label:
v = v + 1;
v = interfaceinvoke v.<oadd.org.apache.commons.math.linear.RealMatrix: oadd.org.apache.commons.math.linear.RealMatrix getSubMatrix(int,int,int,int)>(0, v, 0, v);
v = v - 1;
v = interfaceinvoke v.<oadd.org.apache.commons.math.linear.RealMatrix: oadd.org.apache.commons.math.linear.RealMatrix getSubMatrix(int,int,int,int)>(0, v, v, v);
v = v - 1;
v = interfaceinvoke v.<oadd.org.apache.commons.math.linear.RealMatrix: oadd.org.apache.commons.math.linear.RealMatrix getSubMatrix(int,int,int,int)>(v, v, 0, v);
v = v - 1;
v = v - 1;
v = interfaceinvoke v.<oadd.org.apache.commons.math.linear.RealMatrix: oadd.org.apache.commons.math.linear.RealMatrix getSubMatrix(int,int,int,int)>(v, v, v, v);
v = new oadd.org.apache.commons.math.linear.SingularValueDecomposition;
specialinvoke v.<oadd.org.apache.commons.math.linear.SingularValueDecomposition: void <init>(oadd.org.apache.commons.math.linear.RealMatrix)>(v);
v = virtualinvoke v.<oadd.org.apache.commons.math.linear.SingularValueDecomposition: oadd.org.apache.commons.math.linear.DecompositionSolver getSolver()>();
v = interfaceinvoke v.<oadd.org.apache.commons.math.linear.DecompositionSolver: oadd.org.apache.commons.math.linear.RealMatrix getInverse()>();
v = new oadd.org.apache.commons.math.linear.SingularValueDecomposition;
specialinvoke v.<oadd.org.apache.commons.math.linear.SingularValueDecomposition: void <init>(oadd.org.apache.commons.math.linear.RealMatrix)>(v);
v = virtualinvoke v.<oadd.org.apache.commons.math.linear.SingularValueDecomposition: oadd.org.apache.commons.math.linear.DecompositionSolver getSolver()>();
v = interfaceinvoke v.<oadd.org.apache.commons.math.linear.DecompositionSolver: oadd.org.apache.commons.math.linear.RealMatrix getInverse()>();
v = interfaceinvoke v.<oadd.org.apache.commons.math.linear.RealMatrix: oadd.org.apache.commons.math.linear.RealMatrix multiply(oadd.org.apache.commons.math.linear.RealMatrix)>(v);
v = interfaceinvoke v.<oadd.org.apache.commons.math.linear.RealMatrix: oadd.org.apache.commons.math.linear.RealMatrix multiply(oadd.org.apache.commons.math.linear.RealMatrix)>(v);
v = interfaceinvoke v.<oadd.org.apache.commons.math.linear.RealMatrix: oadd.org.apache.commons.math.linear.RealMatrix subtract(oadd.org.apache.commons.math.linear.RealMatrix)>(v);
v = new oadd.org.apache.commons.math.linear.SingularValueDecomposition;
specialinvoke v.<oadd.org.apache.commons.math.linear.SingularValueDecomposition: void <init>(oadd.org.apache.commons.math.linear.RealMatrix)>(v);
v = virtualinvoke v.<oadd.org.apache.commons.math.linear.SingularValueDecomposition: oadd.org.apache.commons.math.linear.DecompositionSolver getSolver()>();
v = interfaceinvoke v.<oadd.org.apache.commons.math.linear.DecompositionSolver: oadd.org.apache.commons.math.linear.RealMatrix getInverse()>();
v = interfaceinvoke v.<oadd.org.apache.commons.math.linear.RealMatrix: oadd.org.apache.commons.math.linear.RealMatrix multiply(oadd.org.apache.commons.math.linear.RealMatrix)>(v);
v = interfaceinvoke v.<oadd.org.apache.commons.math.linear.RealMatrix: oadd.org.apache.commons.math.linear.RealMatrix multiply(oadd.org.apache.commons.math.linear.RealMatrix)>(v);
v = interfaceinvoke v.<oadd.org.apache.commons.math.linear.RealMatrix: oadd.org.apache.commons.math.linear.RealMatrix subtract(oadd.org.apache.commons.math.linear.RealMatrix)>(v);
v = new oadd.org.apache.commons.math.linear.SingularValueDecomposition;
specialinvoke v.<oadd.org.apache.commons.math.linear.SingularValueDecomposition: void <init>(oadd.org.apache.commons.math.linear.RealMatrix)>(v);
v = virtualinvoke v.<oadd.org.apache.commons.math.linear.SingularValueDecomposition: oadd.org.apache.commons.math.linear.DecompositionSolver getSolver()>();
v = interfaceinvoke v.<oadd.org.apache.commons.math.linear.DecompositionSolver: oadd.org.apache.commons.math.linear.RealMatrix getInverse()>();
v = interfaceinvoke v.<oadd.org.apache.commons.math.linear.RealMatrix: oadd.org.apache.commons.math.linear.RealMatrix multiply(oadd.org.apache.commons.math.linear.RealMatrix)>(v);
v = interfaceinvoke v.<oadd.org.apache.commons.math.linear.RealMatrix: oadd.org.apache.commons.math.linear.RealMatrix multiply(oadd.org.apache.commons.math.linear.RealMatrix)>(v);
v = interfaceinvoke v.<oadd.org.apache.commons.math.linear.RealMatrix: oadd.org.apache.commons.math.linear.RealMatrix scalarMultiply(double)>(-1.0);
v = interfaceinvoke v.<oadd.org.apache.commons.math.linear.RealMatrix: oadd.org.apache.commons.math.linear.RealMatrix multiply(oadd.org.apache.commons.math.linear.RealMatrix)>(v);
v = interfaceinvoke v.<oadd.org.apache.commons.math.linear.RealMatrix: oadd.org.apache.commons.math.linear.RealMatrix multiply(oadd.org.apache.commons.math.linear.RealMatrix)>(v);
v = interfaceinvoke v.<oadd.org.apache.commons.math.linear.RealMatrix: oadd.org.apache.commons.math.linear.RealMatrix scalarMultiply(double)>(-1.0);
v = new oadd.org.apache.commons.math.linear.Array2DRowRealMatrix;
specialinvoke v.<oadd.org.apache.commons.math.linear.Array2DRowRealMatrix: void <init>(int,int)>(v, v);
v = interfaceinvoke v.<oadd.org.apache.commons.math.linear.RealMatrix: double[][] getData()>();
interfaceinvoke v.<oadd.org.apache.commons.math.linear.RealMatrix: void setSubMatrix(double[][],int,int)>(v, 0, 0);
v = interfaceinvoke v.<oadd.org.apache.commons.math.linear.RealMatrix: double[][] getData()>();
interfaceinvoke v.<oadd.org.apache.commons.math.linear.RealMatrix: void setSubMatrix(double[][],int,int)>(v, 0, v);
v = interfaceinvoke v.<oadd.org.apache.commons.math.linear.RealMatrix: double[][] getData()>();
interfaceinvoke v.<oadd.org.apache.commons.math.linear.RealMatrix: void setSubMatrix(double[][],int,int)>(v, v, 0);
v = interfaceinvoke v.<oadd.org.apache.commons.math.linear.RealMatrix: double[][] getData()>();
interfaceinvoke v.<oadd.org.apache.commons.math.linear.RealMatrix: void setSubMatrix(double[][],int,int)>(v, v, v);
return v;
}
static void <clinit>()
{
oadd.org.apache.commons.math.linear.RealMatrixFormat v, v;
v = staticinvoke <oadd.org.apache.commons.math.linear.RealMatrixFormat: oadd.org.apache.commons.math.linear.RealMatrixFormat getInstance()>();
<oadd.org.apache.commons.math.linear.MatrixUtils: oadd.org.apache.commons.math.linear.RealMatrixFormat DEFAULT_FORMAT> = v;
v = new oadd.org.apache.commons.math.linear.RealMatrixFormat;
specialinvoke v.<oadd.org.apache.commons.math.linear.RealMatrixFormat: void <init>(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String)>("[", "]", "", "", "; ", ", ");
<oadd.org.apache.commons.math.linear.MatrixUtils: oadd.org.apache.commons.math.linear.RealMatrixFormat OCTAVE_FORMAT> = v;
return;
}
}