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