- java.lang.Object
-
- swim.math.VectorRN
-
- All Implemented Interfaces:
swim.codec.Debug
public class VectorRN extends Object implements swim.codec.Debug
-
-
Constructor Summary
Constructors Constructor Description VectorRN(double... array)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(VectorRN that)voiddebug(swim.codec.Output<?> output)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()swim.structure.ValuetoValue()
-
-
-
Method Detail
-
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 swim.structure.Value toValue()
-
canEqual
protected boolean canEqual(VectorRN that)
-
debug
public void debug(swim.codec.Output<?> output)
- Specified by:
debugin interfaceswim.codec.Debug
-
of
public static VectorRN of(double... array)
-
form
@Kind public static TensorForm<VectorRN> form()
-
-