no.uib.cipr.matrix.sparse
Class NoIterationReporter
java.lang.Object
no.uib.cipr.matrix.sparse.NoIterationReporter
- All Implemented Interfaces:
- IterationReporter
public class NoIterationReporter
- extends Object
- implements IterationReporter
An iteration reporter which does nothing.
Method Summary |
void |
monitor(double r,
int i)
Registers current information |
void |
monitor(double r,
Vector x,
int i)
Registers current information |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NoIterationReporter
public NoIterationReporter()
monitor
public void monitor(double r,
int i)
- Description copied from interface:
IterationReporter
- Registers current information
- Specified by:
monitor
in interface IterationReporter
- Parameters:
r
- Current residual normi
- Current iteration number
monitor
public void monitor(double r,
Vector x,
int i)
- Description copied from interface:
IterationReporter
- Registers current information
- Specified by:
monitor
in interface IterationReporter
- Parameters:
r
- Current residual normx
- Current state vectori
- Current iteration number
Copyright © 2015. All Rights Reserved.