summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorNao Pross <np@0hm.ch>2024-06-07 20:33:07 +0200
committerNao Pross <np@0hm.ch>2024-06-07 20:35:15 +0200
commit7170e03e29b160071a586784e5e7c7d728e6ce32 (patch)
tree7fcb9a8e37668dda47aa90b3dcc1b1c51915c4c0 /examples
parentFix bug in MaxExpr (diff)
downloadpolymatrix-7170e03e29b160071a586784e5e7c7d728e6ce32.tar.gz
polymatrix-7170e03e29b160071a586784e5e7c7d728e6ce32.zip
Fix bugs in expression.from_ and expression.__init__
Now shapes are either complete expression or complete tuples of integers adding a mix (5, e) with e being an expression was adding needless complexity everywhere, so a case like (5, e) becomes vstack(FromNumber(5), e)) and the entire shape is an expression
Diffstat (limited to 'examples')
0 files changed, 0 insertions, 0 deletions