SparseMultiply(_:_:_:)
Performs the multiplication y = Ax for complex float values
Declaration
func SparseMultiply(_ A: SparseMatrix_Complex_Float, _ x: DenseVector_Complex_Float, _ y: DenseVector_Complex_Float)Parameters
- A:
(Input) sparse matrix.
- x:
(Input) dense vector.
- y:
(Output) dense vector.