Uses of Class
org.ejml.data.FScalar
Packages that use FScalar
-
Uses of FScalar in org.ejml.sparse.csc.decomposition.qr
Methods in org.ejml.sparse.csc.decomposition.qr with parameters of type FScalarModifier and TypeMethodDescriptionstatic float
QrHelperFunctions_FSCC.computeHouseholder
(float[] x, int xStart, int xEnd, float max, FScalar gamma) Creates a householder reflection.