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