R/eigen.sym.R

Defines functions eigen.sym

Documented in eigen.sym

#[export]
eigen.sym <- function(A, k, vectors = TRUE) {
  .Call(Rfast_eigs_sym_c,A,k,vectors)
}

Try the Rfast package in your browser

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

Rfast documentation built on Nov. 9, 2023, 5:06 p.m.