Tensor<T>.Has Linear Algebra 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.3
C#
Assembly: Numerics.NET.Tensors (in Numerics.NET.Tensors.dll) Version: 9.0.3
public static bool HasLinearAlgebra { get; }
Property Value
BooleanRemarks
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.