MyMediaLite
MatrixUtils.WriteMatrix Method (StreamWriter, Matrix<double>)
Syntax
Collapse All
Write a matrix to a StreamWriter object
Declaring type:
MatrixUtils
Namespace:
MyMediaLite.DataType
Assembly:
MyMediaLite
Syntax
C#
public static void WriteMatrix ( StreamWriter
writer
, Matrix<double>
matrix
)
Parameters
writer
a
System.IO.StreamWriter
matrix
the matrix of doubles to write out
Top
Generated by
ImmDoc .NET
.