Closed epsi1on closed 4 years ago
Hey there, hope you're doing well!
I don't give too much about VB, but it's probably a good idea to be CLS compliant. I'd rather rename rowCount
, columnCount
than changing the visibility. I'll have a look into it.
Thanks, This is also required:
Hi,
Any news? Do you need any help on this? just tell me what will you rename rowCount
and columnCount
to, i can do it...
Sorry for delay, totally forgot about this one :(
Hello, For making the CSparse.NET CLSCompliant, these minor changes are needed:
Matrix.rowCount
andMatrix.colCount
accesors fromprotected
intointernal
Converter.FromDenseArray<T>(T[][] array)
orFromDenseArray<T>(T[,] array)
in order to have different names.Do you agree to do these changes? and then from other .net languages like VB.Net, CSparse.NET is accessible