Home
last modified time | relevance | path

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

/dports/math/octave/octave-6.4.0/liboctave/array/
H A DSparse.h66 octave_idx_type nzmx; variable
74 nzmx (1), nrows (0), ncols (0), count (1)
80 nzmx (1), nrows (n), ncols (n), count (1)
87 nzmx (nz > 0 ? nz : 1), nrows (nr), ncols (nc), count (1)
91 : d (new T [a.nzmx]), r (new octave_idx_type [a.nzmx]), in SparseRep()
93 nzmx (a.nzmx), nrows (a.nrows), ncols (a.ncols), count (1) in SparseRep()
103 octave_idx_type length (void) const { return nzmx; } in length()
200 a.rep->nzmx)), in Sparse()
H A DSparse.cc70 if (nzmx <= 0) in elem()
82 if (c[ncols] == nzmx) in elem()
109 if (nzmx > 0) in celem()
152 if (nz > nzmx || nz < nzmx - nzmx/frac) in change_length()
155 octave_idx_type min_nzmx = std::min (nz, nzmx); in change_length()
169 nzmx = nz; in change_length()
3017 << prefix << "rep->nzmx: " << rep->nzmx << "\n" in print_info()
/dports/math/octave/octave-6.4.0/etc/
H A Dgdbinit92 output *$arg0.rep.d@$arg0.rep.nzmx
94 output *$arg0.rep.r@$arg0.rep.nzmx
/dports/science/getdp/getdp-3.4.0-source/contrib/Sparskit/
H A Dunary.f2735 & nrowb, ncolb, b, jb, ib, nrowc, ncolc, c, jc, ic, nzmx, ierr)
2738 integer nzmx, ierr, job
2842 if (kc .gt. nzmx) goto 999
/dports/chinese/scim-tables/scim-tables-0.5.10/tables/zh/
H A DZiranma.txt.in30315 nzmx 那怎么行 38
/dports/textproc/scim-table-imengine/scim-tables-0.5.10/tables/zh/
H A DZiranma.txt.in30315 nzmx 那怎么行 38
/dports/japanese/scim-tables/scim-tables-0.5.10/tables/zh/
H A DZiranma.txt.in30315 nzmx 那怎么行 38
/dports/korean/scim-tables/scim-tables-0.5.10/tables/zh/
H A DZiranma.txt.in30315 nzmx 那怎么行 38
/dports/math/octave/octave-6.4.0/etc/OLD-ChangeLogs/
H A Dliboctave-ChangeLog8798 (Sparse<T>::nzmx): Rename from nnz (data member). Change all uses.
/dports/math/octave/octave-6.4.0/
H A DChangeLog8392 memory for 1 value. Always initialize nzmx to at least 1.