Click or drag to resize
ConjugateGradientIFunctionAmultp Method
A user-supplied function which computes z=Ap.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
void Amultp(
	double[] p,
	double[] z
)

Parameters

p
Type: SystemDouble
An input double vector of length dimension of A.
z
Type: SystemDouble
An output double vector containing the matrix-vector product Ap.
See Also