Description Usage Arguments Value Author(s) References See Also Examples
Convert d*(d-1)/2 angles from a sequence of Givens rotations to a d x d orthogonal matrix.
1 | theta2W(theta)
|
theta |
A scalar or vector of length d*(d-1)/2 of values from which the d x d orthogonal matrix is calculated. |
A d x d orthogonal matrix resulting from the sequence of d*(d-1)/2 Givens rotation matrices.
David S. Matteson
Golub, G. & Van Loan, C. 1996. Matrix computations. Johns Hopkins University Press.
1 2 3 4 5 6 7 8 |
Loading required package: Rcpp
Loading required package: MASS
Loading required package: clue
Loading required package: combinat
Attaching package: 'combinat'
The following object is masked from 'package:utils':
combn
[,1] [,2] [,3]
[1,] -0.9624979 -0.1013861 -0.2516321
[2,] 0.2144810 -0.8523475 -0.4769713
[3,] -0.1661198 -0.5130542 0.8421280
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.