- java.lang.Object
-
- swim.math.Z3
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedZ3()
-
Method Summary
Modifier and Type Method Description VectorZ3add(VectorZ3 u, VectorZ3 v)VectorZ3combine(Long a, VectorZ3 u, Long b, VectorZ3 v)voiddebug(Output<?> output)Writes a developer readable, debug-formatted string representation of this object tooutput.LonggetX(VectorZ3 v)LonggetY(VectorZ3 v)LonggetZ(VectorZ3 v)static Z3module()VectorZ3multiply(VectorZ3 u, Long a)VectorZ3of(Long x, Long y, Long z)VectorZ3opposite(VectorZ3 v)Zscalar()VectorZ3subtract(VectorZ3 u, VectorZ3 v)StringtoString()VectorZ3zero()
-
-
-
Method Detail
-
module
public static Z3 module()
-
scalar
public final Z scalar()
- Specified by:
scalarin interfaceVectorModule<VectorZ3,Long>
-
zero
public final VectorZ3 zero()
- Specified by:
zeroin interfaceVectorModule<VectorZ3,Long>
-
add
public final VectorZ3 add(VectorZ3 u, VectorZ3 v)
- Specified by:
addin interfaceVectorModule<VectorZ3,Long>
-
opposite
public final VectorZ3 opposite(VectorZ3 v)
- Specified by:
oppositein interfaceVectorModule<VectorZ3,Long>
-
subtract
public final VectorZ3 subtract(VectorZ3 u, VectorZ3 v)
- Specified by:
subtractin interfaceVectorModule<VectorZ3,Long>
-
multiply
public final VectorZ3 multiply(VectorZ3 u, Long a)
- Specified by:
multiplyin interfaceVectorModule<VectorZ3,Long>
-
combine
public final VectorZ3 combine(Long a, VectorZ3 u, Long b, VectorZ3 v)
- Specified by:
combinein interfaceVectorModule<VectorZ3,Long>
-
debug
public void debug(Output<?> output)
Description copied from interface:DebugWrites a developer readable, debug-formatted string representation of this object tooutput.
-
-