View source: R/gen.rorthogonal_group.R
rorthogonal_group | R Documentation |
Generate sample from the orthogonal group O(d)
rorthogonal_group(d, n = 1)
d |
[integer] Dimension of the matrix |
n |
[integer] numbers of samples drawn |
[array or matrix], dim = d * d * n or d * d if n == 1
M = ROOPSD::rorthogonal_group( 2 , 10 )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.