Closed max-gains closed 5 years ago
Hi,
https://github.com/kaleidicassociates/lubeck/blob/master/source/lubeck.d#L1052
Take a look into the example. Add the first parameter, L or U character.
Also, you may want to update LDC to 1.12.0, 1.9.0 may still compile however
Thanks, I have been your libraries for a while now for control systems purposes and they perform very well. I was going off an example in the following link that now appears to be outdated: https://lubeck.dpldocs.info/lubeck.eigSymmetric.html Maybe this should be removed?
Thanks. Dpldocs are generated for all packages and we don't support it. The lack of proper docs is defenetely an issue.
I am trying to use lubeck to calculate the eigenvalues of a symmetric matrix. My code is as follows:
In my dub.json file I have the following:
When I try to build to code using ldc-1.9 I get the following error: Error: template lubeck.eigSymmetric cannot deduce function from argument types !()(Slice!(double*, 2LU, cast(mir_slice_kind)2)),
Could this be a bug?
Thanks,
Max