data serialization of the numeric matrix
Serialization
01 Syntax
Microsoft.VisualBasic.Math.LinearAlgebra.Matrix.Serialization
02 Methods
03 Members
Save(NumericMatrix,
Stream)Save the current numeric matrix into a binary file
Parameters
| Name | Type | Description |
|---|---|---|
m | NumericMatrix | - |
s | Stream | - |
Load(
Stream)read matrix data from a binary file
Parameters
| Name | Type | Description |
|---|---|---|
s | Stream | - |