Tensor Shape.Column Vector Method
Represents the shape of a column vector of the
specified length.
Definition
Namespace: Numerics.NET.Tensors
Assembly: Numerics.NET.Tensors (in Numerics.NET.Tensors.dll) Version: 9.0.3
C#
A 2D shape with length rows and 1 column.
Assembly: Numerics.NET.Tensors (in Numerics.NET.Tensors.dll) Version: 9.0.3
public static TensorShape ColumnVector(
int length
)
Parameters
- length Int32
- The desired length of the vector.
Return Value
TensorShapeA 2D shape with length rows and 1 column.