Matrix Market Stream.Read Complex Matrix<T> Method
Reads a complex matrix from the stream.
Definition
Namespace: Numerics.NET.Data.Text
Assembly: Numerics.NET.Data (in Numerics.NET.Data.dll) Version: 4.0.1
C#
The matrix that was read from the stream.
Assembly: Numerics.NET.Data (in Numerics.NET.Data.dll) Version: 4.0.1
public override Matrix<Complex<T>> ReadComplexMatrix<T>(
bool strict = false
)
Parameters
- strict Boolean (Optional)
- 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.