Description Usage Arguments Details Value Author(s) References See Also Examples
View source: R/linearAlgebra-sym_of_vechs.R
Symmetric matrix from its strict half-vectorization.
1 | sym_of_vechs(x, diags)
|
x |
Vector. |
diags |
Vector. Diagonal elements. |
Generates an m \times m symmetric matrix from an (m(m + 1) / 2) - m vector. The m \times 1 vector of diagonal values should be supplied.
A vector.
Ivan Jacob Agaloos Pesigan
Other Linear Algebra Functions:
dcap()
,
sym_of_vech()
,
vechnames()
,
vechsnames()
,
vechs()
,
vech()
1 2 3 4 5 6 7 8 9 10 11 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.