sethjuarez / numl

Machine Learning for .NET
http://numl.net
MIT License
430 stars 104 forks source link

Update Matrix.cs #14

Closed bdschrisk closed 9 years ago

bdschrisk commented 9 years ago

Added to Matrix class a ToArray method for returning a deep copy of the inner Matrix array.

sethjuarez commented 9 years ago

Ruh roh, looks like this breaks the build. Did you try running tests on this?