Description Usage Arguments Details Value Dependencies Author(s) References See Also Examples
View source: R/linearAlgebra-vechs.R
Apply a strict half-vectorization, that is, half-vectorize an m \times m symmetric matrix without the diagonal elements.
1 |
x |
Matrix. |
names |
Logical. Add names. |
sep |
Character string. Separator for variable names. |
Generates an (m(m + 1) / 2) - m vector from the unique elements of an m \times m symmetric matrix, excluding the diagonals, by stacking the columns (column-major).
A vector.
vechsnames()
Ivan Jacob Agaloos Pesigan
Other Linear Algebra Functions:
dcap()
,
sym_of_vechs()
,
sym_of_vech()
,
vechnames()
,
vechsnames()
,
vech()
1 2 3 4 5 6 7 8 9 10 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.