public class oadd.org.apache.commons.math.linear.MatrixDimensionMismatchException extends oadd.org.apache.commons.math.exception.MultiDimensionMismatchException
{
private static final long serialVersionUID;
public void <init>(int, int, int, int)
{
oadd.org.apache.commons.math.linear.MatrixDimensionMismatchException v;
java.lang.Integer v, v, v, v;
int v, v, v, v;
oadd.org.apache.commons.math.exception.util.LocalizedFormats v;
java.lang.Integer[] v, v;
v := @this: oadd.org.apache.commons.math.linear.MatrixDimensionMismatchException;
v := @parameter: int;
v := @parameter: int;
v := @parameter: int;
v := @parameter: int;
v = <oadd.org.apache.commons.math.exception.util.LocalizedFormats: oadd.org.apache.commons.math.exception.util.LocalizedFormats DIMENSIONS_MISMATCH_2x2>;
v = newarray (java.lang.Integer)[2];
v = staticinvoke <java.lang.Integer: java.lang.Integer valueOf(int)>(v);
v[0] = v;
v = staticinvoke <java.lang.Integer: java.lang.Integer valueOf(int)>(v);
v[1] = v;
v = newarray (java.lang.Integer)[2];
v = staticinvoke <java.lang.Integer: java.lang.Integer valueOf(int)>(v);
v[0] = v;
v = staticinvoke <java.lang.Integer: java.lang.Integer valueOf(int)>(v);
v[1] = v;
specialinvoke v.<oadd.org.apache.commons.math.exception.MultiDimensionMismatchException: void <init>(oadd.org.apache.commons.math.exception.util.Localizable,java.lang.Integer[],java.lang.Integer[])>(v, v, v);
return;
}
public int getWrongRowDimension()
{
int v;
oadd.org.apache.commons.math.linear.MatrixDimensionMismatchException v;
v := @this: oadd.org.apache.commons.math.linear.MatrixDimensionMismatchException;
v = virtualinvoke v.<oadd.org.apache.commons.math.linear.MatrixDimensionMismatchException: int getWrongDimension(int)>(0);
return v;
}
public int getExpectedRowDimension()
{
int v;
oadd.org.apache.commons.math.linear.MatrixDimensionMismatchException v;
v := @this: oadd.org.apache.commons.math.linear.MatrixDimensionMismatchException;
v = virtualinvoke v.<oadd.org.apache.commons.math.linear.MatrixDimensionMismatchException: int getExpectedDimension(int)>(0);
return v;
}
public int getWrongColumnDimension()
{
int v;
oadd.org.apache.commons.math.linear.MatrixDimensionMismatchException v;
v := @this: oadd.org.apache.commons.math.linear.MatrixDimensionMismatchException;
v = virtualinvoke v.<oadd.org.apache.commons.math.linear.MatrixDimensionMismatchException: int getWrongDimension(int)>(1);
return v;
}
public int getExpectedColumnDimension()
{
int v;
oadd.org.apache.commons.math.linear.MatrixDimensionMismatchException v;
v := @this: oadd.org.apache.commons.math.linear.MatrixDimensionMismatchException;
v = virtualinvoke v.<oadd.org.apache.commons.math.linear.MatrixDimensionMismatchException: int getExpectedDimension(int)>(1);
return v;
}
}