cauchy_matrix | R Documentation |
Arguments x
and y
are vectors of length n
.
C[i,j] = 1 / (x[i] + y[j])
cauchy_matrix(x, y = NULL)
x |
vector of length n |
y |
vector of length n |
a Cauchy matrix
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.