Tensor<T>.Is Fortran Style Property
Gets whether the elements of the tensor are stored in
contiguous Fortran-style order, with the first index changing fastest.
Definition
Namespace: Numerics.NET.Tensors
Assembly: Numerics.NET.Tensors (in Numerics.NET.Tensors.dll) Version: 9.0.3
C#
Assembly: Numerics.NET.Tensors (in Numerics.NET.Tensors.dll) Version: 9.0.3
public bool IsFortranStyle { get; }