SparseLinearAlgebraOperationsOfSingle Class

Summary description for SparseBlas.

Definition

Namespace: Extreme.Mathematics.LinearAlgebra.Implementation
Assembly: Extreme.Numerics.SinglePrecision (in Extreme.Numerics.SinglePrecision.dll) Version: 8.1.4
C#
public abstract class SparseLinearAlgebraOperationsOfSingle : SparseLinearAlgebraOperations<float>, 
	ISparseLinearAlgebraOperations<float>, IImplementation, IParallelized, ISparseLinearAlgebraOperations<Complex<float>>
Inheritance
Object  →  SparseLinearAlgebraOperations<Single>  →  SparseLinearAlgebraOperationsOfSingle
Derived
Implements
IParallelized, ISparseLinearAlgebraOperations<Single>, ISparseLinearAlgebraOperations<Complex<Single>>, IImplementation

Constructors

SparseLinearAlgebraOperationsOfSingleInitializes a new instance of the SparseLinearAlgebraOperationsOfSingle class

Properties

HasSharedDegreeOfParallelism Indicates whether the degree of parallelism is a property that is shared across instances.
(Inherited from SparseLinearAlgebraOperations<T>)
ImplementedType Gets the base type of the implementation.
(Inherited from SparseLinearAlgebraOperations<T>)
MaxDegreeOfParallelism Gets or sets the maximum degree of parallelism enabled by the instance.
(Inherited from SparseLinearAlgebraOperations<T>)
Name Gets the name of the implementation.
(Inherited from SparseLinearAlgebraOperations<T>)
Platform Gets the processor architecture supported by the implementation.
(Inherited from SparseLinearAlgebraOperations<T>)

Methods

