Namespace: Extreme.Mathematics.LinearAlgebra.IOAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public static void WriteMatrix(
Matrix<double> matrix,
TextWriter writer,
MatrixStorageFormat format
)
Public Shared Sub WriteMatrix (
matrix As Matrix(Of Double),
writer As TextWriter,
format As MatrixStorageFormat
)
public:
static void WriteMatrix(
Matrix<double>^ matrix,
TextWriter^ writer,
MatrixStorageFormat format
)
static member WriteMatrix :
matrix : Matrix<float> *
writer : TextWriter *
format : MatrixStorageFormat -> unit
Parameters
- matrix
- Type: Extreme.MathematicsMatrixDouble
A matrix. - writer
- Type: System.IOTextWriter
The TextWriter to read the matrix from. - format
- Type: Extreme.Mathematics.LinearAlgebra.IOMatrixStorageFormat
A MatrixStorageFormat that specifies the
storage format of the matrix.
Numerical Libraries
Supported in: 6.0
Reference