ILNumerics Ultimate VS

ILMathconjInplace Method (Mutablecomplex, Arraycomplex, InArraycomplex, OutArraycomplex, RetArraycomplex, Storagecomplex)

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Conjugates complex elements inplace.

[ILNumerics Computing Engine]

Namespace:  ILNumerics
Assembly:  ILNumerics.Computing (in ILNumerics.Computing.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax

public static void conjInplace(
	Mutable<complex, Array<complex>, InArray<complex>, OutArray<complex>, RetArray<complex>, Storage<complex>> A
)

Parameters

A
Type: ILNumerics.Core.ArraysMutablecomplex, Arraycomplex, InArraycomplex, OutArraycomplex, RetArraycomplex, Storagecomplex
Mutable input array.
Remarks

The operation is efficiently performed on all elements of the input array A inplace.

The operation is performed in multiple threads, according to the current settings of MaxNumberThreads.

Elements of the input array A are directly altered. New memory is only used if the elements of A are currently shared with other arrays. Only in this case a copy is created automatically.

[ILNumerics Computing Engine]

See Also

Reference