Feature/language tiny matrices
- Dec 01, 2020
-
-
Stéphane Del Pino authored
Also add related tests
-
- Nov 30, 2020
-
-
Stéphane Del Pino authored
Deal with missing tests of - ASTNodeListAffectationExpressionBuilder - FunctionArgumentConverter - FunctionProcessor - ListAffectationProcessor
-
Stéphane Del Pino authored
-
Stéphane Del Pino authored
- use ASTNodeNaturalConversionChecker<AllowRToR1Conversion> when dealing with lists - ASTNodeNaturalConversionChecker call in ASTNodeBuiltinFunctionExpressionBuilder
-
Stéphane Del Pino authored
-
- Nov 27, 2020
-
-
Stéphane Del Pino authored
-
Stéphane Del Pino authored
-
Stéphane Del Pino authored
- deal with arguments as well as return value - add few missing tests
-
Stéphane Del Pino authored
- add also missing tests - improve slightly error messages
-
- Nov 26, 2020
-
-
Stéphane Del Pino authored
-
Stéphane Del Pino authored
- fix tuple affectation for none list rhs - fix affection for R^1x1
-
- Nov 25, 2020
-
-
Stéphane Del Pino authored
Testing for `ASTNodeNaturalConversionChecker` remains incomplete
-
Stéphane Del Pino authored
- (re?)-check that list to tuple conversion is possible - fix an issue in affectation of matrix tuple elements from lists
-
Stéphane Del Pino authored
It has now the same behavior as TinyVector
-
Stéphane Del Pino authored
-
Stéphane Del Pino authored
-
Stéphane Del Pino authored
This commit namely adds tuple to matrices conversions and allows to deal with product of spaces containing R^dxd
-
Stéphane Del Pino authored
This gives better information when running into problems
-
Stéphane Del Pino authored
-
Stéphane Del Pino authored
-
Stéphane Del Pino authored
-
- Nov 24, 2020
-
-
Stéphane Del Pino authored
-
Stéphane Del Pino authored
- allow affectation of TinyMatrix to string - allow concatenation of TinyMatrix to string
-
Stéphane Del Pino authored
-
Stéphane Del Pino authored
Grant functionalities (by now) - declaration of variables of type R^1x1, R^2x2 and R^3x3 - allow standard affectations - add unary minus operator - plug basic binary operators
-