org.retro.neural
Class LinSysSolver

java.lang.Object
  extended byorg.retro.neural.LinSysSolver

public class LinSysSolver
extends java.lang.Object


Constructor Summary
LinSysSolver()
           
 
Method Summary
static boolean isSolvable(Matrix a, Vector b)
           
static AffinLinearSubspace solutionSpace(Matrix a, Vector b)
           
static Vector solve(Matrix a, Vector b)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LinSysSolver

public LinSysSolver()
Method Detail

solutionSpace

public static AffinLinearSubspace solutionSpace(Matrix a,
                                                Vector b)
                                         throws InvalidOperationException
Throws:
InvalidOperationException

solve

public static Vector solve(Matrix a,
                           Vector b)

isSolvable

public static boolean isSolvable(Matrix a,
                                 Vector b)