public class Subtrace
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
int |
first() |
java.util.List<IntArray> |
getMatrixUniverse()
This is part of the subuniverse of A^4
generated by the diagonal and two 4-tuples,
(a,a,b,b) and (a,b,a,b),
where {a,b} is a trace.
|
java.util.List<IntArray> |
getSubtraceUniverse() |
boolean |
hasInvolution() |
int |
second() |
void |
setMatrixUniverse(java.util.List<IntArray> univ) |
void |
setSubtraceUniverse(java.util.List<IntArray> univ) |
void |
setType(int t) |
java.lang.String |
toString() |
java.lang.String |
toString(boolean brief) |
int |
type() |
public int first()
public int second()
public int type()
public boolean hasInvolution()
public java.util.List<IntArray> getSubtraceUniverse()
public void setSubtraceUniverse(java.util.List<IntArray> univ)
public java.util.List<IntArray> getMatrixUniverse()
public void setMatrixUniverse(java.util.List<IntArray> univ)
public void setType(int t)
public java.lang.String toString(boolean brief)
public java.lang.String toString()
toString
in class java.lang.Object
Copyright 2003 Ralph Freese. All Rights Reserved.