Skip to content

Commit 02782cd

Browse files
committed
words
1 parent a6a3def commit 02782cd

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

vision/status_quo/nalgebra.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,10 @@ where
6262
}
6363
```
6464

65+
### `ToTypenum` is only implemented up to fixed size
66+
67+
That's annoying. ✨
68+
6569
### Cannot use associated constants
6670

6771
It is currently also not possible to have the size of a matrix depend on associated constants:
@@ -137,4 +141,9 @@ For this generic const expressions have to be supported.
137141
### const Trait implementations
138142

139143
For `R1 * R2` to work we need const trait impls, otherwise this
140-
can be written using `mul_dim(R1, R2)` or something.
144+
can be written using `mul_dim(R1, R2)` or something.
145+
146+
## `Default` for arrays
147+
148+
`nalgebra` currently has to work around `Default` not being implemented
149+
for all arrays where `T: Default`.

0 commit comments

Comments
 (0)