calc_roots_from_seeds_C: calc_roots_from_seeds_C

View source: R/RcppExports.R

calc_roots_from_seeds_CR Documentation

calc_roots_from_seeds_C

Description

Create Student data frame.

Arguments

seeds

seeds

roots

roots from polynom equation

poly

polynomial coefficients

Details

calc_roots_from_seeds_C

Examples

library(Rcpp)
df <- expand.grid(re = seq(0,10,0.1), im = seq(-10,0,0.1))
seeds <- complex(df$re,df$im)
calc_roots_from_seeds_C(seeds, c(0.2,2.5,3+1i), 1:10)

wagnius-GmbH/slvwagner documentation built on Jan. 19, 2025, 7:10 a.m.