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
In line 93 to 145 in equality, it's a seq that is tested not the vectors. Is that intended? https://github.com/unicredit/linear-algebra/blob/master/tests/equality.nim#L93
The text was updated successfully, but these errors were encountered:
I see the same pattern in ops testing: https://github.com/unicredit/linear-algebra/blob/master/tests/ops.nim#L529
Sorry, something went wrong.
Yup, dynamic vectors are in fact just seqs: https://github.com/unicredit/linear-algebra/blob/master/linalg/private/types.nim#L24-L25
I saw no good reason not to do this, and I thought that since seqs are so ubiquitous, this might save a few copies here and there
No branches or pull requests
In line 93 to 145 in equality, it's a seq that is tested not the vectors. Is that intended?
https://github.com/unicredit/linear-algebra/blob/master/tests/equality.nim#L93
The text was updated successfully, but these errors were encountered: