Home
last modified time | relevance | path

Searched refs:zeros (Results 30076 – 30100 of 46989) sorted by relevance

1...<<1201120212031204120512061207120812091210>>...1880

/dports/x11/xcb-util-renderutil/xcb-util-renderutil-0.3.9/m4/
H A Dax_compare_version.m4149 # Pad zeros at end of numbers to make same length.
/dports/x11/xcb-util-cursor/xcb-util-cursor-0.1.3/m4/
H A Dax_compare_version.m4149 # Pad zeros at end of numbers to make same length.
/dports/x11/xcb-util-errors/xcb-util-errors-1.0/m4/
H A Dax_compare_version.m4149 # Pad zeros at end of numbers to make same length.
/dports/x11/rofi/rofi-1.6.1/m4/
H A Dax_compare_version.m4152 # Pad zeros at end of numbers to make same length.
/dports/x11/rofi-wayland/rofi-1.6.1-wayland/m4/
H A Dax_compare_version.m4152 # Pad zeros at end of numbers to make same length.
/dports/x11/xcb-util-xrm/xcb-util-xrm-1.3/m4/
H A Dax_compare_version.m4149 # Pad zeros at end of numbers to make same length.
/dports/x11/xcb-util-keysyms/xcb-util-keysyms-0.4.0/m4/
H A Dax_compare_version.m4149 # Pad zeros at end of numbers to make same length.
/dports/graphics/py-wand/Wand-0.6.7/docs/whatsnew/
H A D0.5.rst26 array = np.zeros([100, 100, 3], dtype=np.uint8)
/dports/devel/py-numba/numba-0.51.2/numba/cuda/tests/cudapy/
H A Dtest_gufunc.py293 inp = out = np.zeros(10, dtype=np.float32)
/dports/devel/py-numba/numba-0.51.2/numba/tests/
H A Dtest_pycc.py276 res = lib.zeros(3)
/dports/biology/py-orange3-bioinformatics/Orange3-Bioinformatics-4.3.1/orangecontrib/bioinformatics/cluster_analysis/
H A D__init__.py166 rows_by_batch = np.zeros((len(table_x),))
/dports/biology/py-bx-python/bx-python-0.8.13/lib/bx/bbi/
H A Dbigwig_file.pyx116 self.array = numpy.zeros( end - start, dtype=numpy.float32 )
/dports/math/p5-Math-Matrix/Math-Matrix-0.94/
H A DREADME180 zeros()
184 $x = Math::Matrix -> zeros($m);
187 $x = Math::Matrix -> zeros($m, $n);
424 identity matrix contains ones on the main diagonal and zeros
434 An exchange matrix contains ones on the main anti-diagonal and zeros
783 Returns a matrix of ones and zeros. The element is one if the
790 Returns a matrix of ones and zeros. The element is one if the
797 Returns a matrix of ones and zeros. The element is one if the
1774 and returns a matrix of ones and zeros. Scalar expansion is performed if
H A DREADME.md192 - zeros()
197 $x = Math::Matrix -> zeros($m);
200 $x = Math::Matrix -> zeros($m, $n);
455 identity matrix contains ones on the main diagonal and zeros elsewhere.
465 An exchange matrix contains ones on the main anti-diagonal and zeros elsewhere,
822 Returns a matrix of ones and zeros. The element is one if the corresponding
829 Returns a matrix of ones and zeros. The element is one if the corresponding
837 Returns a matrix of ones and zeros. The element is one if the corresponding
1900 returns a matrix of ones and zeros. Scalar expansion is performed if necessary.
/dports/science/py-geometric/geometric-0.9.7.2/geometric/
H A Dmolecule.py615 joblens = np.zeros(splitsize,dtype=int)
654 DMat = np.zeros((3,3))
660 CMat = np.zeros((3,3))
666 BMat = np.zeros((3,3))
709 I = np.zeros((3,3))
944 xyznew = np.zeros((frames, Mol.na, 3))
2700 Mat = np.zeros((N,N),dtype=float)
2717 Vec = np.zeros(N-1, dtype=float)
2734 Vec = np.zeros(N)
/dports/science/dynare/dynare-4.6.4/doc/manual/source/
H A Dtime-series.rst88 column vector, ``n`` by ``1``, of zeros and ones.
95 returns an ``n`` by ``1`` column vector of zeros and ones.
102 vector, ``n`` by ``1``, of zeros and ones.
109 vector, ``n`` by ``1``, of zeros and ones.
116 ``le`` operator returns a column vector, ``n`` by ``1``, of zeros
124 ``ge`` operator returns a column vector, ``n`` by ``1``, of zeros
1223 x = zeros(200,1);
1731 x = zeros(200,1);
2308 matrix of zeros and ones. Element :math:`(i,j)` of ``C`` is
/dports/science/py-abipy/abipy-0.9.0/abipy/dfpt/
H A Dphonons.py645 values = np.zeros(nw)
734 displ_list = np.zeros((self.num_branches, self.num_atoms, 3), dtype=complex)
1333 ind_block = np.zeros((len(displ), self.num_branches), dtype=int)
1982 phdispl_cart = np.zeros((len(phfreqs), n_modes, n_modes))
2285 frac = np.zeros(self.num_branches)
3171 cumulative = np.zeros(len(self.wmesh))
3250 cumulative = np.zeros(len(self.wmesh))
3321 cumulative = np.zeros(len(self.wmesh))
/dports/science/R-cran-kernlab/kernlab/src/
H A Dsvm.cpp4048 double *zeros = new double[l]; in solve_smo() local
4050 zeros[i] = 0; in solve_smo()
4052 s.Solve(l, SVC_Q(*prob,*param,y), zeros, y, in solve_smo()
4063 delete[] zeros; in solve_smo()
4068 double *zeros = new double[l]; in solve_smo() local
4080 zeros[i] = 0; in solve_smo()
4085 s.Solve(l, ONE_CLASS_Q(*prob,*param), zeros, ones, in solve_smo()
4088 delete[] zeros; in solve_smo()
/dports/math/py-numpy/numpy-1.20.3/numpy/ma/
H A Dcore.py1683 result = np.zeros(newshape, dtype=MaskType)
1685 result = np.zeros(newshape, dtype=make_mask_descr(dtype))
2857 _data._mask = np.zeros(_data.shape, dtype=mdtype)
2885 mask = np.zeros(_data.shape, dtype=mdtype)
4500 m = np.zeros(self.shape, dtype=np.bool_)
7325 xd = np.zeros((), dtype=yd.dtype)
7328 yd = np.zeros((), dtype=xd.dtype)
8140 zeros = _convert2ma('zeros', params=dict(fill_value=None, hardmask=False)) variable
/dports/science/py-scipy/scipy-1.7.1/scipy/stats/
H A Dstats.py421 oldmostfreq = np.zeros(testshape, dtype=a.dtype)
422 oldcounts = np.zeros(testshape, dtype=int)
937 else np.zeros(shape, dtype=dtype))
4494 variable_has_nan = np.zeros(n_vars, dtype=bool)
5544 y = np.concatenate([np.zeros(nx), np.ones(ny)], axis=0).reshape(-1, 1)
7106 A = np.zeros(lenA, dtype=dtype)
7246 B = np.zeros(lxj)
/dports/math/scilab/scilab-6.1.1/scilab/modules/cacsd/locales/
H A Dpt_BR.po1031 msgid "%s: The given system has no poles and no zeros.\n"
1032 msgstr "%s: o sistema fornecido não possui polos nem zeros.\n"
1043 msgid "open loop zeros"
1044 msgstr "zeros de malha aberta"
1522 msgid "Transmission zeros and poles"
1523 msgstr "Pólos e zeros de transmissão"
1768 "%s: Wrong value for input argument #%d: complex zeros must appear in "
/dports/archivers/gcpio/cpio-2.13/po/
H A Dko.po1114 msgid "Write files with large blocks of zeros as sparse files"
1299 msgid "File %s shrunk by %s byte, padding with zeros"
1300 msgid_plural "File %s shrunk by %s bytes, padding with zeros"
1305 msgid "Read error at byte %lld in file %s, padding with zeros"
1409 msgid "Fill the file with the given PATTERN. PATTERN is 'default' or 'zeros'"
1411 "주어진 <패턴>으로 파일 이름을 만듭니다. <패턴> 값은 'default' 또는 'zeros' 입"
/dports/science/py-scipy/scipy-1.7.1/scipy/spatial/
H A Dckdtree.pyx593 np.amax(self.data, axis=0) if self.n > 0 else np.zeros(self.m),
596 np.amin(self.data,axis=0) if self.n > 0 else np.zeros(self.m),
1398 results = np.zeros(n_queries + 1, dtype=np.intp)
1424 results = np.zeros(n_queries + 1, dtype=np.float64)
1436 results2 = np.zeros(inverse.shape, results.dtype)
1511 You can check distances above the `max_distance` are zeros:
/dports/math/scilab/scilab-6.1.1/scilab/modules/sparse/tests/unit_tests/
H A Dsparse.dia.ref31 v= zeros(1,3);v(3)=5;v(1)=1;
33 v= zeros(1,300);v(300)=5;v(1)=1;
35 v= zeros(3,1);v(3)=5;v(1)=1;
37 v= zeros(300,1);v(300)=5;v(1)=1;
44 if or(full(sparse([],[],[4 10]))<> zeros(4,10)) then bugmes();quit;end
101 if or(full(zer+zer)<> zeros(6,6)) then bugmes();quit;end
/dports/science/dynare/dynare-4.6.4/matlab/gsa/
H A Dmap_ident_.m136 A = zeros(size(Aa,1),size(Aa,2)+size(Aa,1),length(istable));
870 % SAvdec=zeros(size(vdec,2),npT);
1012 SAcc=zeros(size(ccac,2),npT);
1107 % SAac=zeros(size(ac,2),npT);
1202 % SAtadj=zeros(size(tadj,2),np);
1336 % SAif=zeros(size(iff,2),np);

1...<<1201120212031204120512061207120812091210>>...1880