Hi,
Math.NET Numerics does not support COM directly. In fact, for large parts it cannot possibly support COM due to its nature.
However, what may work in your case is to expose the functionality you need on a higher level as COM-Visible application services (interface + class) in a tiny library written in VB.Net or C#, which then uses Math.NET Numerics internally to implement your functionality the normal way. This library could then be registered and consumed in VB6 as usual.
Thanks,
Christoph
Math.NET Numerics does not support COM directly. In fact, for large parts it cannot possibly support COM due to its nature.
However, what may work in your case is to expose the functionality you need on a higher level as COM-Visible application services (interface + class) in a tiny library written in VB.Net or C#, which then uses Math.NET Numerics internally to implement your functionality the normal way. This library could then be registered and consumed in VB6 as usual.
Thanks,
Christoph