JSci.maths.matrices
Class ComplexLUCache

java.lang.Object
  extended by JSci.maths.matrices.ComplexLUCache

final class ComplexLUCache
extends java.lang.Object


Field Summary
(package private)  java.lang.ref.SoftReference lRef
           
(package private)  java.lang.ref.SoftReference pivotRef
           
(package private)  java.lang.ref.SoftReference uRef
           
 
Constructor Summary
ComplexLUCache(AbstractComplexSquareMatrix l, AbstractComplexSquareMatrix u, int[] pivot)
           
 
Method Summary
(package private)  AbstractComplexSquareMatrix getL()
           
(package private)  int[] getPivot()
           
(package private)  AbstractComplexSquareMatrix getU()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

lRef

final java.lang.ref.SoftReference lRef

uRef

final java.lang.ref.SoftReference uRef

pivotRef

final java.lang.ref.SoftReference pivotRef
Constructor Detail

ComplexLUCache

ComplexLUCache(AbstractComplexSquareMatrix l,
               AbstractComplexSquareMatrix u,
               int[] pivot)
Method Detail

getL

AbstractComplexSquareMatrix getL()

getU

AbstractComplexSquareMatrix getU()

getPivot

int[] getPivot()