IMSL C# Numerical Library

ComplexSparseMatrix.Multiply Method (Complex[])

Multiply the matrix by a vector.

public Complex[] Multiply(
   Complex[] x
);

Parameters

x
A Complex column array.

Return Value

A Complex vector representing the product of the constructed matrix and x, Ax.

Exceptions

Exception Type Condition
ArgumentException is thrown when the number of columns of the matrix represented by this object is not equal to the number of elements in the input column vector.

See Also

ComplexSparseMatrix Class | Imsl.Math Namespace | ComplexSparseMatrix.Multiply Overload List