IMSL C# Numerical Library

GenMinRes.IFunction.Amultp Method 

Used to compute z = Ap where A is the matrix of coefficients to solve and p and z are arrays of length n, the order of matrix A.

void Amultp(
   double[] p,
   double[] z
);

Parameters

p
An input double array of length n generated during the implementation of the Solve method.
z
An output double array of length n.

See Also

GenMinRes.IFunction Interface | Imsl.Math Namespace