cern.colt.matrix.tfloat.algo.solver
Interface FloatIterationReporter
-
- All Known Implementing Classes:
- NoFloatIterationReporter
public interface FloatIterationReporterReports on the progress of an iterative solver
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description voidmonitor(float r, FloatMatrix1D x, int i)Registers current informationvoidmonitor(float r, int i)Registers current information
-
-
-
Method Detail
-
monitor
void monitor(float r, FloatMatrix1D x, int i)Registers current information- Parameters:
r- Current residual normx- Current state vectori- Current iteration number
-
monitor
void monitor(float r, int i)Registers current information- Parameters:
r- Current residual normi- Current iteration number
-
-
DMelt 3.0 © DataMelt by jWork.ORG