Lucas Chollet
Lucas Chollet
The purpose of this PR is to enhance the calculator, mainly by removing numerical errors. Current progress: - [x] Support any number - [x] Support flawless +, -, * -...
This PR includes the --login option for `su` and more error propagation that I wrote along.
As introduced by #14608, this PR brings per-user portal for (almost) every service. Two things are needed to bring this : - Support for user detection to create and read...
I'm splitting #11623 in multiple PR to ease the review process. This PR includes all following changes: - [x] Support any number - [x] Support flawless +, -, *, /,...
Vectors are now children of matrices, so they share the same set of properties. This hierarchy change allows the deletions of some duplicate code that was shared among the two...
Simple helper to compute the dot product of a vector with himself
This patch disables the build of documentation, samples, tests and benchmarks when used as a library with `add_subdirectory()`. It changes the default behavior, but the option can still be overridden....
This patch allows to compile with conversion warnings (specificely C4242 on MSVC) on, without any issue.
This patch resolves a TODO and removes a warning.