oops,
I left off a key line (which should precede the code shown above):
http://numerics.mathdotnet.com/api/MathNet.Numerics.LinearAlgebra.Double.IO/index.htm
thanks--dave
I left off a key line (which should precede the code shown above):
DelimitedReader<Matrix<Double>, Double> mat = new DelimitedReader<Matrix<Double>, Double>();
DelimitedReader is in the: MathNet.Numerics.LinearAlgebra.Double.IO namespace:http://numerics.mathdotnet.com/api/MathNet.Numerics.LinearAlgebra.Double.IO/index.htm
thanks--dave