cauchy_matrix {gallery} | R Documentation |
Create Cauchy matrix
Description
Arguments x
and y
are vectors of length n
.
C[i,j] = 1 / (x[i] + y[j])
Usage
cauchy_matrix(x, y = NULL)
Arguments
x |
vector of length n |
y |
vector of length n |
Value
a Cauchy matrix
[Package gallery version 1.0.0 Index]