Uses of Class
jline.io.Ret.pfqnSens
Packages that use Ret.pfqnSens
Package
Description
Solver superclasses and related data structures.
-
Uses of Ret.pfqnSens in jline.api.pfqn.sens
Methods in jline.api.pfqn.sens that return Ret.pfqnSens -
Uses of Ret.pfqnSens in jline.solvers
Methods in jline.solvers that return Ret.pfqnSensModifier and TypeMethodDescriptionNetworkSensitivityTable.getSens()Returns the raw differentiated-MVA result behind this table, the second output that MATLAB'sgetSensitivityTablereturns alongside the table.Methods in jline.solvers that return types with arguments of type Ret.pfqnSensModifier and TypeMethodDescriptionLayeredNetworkSensitivityTable.getLayerSens()Returns the raw differentiated-MVA result of each layer, the counterpart of the cell array that MATLAB returns as the second output alongside the table.Methods in jline.solvers with parameters of type Ret.pfqnSensModifier and TypeMethodDescriptionvoidNetworkSensitivityTable.setSens(Ret.pfqnSens sens) Sets the raw differentiated-MVA result.Method parameters in jline.solvers with type arguments of type Ret.pfqnSensModifier and TypeMethodDescriptionvoidLayeredNetworkSensitivityTable.setLayerSens(List<Ret.pfqnSens> layerSens) Sets the raw differentiated-MVA result of each layer.