Home
last modified time | relevance | path

Searched refs:matrice2lapack (Results 1 – 2 of 2) sorted by relevance

/dports/math/giacxcas/giac-1.6.0/src/
H A Dvecteur.h117 bool matrice2lapack(const matrice & m,double * A,GIAC_CONTEXT);
H A Dvecteur.cc4643 matrice2lapack(a,A,context0); in mmult_double()
4644 matrice2lapack(btran,B,context0); in mmult_double()
11441 matrice2lapack(a,A,contextptr); in minv()
14264 matrice2lapack(m,A,contextptr); in egv()
14295 matrice2lapack(m,A,contextptr); in egv()
15424 matrice2lapack(*args._VECTptr,A,contextptr); in lu()
15521 bool matrice2lapack(const matrice & m,double * A,GIAC_CONTEXT){ in matrice2lapack() function
15608 if (!matrice2lapack(m,A,contextptr)) in qr()
15863 matrice2lapack(m,A,contextptr); in _svd()