You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some computations are not possible (although they should be) because default singularityErrorLevel is too high. Why isn't this parameter public, how to make this threshold lower? For example, Apache Common Math api has overloaded methods to explicitly set the singularity threshold.
The text was updated successfully, but these errors were encountered:
Thank you for the feedback.
We have a common API with two primary computational engines underneath: one based on Kotlin and the other on native lib. In Kotlin, we can easily add the ability to change the singularityErrorLevel, but for the native-based engine, we need to investigate whether OpenBLAS allows for this modification.
Some computations are not possible (although they should be) because default
singularityErrorLevel
is too high. Why isn't this parameter public, how to make this threshold lower? For example, Apache Common Math api has overloaded methods to explicitly set the singularity threshold.The text was updated successfully, but these errors were encountered: