All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class phaser.algorithm.util.SolveSE

java.lang.Object
   |
   +----phaser.algorithm.util.SolveSE

public abstract class SolveSE
extends Object
implements Serializable

Constructor Index

 o SolveSE()

Method Index

 o Solve(Matrix, double[])

Constructors

 o SolveSE
 public SolveSE()

Methods

 o Solve
 public abstract double[] Solve(Matrix A,
                                double v[]) throws Exception

All Packages  Class Hierarchy  This Package  Previous  Next  Index