Home
last modified time | relevance | path

Searched refs:gsl_linalg_cholesky_solve_mat (Results 1 – 10 of 10) sorted by relevance

/dports/math/gsl/gsl-2.7/randist/
H A Dwishart.c185 status = gsl_linalg_cholesky_solve_mat(L, X, work); in gsl_ran_wishart_log_pdf()
/dports/math/gsl/gsl-2.7/linalg/
H A Dcholesky.c160 gsl_linalg_cholesky_solve_mat (const gsl_matrix * LLT, in gsl_linalg_cholesky_solve_mat() function
H A Dgsl_linalg.h567 int gsl_linalg_cholesky_solve_mat (const gsl_matrix * cholesky,
/dports/math/p5-Math-GSL/Math-GSL-0.43/lib/Math/GSL/
H A DLinalg.pm197 *gsl_linalg_cholesky_solve_mat = *Math::GSL::Linalgc::gsl_linalg_cholesky_solve_mat;
/dports/math/p5-Math-GSL/Math-GSL-0.43/pm/Math/GSL/
H A DLinalg.pm.2.5154 *gsl_linalg_cholesky_solve_mat = *Math::GSL::Linalgc::gsl_linalg_cholesky_solve_mat;
H A DLinalg.pm.2.6168 *gsl_linalg_cholesky_solve_mat = *Math::GSL::Linalgc::gsl_linalg_cholesky_solve_mat;
H A DLinalg.pm.2.7197 *gsl_linalg_cholesky_solve_mat = *Math::GSL::Linalgc::gsl_linalg_cholesky_solve_mat;
/dports/math/p5-Math-GSL/Math-GSL-0.43/xs/
H A DLinalg_wrap.2.5.c7795 …result = (int)gsl_linalg_cholesky_solve_mat((gsl_matrix const *)arg1,(gsl_matrix const *)arg2,arg3… in XS()
H A DLinalg_wrap.2.6.c8553 …result = (int)gsl_linalg_cholesky_solve_mat((gsl_matrix const *)arg1,(gsl_matrix const *)arg2,arg3… in XS()
H A DLinalg_wrap.2.7.c10236 …result = (int)gsl_linalg_cholesky_solve_mat((gsl_matrix const *)arg1,(gsl_matrix const *)arg2,arg3… in XS()