ISparse Linear Algebra Operations<T> Methods
Methods
| Dot | Returns the dot product of a sparse and a dense vector. |
| Gather | Gathers specific elements of a dense vector into a sparse vector. |
| Gather | Gathers specific elements of a dense vector into a sparse vector and zeros the original components. |
| Multiply | Multiplies a dense vector by a sparse matrix in Compressed Sparse Column (CSC) format. |
| Multiply | Multiplies a dense matrix by a sparse matrix in Compressed Sparse Column (CSC) format. |
| Scale | Evaluates a vector plus the product of a scalar and a sparse vector. |
| Scatter | Copies the nonzero components of a sparse vector into the corresponding components of a dense vector. |
| Triangular | Solves for a dense vector for a sparse matrix in compressed sparse column format. |