Json Stream.Read Complex Matrix<T> Method
Reads a complex matrix from the stream.
Definition
Namespace: Numerics.NET.Data.Json
Assembly: Numerics.NET.Data.Json (in Numerics.NET.Data.Json.dll) Version: 4.0.3
C#
The matrix that was read from the stream.
Assembly: Numerics.NET.Data.Json (in Numerics.NET.Data.Json.dll) Version: 4.0.3
public override Matrix<Complex<T>> ReadComplexMatrix<T>(
bool strict
)
Parameters
- strict Boolean
- Specifies whether the element type should be matched exactly (true), or whether conversions are allowed (false).
Type Parameters
- T
- The type of the real and imaginary parts of the element type.
Return Value
Matrix<Complex<T>>The matrix that was read from the stream.