|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A
- algebra typeC
- coefficient typepublic interface AlgebraFactory<A extends AlgebraElem<A,C>,C extends RingElem<C>>
Algebra factory interface. Defines conversion from list of lists and sparse random.
Method Summary | |
---|---|
A |
fromList(java.util.List<java.util.List<C>> m)
Convert list of list to matrix. |
A |
random(int k,
float q)
Random Matrix. |
Methods inherited from interface edu.jas.structure.RingFactory |
---|
characteristic, isField |
Methods inherited from interface edu.jas.structure.AbelianGroupFactory |
---|
getZERO |
Methods inherited from interface edu.jas.structure.MonoidFactory |
---|
getONE, isAssociative, isCommutative |
Methods inherited from interface edu.jas.structure.ElemFactory |
---|
copy, fromInteger, fromInteger, generators, isFinite, parse, parse, random, random, toScript |
Method Detail |
---|
A fromList(java.util.List<java.util.List<C>> m)
m
- list of list of ring elements.
A random(int k, float q)
k
- size of coefficients.q
- fraction of non zero elements.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |