ArrayAttributes.ConjugateTranspose Method

Returns array attributes of the array if i t were transposed and its elements were conjugated.

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public ArrayAttributes ConjugateTranspose(
	bool transposeStorage
)

Parameters

transposeStorage  Boolean
 

Return Value

ArrayAttributes

See Also