Serialize(String, DoubleMatrix) | Serializes the specified DoubleMatrix writing a CSV document to the specified file. |
Serialize(String, ReadOnlyDoubleMatrix) | Serializes the specified ReadOnlyDoubleMatrix writing a CSV document to the specified file. |
Serialize(TextWriter, DoubleMatrix) | Serializes the specified DoubleMatrix writing a CSV document to a file using the specified TextWriter. |
Serialize(TextWriter, ReadOnlyDoubleMatrix) | Serializes the specified ReadOnlyDoubleMatrix writing a CSV document to a file using the specified TextWriter. |