ComplexConjugateSignalMatrix<T>.UnsafeStorage Property

If available, gets a 2D span over the elements of the matrix.

Definition

Namespace: Numerics.NET.SignalProcessing
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public override sealed Span2D<Complex<T>> UnsafeStorage { get; }

Property Value

Span2D<Complex<T>>

Remarks

  Caution

This property should be used with caution. Modifying the values directly may leave the matrix or other objects that share memory with the matrix in an inconsistent state. Mutability constraints may also be violated.

See Also