Package org.apfloat
Class GCDHelper.Matrix
- java.lang.Object
-
- org.apfloat.GCDHelper.Matrix
-
- Enclosing class:
- GCDHelper
private static class GCDHelper.Matrix extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description GCDHelper.Matrix
multiply(GCDHelper.Matrix a)
private static Apint
multiplyAdd(Apint a, Apint b, Apint c, Apint d)
-
-
-
Method Detail
-
multiply
public GCDHelper.Matrix multiply(GCDHelper.Matrix a) throws ApfloatRuntimeException
- Throws:
ApfloatRuntimeException
-
multiplyAdd
private static Apint multiplyAdd(Apint a, Apint b, Apint c, Apint d) throws ApfloatRuntimeException
- Throws:
ApfloatRuntimeException
-
-