CsvComplexMatrixSerializerSerialize Method

Overload List

Serialize(String, ComplexMatrix) Serializes the specified ComplexMatrix writing a CSV document to the specified file.
Serialize(String, ReadOnlyComplexMatrix) Serializes the specified ReadOnlyComplexMatrix writing a CSV document to the specified file.
Serialize(TextWriter, ComplexMatrix) Serializes the specified ComplexMatrix writing a CSV document to a file using the specified TextWriter.
Serialize(TextWriter, ReadOnlyComplexMatrix) Serializes the specified ReadOnlyComplexMatrix writing a CSV document to a file using the specified TextWriter.

See Also