The SparseBlas type exposes the following members.
Constructors
Methods
|
|
Name |
Description |
|
Dcscmm
|
Multiplies a dense matrix by a sparse matrix in coordinate format.
|
|
Dcscmv
|
Multiplies a dense vector by a sparse matrix in coordinate format.
|
|
Dcscsv
|
Solves for a dense vector for a sparse matrix in coordinate format.
|
|
Dusaxpy
|
Evaluates a vector plus the product of a scalar and a sparse vector.
|
|
Dusdot
|
Returns the dot product of a sparse and a dense vector.
|
|
Dusga
|
Gathers specific elements of a dense vector into a sparse vector.
|
|
Dusgz
|
Gathers specific elements of a dense vector into a sparse vector and zeros the original components.
|
|
Dussc
|
Copies the nonzero components of a sparse vector into the corresponding components of a dense vector.
|
|
Equals
|
Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
|
Finalize
|
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
|
GetHashCode
|
Serves as a hash function for a particular type. (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.) |
|
ToString
|
(Inherited from Object.) |
See Also