@Roger_Garshol wrote:
Hi,
I'm trying to create a matrix and populating this new data structure with values i've stored in a CSV file but I keep running into problems.My latest attempt is giving me a long error message in VS, see the code line below. The last line shows the error message i get in Visual Studio
Is there any one that can point me in the right direction on to initiate a matrix from a CSV file or know of sites which has examples of using Mathnet with VB.net?
Dim matrix As MathNet.Numerics.LinearAlgebra.Matrix(Of Double) =MathNet.Numerics.Data.Text.DelimitedReader.Read(GMatrixFile, False, ";", False)
Error 3 Overload resolution failed because no accessible 'Read' can be called with these arguments:
Posts: 4
Participants: 2