Uses of Interface
gausselim.systems.ExampleSystem

Packages that use ExampleSystem
gausselim   
gausselim.systems   
 

Uses of ExampleSystem in gausselim
 

Methods in gausselim that return ExampleSystem
 ExampleSystem GaussElimModel.getExampleSystem()
           
 

Methods in gausselim with parameters of type ExampleSystem
 void GaussElimModel.setExampleSystem(ExampleSystem es)
          Assign a new ExampleSystem to the system.
 

Uses of ExampleSystem in gausselim.systems
 

Classes in gausselim.systems that implement ExampleSystem
 class HilbertSystem
          Hilbert system where A is a Hilbert matrix and b is a vector containing the row sums of A.
 class ZeroSystem
          An all-zero system.
 

Methods in gausselim.systems that return ExampleSystem
 ExampleSystem ExampleManager.getExampleSystem(java.lang.String description)
           
 

Methods in gausselim.systems with parameters of type ExampleSystem
 java.lang.String ExampleManager.getDescription(ExampleSystem es)