You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Return an `Array` of size `dims` which is a (semi) orthogonal matrix, as described in [1].
181
181
182
-
The input must have at least 2 dimensions.
183
-
184
-
For input dimensions > 2, the array is flattened with respect to the last dimension, and then an orthogonal matrix is computed before reshaping it to original dimensions.
182
+
The input must have at least 2 dimensions.
183
+
For `length(dims) > 2`, a `prod(dims[1:(end - 1)])` by `dims[end]` orthogonal matrix
184
+
is computed before reshaping it to the original dimensions.
0 commit comments