Reads a complex matrix from the stream.
Namespace: Extreme.Data.JsonAssembly: Extreme.Data.Json (in Extreme.Data.Json.dll) Version: 1.0.16157.0 (1.0.16157.0)
public override Matrix<Complex<T>> ReadComplexMatrix<T>(
bool strict
)
Public Overrides Function ReadComplexMatrix(Of T) (
strict As Boolean
) As Matrix(Of Complex(Of T))
public:
generic<typename T>
virtual Matrix<Complex<T>>^ ReadComplexMatrix(
bool strict
) override
abstract ReadComplexMatrix :
strict : bool -> Matrix<Complex<'T>>
override ReadComplexMatrix :
strict : bool -> Matrix<Complex<'T>>
Parameters
- strict
- Type: SystemBoolean
Specifies whether the element type
should be matched exactly (), or whether
conversions are allowed ().
Type Parameters
- T
- The type of the real and imaginary parts
of the element type.
Return Value
Type:
MatrixComplexTThe matrix that was read from the stream.
Numerical Libraries
Supported in: 6.0
Reference