DotProduct(Int32, Array1D<Complex<Single>>, Array1D<Int32>, ArraySlice<Complex<Single>>) Returns the dot product of a sparse and a dense vector.
(Overrides SparseLinearAlgebraOperations<T>.DotProduct(Int32, Array1D<Complex<T>>, Array1D<Int32>, ArraySlice<Complex<T>>))
DotProduct(Int32, Array1D<Single>, Array1D<Int32>, ArraySlice<Single>) Returns the dot product of a sparse and a dense vector.
(Overrides SparseLinearAlgebraOperations<T>.DotProduct(Int32, Array1D<T>, Array1D<Int32>, ArraySlice<T>))
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Gather(Int32, ArraySlice<T>, Array1D<T>, Array1D<Int32>) Gathers specific elements of a dense vector into a sparse vector.
(Inherited from SparseLinearAlgebraOperations<T>)
Gather(Int32, ArraySlice<Complex<T>>, Array1D<Complex<T>>, Array1D<Int32>) Gathers specific elements of a dense vector into a sparse vector.
(Inherited from SparseLinearAlgebraOperations<T>)
GatherAndZero(Int32, ArraySlice<T>, Array1D<T>, Array1D<Int32>) Gathers specific elements of a dense vector into a sparse vector and zeros the original components.
(Inherited from SparseLinearAlgebraOperations<T>)
GatherAndZero(Int32, ArraySlice<Complex<T>>, Array1D<Complex<T>>, Array1D<Int32>) Gathers specific elements of a dense vector into a sparse vector and zeros the original components.
(Inherited from SparseLinearAlgebraOperations<T>)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
MultiplyAndAddInPlace(TransposeOperation, Int32, Int32, T, MatrixStructure, MatrixTriangle, MatrixDiagonal, T[], Int32[], Int32[], Int32[], ArraySlice<T>, T, ArraySlice<T>) Multiplies a dense vector by a sparse matrix in Compressed Sparse Column (CSC) format.
(Inherited from SparseLinearAlgebraOperations<T>)
MultiplyAndAddInPlace(TransposeOperation, Int32, Int32, Complex<T>, MatrixStructure, MatrixTriangle, MatrixDiagonal, Complex<T>[], Int32[], Int32[], Int32[], ArraySlice<Complex<T>>, Complex<T>, ArraySlice<Complex<T>>) Multiplies a dense vector by a sparse matrix in compressed sparse column format.
(Inherited from SparseLinearAlgebraOperations<T>)
MultiplyAndAddInPlace(TransposeOperation, Int32, Int32, Int32, Complex<T>, MatrixStructure, MatrixTriangle, MatrixDiagonal, Complex<T>[], Int32[], Int32[], Int32[], Array2D<Complex<T>>, Complex<T>, Array2D<Complex<T>>) Multiplies a dense matrix by a sparse matrix in Compressed Sparse Column (CSC) format.
(Inherited from SparseLinearAlgebraOperations<T>)
MultiplyAndAddInPlace(TransposeOperation, Int32, Int32, Int32, Single, MatrixStructure, MatrixTriangle, MatrixDiagonal, Single[], Int32[], Int32[], Int32[], Array2D<Single>, Single, Array2D<Single>) Multiplies a dense matrix by a sparse matrix in Compressed Sparse Column (CSC) format.
(Overrides SparseLinearAlgebraOperations<T>.MultiplyAndAddInPlace(TransposeOperation, Int32, Int32, Int32, T, MatrixStructure, MatrixTriangle, MatrixDiagonal, T[], Int32[], Int32[], Int32[], Array2D<T>, T, Array2D<T>))
ScaleAndAddInPlace(Int32, Complex<Single>, Array1D<Complex<Single>>, Array1D<Int32>, ArraySlice<Complex<Single>>) Evaluates a vector plus the product of a scalar and a sparse vector.
(Overrides SparseLinearAlgebraOperations<T>.ScaleAndAddInPlace(Int32, Complex<T>, Array1D<Complex<T>>, Array1D<Int32>, ArraySlice<Complex<T>>))
ScaleAndAddInPlace(Int32, Single, Array1D<Single>, Array1D<Int32>, ArraySlice<Single>) Evaluates a vector plus the product of a scalar and a sparse vector.
(Overrides SparseLinearAlgebraOperations<T>.ScaleAndAddInPlace(Int32, T, Array1D<T>, Array1D<Int32>, ArraySlice<T>))
Scatter(Int32, Array1D<T>, Array1D<Int32>, ArraySlice<T>) Copies the nonzero components of a sparse vector into the corresponding components of a dense vector.
(Inherited from SparseLinearAlgebraOperations<T>)
Scatter(Int32, Array1D<Complex<T>>, Array1D<Int32>, ArraySlice<Complex<T>>) Copies the nonzero components of a sparse vector into the corresponding components of a dense vector.
(Inherited from SparseLinearAlgebraOperations<T>)
ToStringReturns a string that represents the current object.
(Inherited from Object)
TriangularSolve(TransposeOperation, Int32, T, MatrixStructure, MatrixTriangle, MatrixDiagonal, T[], Int32[], Int32[], Int32[], ArraySlice<T>, ArraySlice<T>) Solves for a dense vector for a sparse matrix in compressed sparse column format.
(Inherited from SparseLinearAlgebraOperations<T>)
TriangularSolve(TransposeOperation, Int32, Complex<T>, MatrixStructure, MatrixTriangle, MatrixDiagonal, Complex<T>[], Int32[], Int32[], Int32[], ArraySlice<Complex<T>>, ArraySlice<Complex<T>>) Solves for a dense vector for a sparse matrix in Compressed Sparse Column (CSC) format.
(Inherited from SparseLinearAlgebraOperations<T>)
TriangularSolve(TransposeOperation, Int32, Int32, T, MatrixStructure, MatrixTriangle, MatrixDiagonal, T[], Int32[], Int32[], Int32[], Array2D<T>, Array2D<T>) Solves for a dense matrix for a sparse matrix in compressed sparse column format.
(Inherited from SparseLinearAlgebraOperations<T>)
TriangularSolve(TransposeOperation, Int32, Int32, Complex<T>, MatrixStructure, MatrixTriangle, MatrixDiagonal, Complex<T>[], Int32[], Int32[], Int32[], Array2D<Complex<T>>, Array2D<Complex<T>>) Solves for a dense vector for a sparse matrix in compressed sparse column format.
(Inherited from SparseLinearAlgebraOperations<T>)

See Also