ILNumerics Ultimate VS

ILMathconjInplace Method (Mutablefcomplex, Arrayfcomplex, InArrayfcomplex, OutArrayfcomplex, RetArrayfcomplex, Storagefcomplex)

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Conjugates fcomplex 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<fcomplex, Array<fcomplex>, InArray<fcomplex>, OutArray<fcomplex>, RetArray<fcomplex>, Storage<fcomplex>> A
)

Parameters

A
Type: ILNumerics.Core.ArraysMutablefcomplex, Arrayfcomplex, InArrayfcomplex, OutArrayfcomplex, RetArrayfcomplex, Storagefcomplex
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