Tensor Layout.Fortran Style Method
Returns a contiguous Fortran-style layout for the specified shape.
Definition
Namespace: Numerics.NET.Tensors
Assembly: Numerics.NET.Tensors (in Numerics.NET.Tensors.dll) Version: 9.0.1
C#
A Fortran-style tensor layout where the last index changes fastest.
Assembly: Numerics.NET.Tensors (in Numerics.NET.Tensors.dll) Version: 9.0.1
public static TensorLayout FortranStyle(
TensorShape shape
)
Parameters
- shape TensorShape
- The shape that specifies the dimensions.
Return Value
TensorLayoutA Fortran-style tensor layout where the last index changes fastest.