Learn R Programming

gallery (version 1.0.0)

cauchy_matrix: 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)

Value

a Cauchy matrix

Arguments

x

vector of length n

y

vector of length n