cauchy_matrix: Create Cauchy matrix

View source: R/cauchy.R

cauchy_matrixR 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


gallery documentation built on Sept. 26, 2024, 5:07 p.m.