Tensor<T>.IsCompressed Property

Gets whether the elements of the tensor are compressed along a dimension.

Definition

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

Property Value

Boolean

See Also