Uses of Class
org.apfloat.GCDHelper.Matrix
-
Packages that use GCDHelper.Matrix Package Description org.apfloat The apfloat Application Programming Interface (API). -
-
Uses of GCDHelper.Matrix in org.apfloat
Fields in org.apfloat declared as GCDHelper.Matrix Modifier and Type Field Description GCDHelper.Matrix
GCDHelper.HalfGcdType. r
Methods in org.apfloat that return GCDHelper.Matrix Modifier and Type Method Description GCDHelper.Matrix
GCDHelper.Matrix. multiply(GCDHelper.Matrix a)
Methods in org.apfloat with parameters of type GCDHelper.Matrix Modifier and Type Method Description GCDHelper.Matrix
GCDHelper.Matrix. multiply(GCDHelper.Matrix a)
Constructors in org.apfloat with parameters of type GCDHelper.Matrix Constructor Description HalfGcdType(long j, GCDHelper.Matrix r)
-