Commit graph

75 commits

Author SHA1 Message Date
Joel Falcou
7b395f6ad8 Setup CI on gitlab
Co-authored-by: Joel Falcou <joel.falcou@lri.fr>

See merge request oss/rotgen!5
2025-05-21 11:32:23 +02:00
Joel Falcou
95ae1ef1e4 [ADVANCED INITIALISATION] implemented and tested the static methods
Co-authored-by: kallore <kkaspar@codereckons.com>

See merge request oss/rotgen!4
2025-05-20 20:56:39 +02:00
Karen Kaspar
ab8336bd5b [ADVANCED INITIALISATION] implemented and tested the static methods
Co-authored-by: kallore <kkaspar@codereckons.com>

See merge request oss/rotgen!4
2025-05-20 20:56:39 +02:00
Joel Falcou
03591ac323 Implement Eigen arithmetic functions stub 2025-05-20 15:54:34 +02:00
kallore
bf343703fa [ARITHMETICS][TESTS] used auto init_fn instead of std::function for the function called to initialize teh matrix 2025-05-20 15:23:48 +02:00
kallore
b206f40372 [ARITHMETIC][FUNCTIONS] modified teh transpose and adjoint implementations to use the in place version and avoid having a redundant copy 2025-05-20 15:22:55 +02:00
kallore
2cb2724bcd [TEST][CMAKE] removed the find eigen library 2025-05-20 15:21:48 +02:00
kallore
a0a5a197e8 [ARITHMETIC][REDUCTION OPERATIONS] implemented and added tests for all reduction operations 2025-05-20 11:49:03 +02:00
kallore
9fc9b94be7 [TESTS][CMAKE] added the eigen library to the tests CmakeLists 2025-05-20 11:47:24 +02:00
kallore
8aea305ad3 [ARITHMETIC][FUNCTIONS] implemented and tested the unary operations transpose, adjoint, conjugate and transposeInPlace and adjointInPlace 2025-05-20 10:23:57 +02:00
kallore
8759c7381a [ARITHMETIC OP][TEST] added tests for all arithmetic operators 2025-05-19 17:00:58 +02:00
kallore
721550d0f8 [ARITHMETIC OP][IMPLEMENTATION] rectifie dthe implementation of the unary - operator 2025-05-19 16:59:10 +02:00
kallore
ee3197a0a6 [ARITHMETIC OPERATORS][IMPLEMENTATION] implmeented the binary and compound / operator 2025-05-19 10:28:10 +02:00
kallore
12b867e1c9 [ARITHMETIC OPERATORS][IMPLEMENTATION] implmeented the binary, unary and compound - operator 2025-05-19 10:24:49 +02:00
Karen
ec63380746 [TEST][ARITHMETICS] added tests for the operator+ 2025-05-16 16:46:38 +02:00
Joel Falcou
0794c818c9 Small tests fixes 2025-05-16 16:08:36 +02:00
Joel Falcou
f3bbc6933f First batch of rotgen implementation: constructors, basic infrastructure 2025-05-16 16:01:17 +02:00
Karen Kaspar
afd504d679 First batch of rotgen implementation: constructors, basic infrastructure 2025-05-16 16:01:17 +02:00
Joel Falcou
2554a83890 More products 2025-05-12 14:51:20 +02:00
Joel Falcou
682202825e Added more operators + tests 2025-05-12 11:33:38 +02:00
Joel Falcou
5f1d070547 USe TTS for test harness 2025-05-12 10:35:16 +02:00
Joel Falcou
3caf08e4c1 Added basic tests infrastructrue 2025-05-12 10:16:47 +02:00
Joel Falcou
03c2e69c3f Proper gitignore 2025-05-12 10:16:33 +02:00
Joel Falcou
491addb201 Infrastructure de base 2025-05-07 17:01:58 +02:00
Joel Falcou
d901e17fa8 Initial commit 2025-05-07 12:06:06 +02:00