Dense Matrix<T, TSlice, TStorage2D> Constructor
Constructs a new dense matrix from serialization values.
Definition
Namespace: Numerics.NET.LinearAlgebra
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
[ObsoleteAttribute(DiagnosticId = "SYSLIB0051")]
protected DenseMatrix(
SerializationInfo info,
StreamingContext context
)
Parameters
- info SerializationInfo
- The values needed to serialize or deserialize the DenseMatrix<T, TSlice, TStorage2D>.
- context StreamingContext
- The source and destination of a given serialized stream.
Remarks
This constructor is called internally by the .NET framework when a DenseMatrix<T, TSlice, TStorage2D> is deserialized.