Uses of Class
org.ojalgo.matrix.MatrixR128
Packages that use MatrixR128
-
Uses of MatrixR128 in org.ojalgo.matrix
Subclasses with type arguments of type MatrixR128 in org.ojalgo.matrixModifier and TypeClassDescriptionfinal classA matrix (linear algebra) with RealNumberSet.Relements, approximated by 128-bit floating-point values (implemented using dual 64-bit double).static final classstatic final classstatic final classMethods in org.ojalgo.matrix that return MatrixR128Modifier and TypeMethodDescription(package private) MatrixR128MatrixR128.DenseReceiver.instantiate(MatrixStore<Quadruple> store) (package private) MatrixR128MatrixR128.SparseReceiver.instantiate(MatrixStore<Quadruple> store) (package private) MatrixR128MatrixR128.newInstance(ElementsSupplier<Quadruple> store)