Table of Contents

Enum LinearAlgebraKernelLibrary.LinearAlgebraOperation

Namespace
DotCompute.Algorithms
Assembly
DotCompute.Algorithms.dll

Enumeration of supported linear algebra operations.

public enum LinearAlgebraKernelLibrary.LinearAlgebraOperation

Fields

CholeskyDecomposition = 7
EigenDecomposition = 9
HouseholderTransform = 2
HouseholderVector = 1
JacobiSVD = 3
LUDecomposition = 8
MatrixMultiply = 0
MatrixVector = 4
ParallelReduction = 5
QRAlgorithm = 6