mathcomp.la.external
Class UmfpackSolver

java.lang.Object
  extended by mathcomp.monitor.DefaultReportable
      extended by mathcomp.la.solve.AbstractSolver
          extended by mathcomp.la.external.AbstractHBSolver
              extended by mathcomp.la.external.UmfpackSolver
All Implemented Interfaces:
Solver, Reportable

public class UmfpackSolver
extends AbstractHBSolver

Author:
pht

Field Summary
 
Fields inherited from class mathcomp.la.solve.AbstractSolver
m
 
Constructor Summary
UmfpackSolver()
           
 
Method Summary
 boolean isDestructive()
           
static boolean isLoaded()
           
 java.lang.String toString()
           
 
Methods inherited from class mathcomp.la.external.AbstractHBSolver
getI2i, setI2i, solve
 
Methods inherited from class mathcomp.la.solve.AbstractSolver
getM, getX, getY, setM, setX, setY
 
Methods inherited from class mathcomp.monitor.DefaultReportable
getReport, report, setReport
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface mathcomp.monitor.Reportable
getReport, report, setReport
 

Constructor Detail

UmfpackSolver

public UmfpackSolver()
Method Detail

isDestructive

public boolean isDestructive()
Specified by:
isDestructive in interface Solver
Overrides:
isDestructive in class AbstractHBSolver

isLoaded

public static boolean isLoaded()

toString

public java.lang.String toString()
Overrides:
toString in class AbstractHBSolver