| Name | Description |
---|
 | DotProduct(Int32, Array1DTComplex, Array1DInt32, ArraySliceTComplex) |
Returns the dot product of a sparse and a dense vector.
|
 | DotProduct(Int32, Array1DTReal, Array1DInt32, ArraySliceTReal) |
Returns the dot product of a sparse and a dense vector.
|
 | 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, ArraySliceTComplex, Array1DTComplex, Array1DInt32) |
Gathers specific elements of a dense vector into a sparse vector.
|
 | Gather(Int32, ArraySliceTReal, Array1DTReal, Array1DInt32) |
Gathers specific elements of a dense vector into a sparse vector.
|
 | GatherAndZero(Int32, ArraySliceTComplex, Array1DTComplex, Array1DInt32) |
Gathers specific elements of a dense vector into a sparse vector and zeros the original components.
|
 | GatherAndZero(Int32, ArraySliceTReal, Array1DTReal, Array1DInt32) |
Gathers specific elements of a dense vector into a sparse vector and zeros the original components.
|
 | 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.) |
 | MultiplyAndAddInPlace(TransposeOperation, Int32, Int32, TComplex, MatrixStructure, MatrixTriangle, MatrixDiagonal, TComplex, Int32, Int32, Int32, ArraySliceTComplex, TComplex, ArraySliceTComplex) |
Multiplies a dense vector by a sparse matrix in compressed sparse column format.
|
 | MultiplyAndAddInPlace(TransposeOperation, Int32, Int32, TReal, MatrixStructure, MatrixTriangle, MatrixDiagonal, TReal, Int32, Int32, Int32, ArraySliceTReal, TReal, ArraySliceTReal) |
Multiplies a dense vector by a sparse matrix in Compressed Sparse Column (CSC) format.
|
 | MultiplyAndAddInPlace(TransposeOperation, Int32, Int32, Int32, TComplex, MatrixStructure, MatrixTriangle, MatrixDiagonal, TComplex, Int32, Int32, Int32, Array2DTComplex, TComplex, Array2DTComplex) |
Multiplies a dense matrix by a sparse matrix in Compressed Sparse Column (CSC) format.
|
 | MultiplyAndAddInPlace(TransposeOperation, Int32, Int32, Int32, TReal, MatrixStructure, MatrixTriangle, MatrixDiagonal, TReal, Int32, Int32, Int32, Array2DTReal, TReal, Array2DTReal) |
Multiplies a dense matrix by a sparse matrix in Compressed Sparse Column (CSC) format.
|
 | ScaleAndAddInPlace(Int32, TComplex, Array1DTComplex, Array1DInt32, ArraySliceTComplex) |
Evaluates a vector plus the product of a scalar and a sparse vector.
|
 | ScaleAndAddInPlace(Int32, TReal, Array1DTReal, Array1DInt32, ArraySliceTReal) |
Evaluates a vector plus the product of a scalar and a sparse vector.
|
 | Scatter(Int32, Array1DTComplex, Array1DInt32, ArraySliceTComplex) |
Copies the nonzero components of a sparse vector into the corresponding components of a dense vector.
|
 | Scatter(Int32, Array1DTReal, Array1DInt32, ArraySliceTReal) |
Copies the nonzero components of a sparse vector into the corresponding components of a dense vector.
|
 | ToString | Returns a string that represents the current object. (Inherited from Object.) |
 | TriangularSolve(TransposeOperation, Int32, TComplex, MatrixStructure, MatrixTriangle, MatrixDiagonal, TComplex, Int32, Int32, Int32, ArraySliceTComplex, ArraySliceTComplex) |
Solves for a dense vector for a sparse matrix in Compressed Sparse Column (CSC) format.
|
 | TriangularSolve(TransposeOperation, Int32, TReal, MatrixStructure, MatrixTriangle, MatrixDiagonal, TReal, Int32, Int32, Int32, ArraySliceTReal, ArraySliceTReal) |
Solves for a dense vector for a sparse matrix in compressed sparse column format.
|
 | TriangularSolve(TransposeOperation, Int32, Int32, TComplex, MatrixStructure, MatrixTriangle, MatrixDiagonal, TComplex, Int32, Int32, Int32, Array2DTComplex, Array2DTComplex) |
Solves for a dense vector for a sparse matrix in compressed sparse column format.
|
 | TriangularSolve(TransposeOperation, Int32, Int32, TReal, MatrixStructure, MatrixTriangle, MatrixDiagonal, TReal, Int32, Int32, Int32, Array2DTReal, Array2DTReal) |
Solves for a dense vector for a sparse matrix in compressed sparse column format.
|