DotProduct(Int32, ReadOnlySpan<Complex<Single>>, ReadOnlySpan<Int32>, Int32, ReadOnlySpan<Complex<Single>>, Int32) |
Returns the dot product of a sparse and a dense vector.
(Inherited from SparseLinearAlgebraOperationsOfSingle) |
DotProduct(Int32, ReadOnlySpan<Single>, ReadOnlySpan<Int32>, Int32, ReadOnlySpan<Single>, Int32) |
Returns the dot product of a sparse and a dense vector.
(Inherited from SparseLinearAlgebraOperationsOfSingle) |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
Gather(Int32, Int32, ReadOnlySpan<T>, Int32, Span<T>, ReadOnlySpan<Int32>) |
Gathers specific elements of a dense vector into a sparse vector.
(Inherited from SparseLinearAlgebraOperations<T>) |
GatherAndZero(Int32, Int32, Span<T>, Int32, Span<T>, ReadOnlySpan<Int32>) |
Gathers specific elements of a dense vector into a sparse vector and zeros the original components.
(Inherited from SparseLinearAlgebraOperations<T>) |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
MultiplyAndAddInPlace(TransposeOperation, Int32, Int32, Complex<Single>, MatrixStructure, MatrixTriangle, MatrixDiagonal, ReadOnlySpan<Complex<Single>>, ReadOnlySpan<Int32>, ReadOnlySpan<Int32>, ReadOnlySpan<Int32>, ReadOnlySpan<Complex<Single>>, Int32, Complex<Single>, Span<Complex<Single>>, Int32) |
Multiplies a dense vector by a sparse matrix in Compressed Sparse Column (CSC) format.
(Overrides SparseLinearAlgebraOperations<T>.MultiplyAndAddInPlace(TransposeOperation, Int32, Int32, Complex<T>, MatrixStructure, MatrixTriangle, MatrixDiagonal, ReadOnlySpan<Complex<T>>, ReadOnlySpan<Int32>, ReadOnlySpan<Int32>, ReadOnlySpan<Int32>, ReadOnlySpan<Complex<T>>, Int32, Complex<T>, Span<Complex<T>>, Int32)) |
MultiplyAndAddInPlace(TransposeOperation, Int32, Int32, Single, MatrixStructure, MatrixTriangle, MatrixDiagonal, ReadOnlySpan<Single>, ReadOnlySpan<Int32>, ReadOnlySpan<Int32>, ReadOnlySpan<Int32>, ReadOnlySpan<Single>, Int32, Single, Span<Single>, Int32) |
Multiplies a dense vector by a sparse matrix in Compressed Sparse Column (CSC) format.
(Overrides SparseLinearAlgebraOperations<T>.MultiplyAndAddInPlace(TransposeOperation, Int32, Int32, T, MatrixStructure, MatrixTriangle, MatrixDiagonal, ReadOnlySpan<T>, ReadOnlySpan<Int32>, ReadOnlySpan<Int32>, ReadOnlySpan<Int32>, ReadOnlySpan<T>, Int32, T, Span<T>, Int32)) |
MultiplyAndAddInPlace(TransposeOperation, Int32, Int32, Int32, Complex<Single>, MatrixStructure, MatrixTriangle, MatrixDiagonal, ReadOnlySpan<Complex<Single>>, ReadOnlySpan<Int32>, ReadOnlySpan<Int32>, ReadOnlySpan<Int32>, ReadOnlySpan<Complex<Single>>, Int32, Complex<Single>, Span<Complex<Single>>, Int32) |
Multiplies a dense matrix by a sparse matrix in Compressed Sparse Column (CSC) format.
(Overrides SparseLinearAlgebraOperations<T>.MultiplyAndAddInPlace(TransposeOperation, Int32, Int32, Int32, Complex<T>, MatrixStructure, MatrixTriangle, MatrixDiagonal, ReadOnlySpan<Complex<T>>, ReadOnlySpan<Int32>, ReadOnlySpan<Int32>, ReadOnlySpan<Int32>, ReadOnlySpan<Complex<T>>, Int32, Complex<T>, Span<Complex<T>>, Int32)) |
MultiplyAndAddInPlace(TransposeOperation, Int32, Int32, Int32, Single, MatrixStructure, MatrixTriangle, MatrixDiagonal, ReadOnlySpan<Single>, ReadOnlySpan<Int32>, ReadOnlySpan<Int32>, ReadOnlySpan<Int32>, ReadOnlySpan<Single>, Int32, Single, Span<Single>, Int32) |
Multiplies a dense matrix by a sparse matrix in Compressed Sparse Column (CSC) format.
(Overrides SparseLinearAlgebraOperationsOfSingle.MultiplyAndAddInPlace(TransposeOperation, Int32, Int32, Int32, Single, MatrixStructure, MatrixTriangle, MatrixDiagonal, ReadOnlySpan<Single>, ReadOnlySpan<Int32>, ReadOnlySpan<Int32>, ReadOnlySpan<Int32>, ReadOnlySpan<Single>, Int32, Single, Span<Single>, Int32)) |
ScaleAndAddInPlace(Int32, Complex<Single>, ReadOnlySpan<Complex<Single>>, ReadOnlySpan<Int32>, Int32, Span<Complex<Single>>, Int32) |
Evaluates a vector plus the product of a scalar and a sparse vector.
(Inherited from SparseLinearAlgebraOperationsOfSingle) |
ScaleAndAddInPlace(Int32, Single, ReadOnlySpan<Single>, ReadOnlySpan<Int32>, Int32, Span<Single>, Int32) |
Evaluates a vector plus the product of a scalar and a sparse vector.
(Inherited from SparseLinearAlgebraOperationsOfSingle) |
Scatter(Int32, ReadOnlySpan<T>, ReadOnlySpan<Int32>, Int32, Span<T>, Int32) |
Copies the nonzero components of a sparse vector into the corresponding components of a dense vector.
(Inherited from SparseLinearAlgebraOperations<T>) |
ToString | Returns a string that represents the current object. (Inherited from Object) |
TriangularSolve(TransposeOperation, Int32, Complex<Single>, MatrixStructure, MatrixTriangle, MatrixDiagonal, ReadOnlySpan<Complex<Single>>, ReadOnlySpan<Int32>, ReadOnlySpan<Int32>, ReadOnlySpan<Int32>, ReadOnlySpan<Complex<Single>>, Int32, Span<Complex<Single>>, Int32) |
Solves for a dense vector for a sparse matrix in compressed sparse column format.
(Overrides SparseLinearAlgebraOperations<T>.TriangularSolve(TransposeOperation, Int32, Complex<T>, MatrixStructure, MatrixTriangle, MatrixDiagonal, ReadOnlySpan<Complex<T>>, ReadOnlySpan<Int32>, ReadOnlySpan<Int32>, ReadOnlySpan<Int32>, ReadOnlySpan<Complex<T>>, Int32, Span<Complex<T>>, Int32)) |
TriangularSolve(TransposeOperation, Int32, Single, MatrixStructure, MatrixTriangle, MatrixDiagonal, ReadOnlySpan<Single>, ReadOnlySpan<Int32>, ReadOnlySpan<Int32>, ReadOnlySpan<Int32>, ReadOnlySpan<Single>, Int32, Span<Single>, Int32) |
Solves for a dense vector for a sparse matrix in compressed sparse column format.
(Overrides SparseLinearAlgebraOperations<T>.TriangularSolve(TransposeOperation, Int32, T, MatrixStructure, MatrixTriangle, MatrixDiagonal, ReadOnlySpan<T>, ReadOnlySpan<Int32>, ReadOnlySpan<Int32>, ReadOnlySpan<Int32>, ReadOnlySpan<T>, Int32, Span<T>, Int32)) |
TriangularSolve(TransposeOperation, Int32, Int32, Complex<Single>, MatrixStructure, MatrixTriangle, MatrixDiagonal, ReadOnlySpan<Complex<Single>>, ReadOnlySpan<Int32>, ReadOnlySpan<Int32>, ReadOnlySpan<Int32>, ReadOnlySpan<Complex<Single>>, Int32, Span<Complex<Single>>, Int32) |
Solves for a dense matrix for a sparse matrix in compressed sparse column format.
(Overrides SparseLinearAlgebraOperations<T>.TriangularSolve(TransposeOperation, Int32, Int32, Complex<T>, MatrixStructure, MatrixTriangle, MatrixDiagonal, ReadOnlySpan<Complex<T>>, ReadOnlySpan<Int32>, ReadOnlySpan<Int32>, ReadOnlySpan<Int32>, ReadOnlySpan<Complex<T>>, Int32, Span<Complex<T>>, Int32)) |
TriangularSolve(TransposeOperation, Int32, Int32, Single, MatrixStructure, MatrixTriangle, MatrixDiagonal, ReadOnlySpan<Single>, ReadOnlySpan<Int32>, ReadOnlySpan<Int32>, ReadOnlySpan<Int32>, ReadOnlySpan<Single>, Int32, Span<Single>, Int32) |
Solves for a dense vector for a sparse matrix in compressed sparse column format.
(Overrides SparseLinearAlgebraOperations<T>.TriangularSolve(TransposeOperation, Int32, Int32, T, MatrixStructure, MatrixTriangle, MatrixDiagonal, ReadOnlySpan<T>, ReadOnlySpan<Int32>, ReadOnlySpan<Int32>, ReadOnlySpan<Int32>, ReadOnlySpan<T>, Int32, Span<T>, Int32)) |