- java.lang.Object
-
- swim.math.VectorRN
-
-
Constructor Summary
Constructors Constructor Description VectorRN(double... array)
-
Method Summary
Modifier and Type Method Description protected booleancanEqual(VectorRN that)voiddebug(Output<?> output)Writes a developer readable, debug-formatted string representation of this object tooutput.intdimension()booleanequals(Object other)static TensorForm<VectorRN>form()doubleget(int i)inthashCode()VectorRNminus(VectorRN that)static VectorRNof(double... array)VectorRNopposite()VectorRNplus(VectorRN that)VectorRNtimes(double scalar)StringtoString()ValuetoValue()
-
-
-
Method Detail
-
of
public static VectorRN of(double... array)
-
form
@Kind public static TensorForm<VectorRN> form()
-
dimension
public final int dimension()
-
get
public final double get(int i)
-
opposite
public final VectorRN opposite()
-
times
public final VectorRN times(double scalar)
-
toValue
public Value toValue()
-
canEqual
protected boolean canEqual(VectorRN that)
-
debug
public void debug(Output<?> output)
Description copied from interface:DebugWrites a developer readable, debug-formatted string representation of this object tooutput.
-
-