Tensor<T>.IsContiguous Property

Gets whether the elements of the tensor are stored contiguously.

Definition

Namespace: Numerics.NET.Tensors
Assembly: Numerics.NET.Tensors (in Numerics.NET.Tensors.dll) Version: 9.0.0
C#
public bool IsContiguous { get; }

Property Value

Boolean

See Also