Displaying 1 result from an estimated 1 matches for "gsl_linalg_solve_tridiag".
2015 Feb 11
0
CRAN check fails on Solaris, any hints why?
...itive definite
Default GSL error handler invoked.
The package is structured in such way that the underlying C library uses GSL for performing complete ensemble empirical mode decomposition, and I have written Rcpp/R wrappers around those functions. In eemd.c there are lines
const int status = gsl_linalg_solve_tridiag(&diag_vec.vector,
&supdiag_vec.vector,
&subdiag_vec.vector,
&g_vec.vector,
&solution_ve...