R/J.R

Defines functions J

J <- function(k){
  matrix(rep(1,k*k), nrow = k)
}

Try the npclust package in your browser

Any scripts or data that you put into this service are public.

npclust documentation built on April 3, 2025, 8:18 p.m.