net.java.dev.joode.util
Class FastLDLT

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

public class FastLDLT
extends java.lang.Object

Author:
Tom Larkworthy

Constructor Summary
FastLDLT()
           
 
Method Summary
static void dFactorLDLT(RealPointer A, RealPointer d, int n, int nskip1)
           
static void dSolveL1_1(RealPointer L, RealPointer B, int n, int lskip1)
           
static void dSolveL1_2(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

FastLDLT

public FastLDLT()
Method Detail

dSolveL1_1

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

dSolveL1_2

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

dFactorLDLT

public static void dFactorLDLT(RealPointer A,
                               RealPointer d,
                               int n,
                               int nskip1)