Column Vector
data can be LongArray.
data can be FloatArray.
data can be IntArray.
ColumnVector ColumnVector(Integer length, Function1<Integer, Number> lambda)
Content copied to clipboard
It is possible to set a value using lambda function.
If data is given, length is no longer necessary.
If data is given, length is no longer necessary.
If data is given, length is no longer necessary.
If data is given, length is no longer necessary.
Creates a new column vector. If data is not given, it will generate a zero vector.
Parameters
data
must fit into the length of this vector.