net.java.dev.joode.util
Class FastLSolve

java.lang.Object
  extended by net.java.dev.joode.util.FastLSolve

public class FastLSolve
extends java.lang.Object

Author:
Tom Larkworthy

Constructor Summary
FastLSolve()
           
 
Method Summary
static void dSolveL1(RealPointer L, RealPointer B, int n, int lskip1)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FastLSolve

public FastLSolve()
Method Detail

dSolveL1

public static void dSolveL1(RealPointer L,
                            RealPointer B,
                            int n,
                            int lskip1)