Enum LinearAlgebraKernelLibrary.LinearAlgebraOperation
- Namespace
- DotCompute.Algorithms
- Assembly
- DotCompute.Algorithms.dll
Enumeration of supported linear algebra operations.
public enum LinearAlgebraKernelLibrary.LinearAlgebraOperation
Fields
CholeskyDecomposition = 7EigenDecomposition = 9HouseholderTransform = 2HouseholderVector = 1JacobiSVD = 3LUDecomposition = 8MatrixMultiply = 0MatrixVector = 4ParallelReduction = 5QRAlgorithm = 6