Home
last modified time | relevance | path

Searched refs:const_col (Results 1 – 25 of 30) sorted by relevance

12

/dports/math/py-statsmodels/statsmodels-0.13.1/statsmodels/tsa/
H A Ddeterministic.py1224 const_col = (term == term.iloc[0]).all() & (term.iloc[0] != 0)
1225 has_const = has_const or const_col.any()
/dports/math/pari/pari-2.13.3/src/basemath/
H A Dbb_hnf.c1171 case t_INT: Y = const_col(n, Y); break; in gaussmoduloall()
1229 Y = const_col(m,Y); in matsolvemod()
H A Dpolarit1.c553 return mkmat2(y, const_col(lg(y)-1, gen_1)); in famat_flatten()
H A Dpolarit2.c321 gel(E,j) = const_col(lg(v)-1, utoipos(i)); in RgXY_factor()
937 gel(y,2) = const_col(lg(p1)-1, gen_1); return y; in RgX_factor()
957 gel(y,2) = const_col(lx-1, gen_1); return y; in RgX_factor()
H A Drootpol.c1982 return const_col(degpol(T), A); in polmod_to_embed()
2623 gel(sol, i++) = const_col(v, real_0(prec)); in realroots()
H A Dbase3.c1404 if (emb) *emb = const_col(RU, u); in scalar_logembed()
1661 ex = (i < l)? const_col(l-1, x): NULL; in nfsetsigns()
H A DFpV.c1023 GEN z = const_col(n, _0); gel(z,i) = _1; in gen_matid()
H A Dgen3.c1409 GEN y = cgetg(n+1, t_MAT), c = const_col(n, gcopy(z)); in constmat()
1422 for (i = 1; i <= n; i++) { gel(y, i) = const_col(n, z); gcoeff(y,i,i) = o; } in scalarmat2()
H A Dnffactor.c613 ex = const_col(n, gen_1); in fact_from_sqff()
H A Dbase5.c920 if (typ(x) != t_COL) return const_col(nbrows(M), x); in nftocomplex()
H A Dbase1.c1506 gel(M,1) = const_col(l-1, gen_1); /* bas[1] = 1 */ in make_M()
H A Dbase2.c1791 gel(E,i) = const_col(lg(L)-1, utoipos(ex[i])); in ZpX_monic_factor()
H A Dbuch2.c2155 arch = typ(z) == t_COL? RgM_RgC_mul(M, z): const_col(nbrows(M), z); in get_log_embed()
H A Dgalconj.c3591 gel(ct, i) = C = const_col(lcl-1, NULL); in cc_chartable()
H A Dmftrace.c1002 gel(mpow,1) = const_col(nd, gen_1); in c_bracket()
4365 for (j = 1; j < l; j++) gel(A,j) = const_col(n, x); in const_mat()
4854 E = const_col(l-1, gen_1); in mynffactor()
/dports/math/pari/pari-2.13.3/src/language/
H A Dsumiter.c163 { return mkmat2(zc_to_ZC(v), const_col(lg(v)-1,gen_1)); } in zv_to_ZM()
171 return mkmat2(w, const_col(l,gen_1)); in zv_to_mZM()
/dports/math/p5-Math-Pari/pari-2.3.5/src/basemath/
H A Dperm.c73 const_col(long n, GEN x) in const_col() function
H A Dbuch2.c1638 gel(y, j++) = equaliu(w,2)? const_col(l - 1, gen_1): cgetg(1, t_COL); in zsignunits()
/dports/math/pari/pari-2.13.3/src/modules/
H A Dthue.c103 if (typ(x) == t_INT) return const_col(l-1, x); in get_emb()
H A Dalgebras.c4730 fa = mkmat2(pdec, const_col(np, gen_1)); in algcenter_precompute()
/dports/math/pari/pari-2.13.3/src/headers/
H A Dpariinl.h372 const_col(long n, GEN x) { retconst_col(n, x); } in const_col() function
/dports/math/p5-Math-Pari/pari-2.3.5/src/headers/
H A Dparidecl.h1439 GEN const_col(long n, GEN x);
/dports/math/pari/pari-2.13.3/
H A DCHANGES-2.4373 163- [doc] const_col, const_vec: typo in prototype [#1040]
/dports/math/p5-Math-Pari/pari-2.3.5/doc/
H A Dusersch5.tex3068 \fun{GEN}{const_col}{long n, long c} returns a \typ{COL} of \kbd{n} components
/dports/math/p5-Math-Pari/pari-2.3.5/
H A DCHANGES-2.2474 BA 13- new functions const_col, const_vec, vec_is1to1, vec_isconst

12