Click or drag to resize
GenMinResIFunctionAmultp 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.

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 array of length n generated during the implementation of the Solve method.
z
Type: SystemDouble
An output double array of length n.
See Also