Hi,
In general, you'd first create a matrix, then factorize it (
The tutorials are currently being reworked, but you can find some examples in C# in here and here in the meantime. Usage in VB.NET is equivalent, just with VB syntax.
Thanks,
Christoph
In general, you'd first create a matrix, then factorize it (
.Evd()
method). On the returned EVD factorization you can then access the resulting eigen-values. I recommend to use the v3.0 alpha releases, creating and handling the Evd factorization is a bit easier there.The tutorials are currently being reworked, but you can find some examples in C# in here and here in the meantime. Usage in VB.NET is equivalent, just with VB syntax.
Thanks,
Christoph