ConjugateGradientIFunctionAmultp Method |
A user-supplied function which computes z=Ap.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax void Amultp(
double[] p,
double[] z
)
Sub Amultp (
p As Double(),
z As Double()
)
void Amultp(
array<double>^ p,
array<double>^ z
)
abstract Amultp :
p : float[] *
z : float[] -> unit
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