IMSL C# Numerical Library

ConjugateGradient.IFunction.Amultp Method 

A user-supplied function which computes z=Ap.

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

Parameters

p
An input double vector of length dimension of A.
z
An output double vector containing the matrix-vector product Ap.

See Also

ConjugateGradient.IFunction Interface | Imsl.Math Namespace