Writes a complex matrix to the stream.
Namespace: Extreme.Data.TextAssembly: Extreme.Data (in Extreme.Data.dll) Version: 1.0.16170.0 (1.0.16328.0)
public override void Write<T>(
Matrix<Complex<T>> matrix
)
Public Overrides Sub Write(Of T) (
matrix As Matrix(Of Complex(Of T))
)
public:
generic<typename T>
virtual void Write(
Matrix<Complex<T>>^ matrix
) override
abstract Write :
matrix : Matrix<Complex<'T>> -> unit
override Write :
matrix : Matrix<Complex<'T>> -> unit
Parameters
- matrix
- Type: Extreme.MathematicsMatrixComplexT
Type Parameters
- T
- The type of the real and imaginary parts
of the element type.
Numerical Libraries
Supported in: 6.0
Reference