c06gq forms the complex conjugates of Hermitian sequences, each containing data values.
Syntax
C# |
---|
public static void c06gq( int m, int n, double[] x, out int ifail ) |
Visual Basic |
---|
Public Shared Sub c06gq ( _ m As Integer, _ n As Integer, _ x As Double(), _ <OutAttribute> ByRef ifail As Integer _ ) |
Visual C++ |
---|
public: static void c06gq( int m, int n, array<double>^ x, [OutAttribute] int% ifail ) |
F# |
---|
static member c06gq : m : int * n : int * x : float[] * ifail : int byref -> unit |
Parameters
- m
- Type: System..::..Int32On entry: , the number of Hermitian sequences to be conjugated.Constraint: .
- n
- Type: System..::..Int32On entry: , the number of data values in each Hermitian sequence.Constraint: .
- x
- Type: array<System..::..Double>[]()[][]An array of size []On entry: the data must be stored in x as if in a two-dimensional array of dimension ; each of the sequences is stored in a row of the array in Hermitian form. If the data values are written as , then for , is contained in , and for , is contained in . (See also [] in the C06 class Chapter Introduction.)On exit: the imaginary parts are negated. The real parts are not referenced.
- ifail
- Type: System..::..Int32%On exit: unless the method detects an error or a warning has been flagged (see [Error Indicators and Warnings]).
Description
References
None.
Error Indicators and Warnings
Errors or warnings detected by the method:
On entry, .
On entry, .
Accuracy
Exact.
Parallelism and Performance
None.
Further Comments
None.