various bugfixes discovered after implementation of above features
Can you remember what I told you at least 25 times about how PRs need to be organized?
What libraries and can it be removed from there so we can specify it in cargo?
This is what should go in the code comments, not obvious stuff.
Try setting the environment variable RUSTFLAGS="-Z const_fn -Z extended_key_value_attributes -Z array_methods"
If the only change to nalgebra is the addition of #![feature(const_fn, extended_key_value_attributes, array_methods)]
, can't we just use upstream and some rustc flags to enable those…
Why is @Q
needed? Any reason other than it was suggested by ChatGPT?
Sorry the short form won't work, it's only for external functions written in C.
linalg_ in both names. Use the short form of the macro.
Also this is function is poorly named. Add a linalg_
prefix or something, otherwise you have no idea what it can possibly do just looking at the name.