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

invertibilty of the NSGT #13

Open
eloimoliner opened this issue Mar 21, 2023 · 3 comments
Open

invertibilty of the NSGT #13

eloimoliner opened this issue Mar 21, 2023 · 3 comments
Labels
enhancement New feature or request functionality New function

Comments

@eloimoliner
Copy link

Thanks for this great contribution.
Is your implementation of the NSGT transform invertible. If so, could you please provide an example of its usage?

@liufeigit liufeigit added enhancement New feature or request functionality New function labels Mar 22, 2023
@liufeigit
Copy link
Member

liufeigit commented Mar 22, 2023

Currently, it has not been fully implemented, and the team will plan to implement it in the future.

Most invertible involve the issue of BLAS, which is naturally not a problem for pure Python projects. However, the core of this project is to implement in C and consider cross platform support. Therefore, selecting and testing different ports for BLAS and bridging corresponding projects require a certain amount of time.

Thank you for your support.

@Ajob41
Copy link

Ajob41 commented Mar 28, 2023

BLAS means basic linear algebra subprograms right?

@liufeigit
Copy link
Member

@Ajob41 Right!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request functionality New function
Projects
None yet
Development

No branches or pull requests

3 participants