SparseMultiply(_:_:)
Performs the multiply operation Y = Subfactor * X, in place on a vector of single-precision values.
Declaration
func SparseMultiply(_ Subfactor: SparseOpaqueSubfactor_Float, _ XY: DenseVector_Float)Parameters
- Subfactor:
The subfactor to multiply by, which Sparsecreatesubfactor(_:_:) 4renf returns.
- XY:
On input, the vector X. On return, the vector Y overwrites it.