[Mono-list] Re: No Subject
Miguel de Icaza
miguel@ximian.com
Mon, 12 Jan 2004 10:12:27 -0500
Hello,
> i am planing to work on new class mono.math.matrix , to make
> fundamental matrix operation. I alredy sarted it for my project to completing B.tech. mono want it pls inform me. Also i am working
> on system.windows.form class.
Typically classes that are not part of the .NET Framework are not
included with Mono, unless:
* They are a dependency for implementing the .NET functionality,
for example the Mono.Security namespace.
* They are directly related (Mono.Data namespaces)
* It is so useful that everyone wants it
I suggest that you continue your work on your Matrix code, and publish
the code and get it debugged before it becomes part of Mono.
Miguel.l