Quantcast
Channel: Math.NET Numerics
Viewing all articles
Browse latest Browse all 971

New Post: Help with Matrix XmlSerialization

$
0
0
Hi Christoph!

First, thank you for your kind response.

I've came to this same conclusion when I realized that the Matrix type uses two-dimensional arrays (Complex[,]), which are not supported by .Net for serialization. So I created a wrapper to hold the matrix data, so that there is no direct knowledge of the Matrix type.


Thanks for your attention and congrats for this great library!


Kylderi

Viewing all articles
Browse latest Browse all 971