All NMath Matrix data classes are fully persistable using standard .NET mechanisms. All structured sparse matrix, factorization, decomposition, and least squares classes implement the ISerializable interface to control their own serialization and deserialization. Common Language Runtime (CLR) serialization Formatter classes call the provided GetObjectData() methods at serialization time to populate SerializationInfo objects with all the data required to represent NMath Matrix objects.
This chapter describes how to persist NMath Matrix objects in binary and SOAP formats.
TOC | Previous | Next | Index