Posted Thursday, June 25, 2009 1:28 AM
|
|
|
|
Hello, I am trying the trial active X version.
In VB.NET 2008, you cannot simply use the syntax
Dim M as Matrix
Since there is a Matrix component of the System.2DDrawing Class
The only thing that works is:
Dim M As Bluebit.MatrixLibrary.Matrix
M.Cols = N
M.Rows = N
In addition, "M.Size 5,5" or "M.Cholesky L2" or anything close to this does not work.
Overall, your example code for Cholesky does not work in VB.NET 2008
|
|
Posted Thursday, June 25, 2009 7:07 AM
|
|
|
|
| Hello, MaXC is targets VB 6 programming. I would recommend using NML with VS 2005-2008
Trifon Triantafillidis | Lead Developer |
|
|
|
Posted Thursday, June 25, 2009 9:48 AM
|
|
|
|
Trifon,
I would place the statement "(for VB6 only)" in all of the web page titles for MaxC 9especially purchase page), since it is misleading. Most people coming to your page are probably VB.NET users with 2005 and 2008.
Then, in the titles of all web pages for NML (and the purchase page) I recommend stating "(for VB.NET 2003,2005, 2008)"
Just some suggestions. lep
|
|
|
|