Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Arbitrary precision PSD constraints. #134

Closed
lrnv opened this issue May 11, 2021 · 1 comment
Closed

Arbitrary precision PSD constraints. #134

lrnv opened this issue May 11, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@lrnv
Copy link

lrnv commented May 11, 2021

Welcome to COSMO! You can use this Github issue to suggest a new feature for COSMO.

Is your feature request related to a problem? Please describe.

This page of the documentation states: Since we call the LAPACK function syevr for eigenvalue decompositions, we currently only support solving problems with PSD constraints in Float32 and Float64.

Is it possible to somehow overcome this issue to be able to have the whole model in arbitrary precision ? I am pretty sure that Julia has somewhere eigenvalues decomposition in arbitrary precision.

Describe the solution you'd like
The possibility to provide the whole model in arbitrary type (say not only BigFloat, but also e.g. MultiFloats.jl, ArbFloats.jl, DoubleFloats.jl and have all subroutines accept these types.

@lrnv lrnv added the enhancement New feature or request label May 11, 2021
@lrnv
Copy link
Author

lrnv commented May 11, 2021

Duplicate of #127 ...

@lrnv lrnv closed this as completed May 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant