All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class phaser.algorithm.util.GaussSolve3

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

public class GaussSolve3
extends SolveSE

Constructor Index

 o GaussSolve3()

Method Index

 o abs(double)
 o Solve(Matrix, double[])

Constructors

 o GaussSolve3
 public GaussSolve3()

Methods

 o abs
 public double abs(double m)
 o Solve
 public double[] Solve(Matrix B,
                       double v[]) throws Exception
Overrides:
Solve in class SolveSE

All Packages  Class Hierarchy  This Package  Previous  Next  Index