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