Description Usage Arguments Value Examples
elk
generates the e matrices.
1 | elk(n, p)
|
n |
the number of rows |
p |
the numbwr of columns |
A list of e matrices. el1 is the matrix of el1 in the paper, which is constructed by column matrix ei. ei is an n-dimensional vector with each component being 0 but its i-th component being 1.
el2 is the matrix of el2 in the paper, which is constructed by column matrix ei. ei is an n-dimensional vector with each component being 0 but its i-th component being 1.
ek1 is the matrix of ek1 in the paper, which is constructed by column matrix ei. ei is an p-dimensional vector with each component being 0 but its i-th component being 1.
ek2 is the matrix of ek2 in the paper, which is constructed by column matrix ei. ei is an p-dimensional vector with each component being 0 but its i-th component being 1.
1 | elk(4,3)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.