|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object JSci.maths.matrices.DoubleLUCache
final class DoubleLUCache
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 | |
---|---|
DoubleLUCache(AbstractDoubleSquareMatrix l,
AbstractDoubleSquareMatrix u,
int[] pivot)
|
Method Summary | |
---|---|
(package private) AbstractDoubleSquareMatrix |
getL()
|
(package private) int[] |
getPivot()
|
(package private) AbstractDoubleSquareMatrix |
getU()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
final java.lang.ref.SoftReference lRef
final java.lang.ref.SoftReference uRef
final java.lang.ref.SoftReference pivotRef
Constructor Detail |
---|
DoubleLUCache(AbstractDoubleSquareMatrix l, AbstractDoubleSquareMatrix u, int[] pivot)
Method Detail |
---|
AbstractDoubleSquareMatrix getL()
AbstractDoubleSquareMatrix getU()
int[] getPivot()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |