Home
last modified time | relevance | path

Searched refs:matpow (Results 1 – 25 of 43) sorted by relevance

12

/dports/math/R-cran-expm/expm/
H A DMD511 45e07bacddb49c9238b3e9d1767992f7 *R/matpow.R
37 25ffdff79449fea67c0f0ae69506fd33 *man/matpow.Rd
54 c90f46855c308b750336974ba1071e70 *src/matpow.c
55 3d2decb5c522ff491ffa1118b0335b14 *src/matpow.h
66 041ae27011d67be12b0bf4cfadb27dc2 *tests/matpow-ex.R
H A DChangeLog55 * src/matpow.c (matpow): use size_t etc, trying to prevent integer
74 * src/matpow.c: need to carefully REPROTECT x_
123 * src/matpow.c (R_matpow): fix modify-argument bug in %^%.
216 * New function matpow() as alias to operator %^%.
217 * R/matpow.R: miscellaneous fixes and prettyfication of comments
248 * src/matpow.c
/dports/math/R-cran-expm/expm/po/
H A Dexpm.pot34 #: R_dgebal.c:36 expm-eigen.c:214 expm.c:307 logm-eigen.c:219 matpow.c:23
96 #: matpow.c:14
100 #: matpow.c:54
H A Dfr.po35 #: R_dgebal.c:36 expm-eigen.c:214 expm.c:307 logm-eigen.c:219 matpow.c:23
101 #: matpow.c:14
106 #: matpow.c:54
/dports/math/R-cran-expm/expm/man/
H A Dmatpow.Rd1 \name{matpow}
3 \alias{matpow}
/dports/math/R-cran-expm/expm/src/
H A Dmatpow.c34 matpow(REAL(x_), n, k_, REAL(z)); in R_matpow()
44 void matpow(double *x, int n, int k, double *z) in matpow() function
H A Dmatpow.h4 void matpow(double *x, int n, int k, double *z);
H A Dinit.c38 R_RegisterCCallable("matpow", "matpow", (DL_FUNC) matpow); in R_init_expm()
/dports/math/py-Diofant/Diofant-0.13.0/diofant/matrices/expressions/
H A D__init__.py13 from .matpow import MatPow
H A Dinverse.py4 from .matpow import MatPow
H A Dmatexpr.py100 from .matpow import MatPow
155 from .matpow import MatPow
/dports/math/py-sympy/sympy-1.9/sympy/matrices/expressions/
H A D__init__.py11 from .matpow import MatPow
H A Dinverse.py5 from sympy.matrices.expressions.matpow import MatPow
H A Dkronecker.py18 from .matpow import MatPow
H A Dmatmul.py12 from .matpow import MatPow
H A Dblockmatrix.py13 from sympy.matrices.expressions.matpow import MatPow
H A Dmatexpr.py996 from .matpow import MatPow
/dports/math/octave-forge-symbolic/symbolic-2.9.0/inst/@sym/
H A Dmpower.m114 %! % matpow
124 %! % matpow, sub in zero gives identity
/dports/math/octave-forge-symbolic/symbolic-2.9.0/inst/
H A Dfindsymbols.m170 %! % symbols in matpow
/dports/math/giacxcas/giac-1.6.0/doc/pt/
H A Daide_cas867 # matpow
/dports/math/giacxcas/giac-1.6.0/doc/zh/
H A Daide_cas867 # matpow
/dports/math/giacxcas/giac-1.6.0/src/
H A Dvecteur.h439 matrice matpow(const matrice & m,const gen & n,GIAC_CONTEXT);
H A Dgiac.i1927 giac::matrice matpow(const giac::matrice & m,const gen & n,giac::context * );
H A Dgiacjs.i1923 giac::matrice matpow(const giac::matrice & m,const gen & n,giac::context * );
/dports/math/py-sympy/sympy-1.9/sympy/core/tests/
H A Dtest_args.py3188 from sympy.matrices.expressions.matpow import MatPow

12