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
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