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

same test array using CPP and python code , return Different results. #1

Open
VIRTUALWORLDHEAD0CAICAI opened this issue Dec 21, 2024 · 0 comments

Comments

@VIRTUALWORLDHEAD0CAICAI
Copy link

VIRTUALWORLDHEAD0CAICAI commented Dec 21, 2024

example_vel_grad_matrix = [[4.0, -3.0, 7.0],
[3.0, 4.0, 0.0],
[5.0, 10.0, 10.0]]

cpp return:

Liutex magnitude R: 4.61373
Liutex vector r: 2.36493
0.661728
3.90586

python return :

Liutex Magnitude (R): 4.670987141299767
Liutex Vector (r): [2.39427764 0.6699401 3.95433126]
I

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant