We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
What is the problem you want to solve and can not with the current version?
I would like to do matrix operations using FheInts, but I am unable to use existing libraries such as tensor-rs or ndarray.
FheInt
Describe the solution you'd like
An extension of this library that supports matrix operations on encrypted values
Describe alternatives you've considered
Writing my own implementations of matrix operations and representations
Additional context
Helpful for machine learning, computer graphics, phyics/engineering, etc...
The text was updated successfully, but these errors were encountered:
Thanks for following up here
Sorry, something went wrong.
we now have some NdArrays with element wise ops
tmontaigu
No branches or pull requests
What is the problem you want to solve and can not with the current version?
I would like to do matrix operations using
FheInt
s, but I am unable to use existing libraries such as tensor-rs or ndarray.Describe the solution you'd like
An extension of this library that supports matrix operations on encrypted values
Describe alternatives you've considered
Writing my own implementations of matrix operations and representations
Additional context
Helpful for machine learning, computer graphics, phyics/engineering, etc...
The text was updated successfully, but these errors were encountered: