We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6a3def commit 02782cdCopy full SHA for 02782cd
vision/status_quo/nalgebra.md
@@ -62,6 +62,10 @@ where
62
}
63
```
64
65
+### `ToTypenum` is only implemented up to fixed size
66
+
67
+That's annoying. ✨
68
69
### Cannot use associated constants
70
71
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.
137
141
### const Trait implementations
138
142
139
143
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