Implements some missing functions

See merge request oss/rotgen!28
This commit is contained in:
Joel Falcou 2025-09-28 16:15:15 +02:00
parent 5d8a084070
commit b6fcd4b341
34 changed files with 972 additions and 139 deletions

View file

@ -32,7 +32,7 @@ While the command `cmake -DROTGEN_FORCE_DYNAMIC=ON` will output:
```bash
-- ==================== Rotgen Configuration Summary ====================
-- Configuration mode: DYNAMIC
-- Reason : No static size options were provided
-- Reason : No static size options were provided
-- Preprocessor flags: -DROTGEN_FORCE_DYNAMIC
-- ======================================================================
-- Configuring done (0.0s)
@ -64,7 +64,7 @@ Supported scalar types are `float` and `double`.
+ Data generation interface (i.e `matrix::Zero`, etc...)
+ Reductions (sum, prod, norms)
+ Resizing and conservative resizing
## Project status
### Current Releases
+ 08/2025 - Version 0.0.1beta
@ -74,7 +74,7 @@ Supported scalar types are `float` and `double`.
+ Support `array` and related operations.
+ Support non-trivial indexing.
+ Precompile and provide free functions API for common linear algebra solvers.
## License
**ROTGEN** is licensed under the Boost Software License