Contents

SparseMultiply(_:_:_:)

Performs the multiplication y = Ax for complex double values

Declaration

func SparseMultiply(_ A: SparseMatrix_Complex_Double, _ x: DenseVector_Complex_Double, _ y: DenseVector_Complex_Double)

Parameters

  • A:

    (Input) sparse matrix.

  • x:

    (Input) dense vector.

  • y:

    (Output) dense vector.

See Also

Complex multiplication functions