A user-supplied function which computes z=Ap.
Namespace:
Imsl.Math
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
void Amultp( double[] p, double[] z ) |
Visual Basic (Declaration) |
---|
Sub Amultp ( _ p As Double(), _ z As Double() _ ) |
Visual C++ |
---|
void Amultp( array<double>^ p, array<double>^ z ) |
Parameters
- p
- Type: array<
System..::.Double
>[]()[]
An input double vector of length dimension of A.
- z
- Type: array<
System..::.Double
>[]()[]
An output double vector containing the matrix-vector product Ap.