create_exp_matrix.Rd
Creates an nxn matrix where the (i,j)th entry is exp(-(i+j)/scalar)
create_exp_matrix(nrow, scalar)
The dimension of the matrix
The scalar in exp(-(i+j)/scalar)
An nxn matrix
W <- create_exp_matrix(100, 100)