Add R^dxd and R^d expressions in pugs' language (with d=1,2 or 3)
- Jun 30, 2022
-
-
Stéphane Del Pino authored
This is quite a stupid hack
-
Stéphane Del Pino authored
This is strange, I cannot reproduce this compilation issue using various installations of clang-10 ...
-
Stéphane Del Pino authored
-
Stéphane Del Pino authored
-
Stéphane Del Pino authored
Do not use std::to_string anymore for arithmetic data. This is more coherent with R^d and R^dxd conversions and aesthetically cleaner)
-
Stéphane Del Pino authored
This commit adds tests for tuples of basic types affectations
-
Stéphane Del Pino authored
-
- Jun 29, 2022
-
-
Stéphane Del Pino authored
-
- Jun 20, 2022
-
-
Stéphane Del Pino authored
-
Stéphane Del Pino authored
- remove also some obsolete (no more reachable code) - probably still need few constructions (embedded values?) - tests are still missing
-
- Jun 10, 2022
-
-
Stéphane Del Pino authored
-
- Jun 08, 2022
-
-
Stéphane Del Pino authored
-
Stéphane Del Pino authored
These expressions are defined as follow - for R^d: [a,b,...], where the d expressions (a,b,...) convert naturally to R - for R^dxd: [[a,b,...],[c,d,...],...], where the dxd expressions (a,b,c,d,...) convert naturally to R
-