Tensor<T>.HasLinearAlgebra Property

Gets whether the tensor's element type supports basic linear algebra operations.

Definition

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

Property Value

Boolean

Remarks

Basic linear algebra operations on vectors and matrices (i.e. one and two-dimensional tensors) are often highly optimized. For this reason, when a tensor operation can be expressed in terms of such operations, it is preferred for performance reasons.

See Also