rorthogonal_group: rorthogonal_group

View source: R/gen.rorthogonal_group.R

rorthogonal_groupR Documentation

rorthogonal_group

Description

Generate sample from the orthogonal group O(d)

Usage

rorthogonal_group(d, n = 1)

Arguments

d

[integer] Dimension of the matrix

n

[integer] numbers of samples drawn

Value

[array or matrix], dim = d * d * n or d * d if n == 1

Examples

M = ROOPSD::rorthogonal_group( 2 , 10 )


ROOPSD documentation built on Sept. 11, 2023, 9:06 a.m.