|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object JSci.maths.matrices.ComplexLUCache
final class ComplexLUCache
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 |
---|
final java.lang.ref.SoftReference lRef
final java.lang.ref.SoftReference uRef
final java.lang.ref.SoftReference pivotRef
Constructor Detail |
---|
ComplexLUCache(AbstractComplexSquareMatrix l, AbstractComplexSquareMatrix u, int[] pivot)
Method Detail |
---|
AbstractComplexSquareMatrix getL()
AbstractComplexSquareMatrix getU()
int[] getPivot()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |