Home
last modified time | relevance | path

Searched refs:Mstore (Results 1 – 8 of 8) sorted by relevance

/dports/math/optpp/optpp-2.4/newmat11/
H A Dnewmat3.C300 { *ColCopy++ = *Mstore; if (!(--i)) break; Mstore += --j; } in GetCol()
316 { *ColCopy++ = *Mstore; if (!(--i)) break; Mstore += --j; } in GetCol()
327 { *Mstore = *Cstore++; if (!(--i)) break; Mstore += --j; } in RestoreCol()
390 { *Mstore = *Cstore++; if (!(--i)) break; Mstore += ++col; } in RestoreCol()
520 { *Mstore = *Cstore++; if (!(--i)) break; Mstore+= ++col; } in RestoreCol()
613 { *ColCopy++ = *Mstore; if (!(--w)) break; Mstore+=n; } in GetCol()
632 { *ColCopy++ = *Mstore; if (!(--w)) break; Mstore+=n; } in GetCol()
645 { *Mstore = *Cstore++; if (!(--w)) break; Mstore += n; } in RestoreCol()
682 while (w2--) { Mstore += lower; *RowCopy++ = *Mstore; } in GetRow()
723 while (w2--) { Mstore += lower; *ColCopy++ = *Mstore; } in GetCol()
[all …]
/dports/math/newmat/newmat-1.1_1/
H A Dnewmat3.cpp186 { *Mstore = *Cstore++; if (!(--i)) break; Mstore+=ncols_val; } in RestoreCol()
304 { *ColCopy++ = *Mstore; if (!(--i)) break; Mstore += --j; } in GetCol()
320 { *ColCopy++ = *Mstore; if (!(--i)) break; Mstore += --j; } in GetCol()
331 { *Mstore = *Cstore++; if (!(--i)) break; Mstore += --j; } in RestoreCol()
394 { *Mstore = *Cstore++; if (!(--i)) break; Mstore += ++col; } in RestoreCol()
524 { *Mstore = *Cstore++; if (!(--i)) break; Mstore+= ++col; } in RestoreCol()
617 { *ColCopy++ = *Mstore; if (!(--w)) break; Mstore+=n; } in GetCol()
636 { *ColCopy++ = *Mstore; if (!(--w)) break; Mstore+=n; } in GetCol()
649 { *Mstore = *Cstore++; if (!(--w)) break; Mstore += n; } in RestoreCol()
685 Mstore--; in GetRow()
[all …]
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/src/matrix/
H A Dnewmat3.cpp171 { *Mstore = *Cstore++; if (!(--i)) break; Mstore+=ncols; }
181 { *Mstore = *Cstore++; if (!(--i)) break; Mstore+=ncols; }
326 { *Mstore = *Cstore++; if (!(--i)) break; Mstore += --j; }
389 { *Mstore = *Cstore++; if (!(--i)) break; Mstore += ++col; }
519 { *Mstore = *Cstore++; if (!(--i)) break; Mstore+= ++col; }
611 { *ColCopy++ = *Mstore; if (!(--w)) break; Mstore+=n; }
630 { *ColCopy++ = *Mstore; if (!(--w)) break; Mstore+=n; }
643 { *Mstore = *Cstore++; if (!(--w)) break; Mstore += n; }
680 while (w2--) { Mstore += lower; *RowCopy++ = *Mstore; }
721 while (w2--) { Mstore += lower; *ColCopy++ = *Mstore; }
[all …]
/dports/math/gambit/gambit-16.0.1/src/tools/enumpoly/
H A Dpelgmatr.cc30 #define Mstore(V) ((V->store)) macro
44 return Mstore(M); in GMstore()
82 Mstore(V) = r * c; in Gmatrix_new()
119 if (R == 0 || Mstore(R) < (r * c)) { in Gmatrix_resize()
H A Dpelhomot.cc3128 #define Mstore(V) ((V->store)) /* maximum #elts available */ macro
3142 return Mstore(M); in PMstore()
3181 Mstore(V) = r * c; in Pmatrix_new()
3218 if (R == 0 || Mstore(R) < (r * c)) { in Pmatrix_resize()
H A Dpelutils.cc628 #define Mstore(V) ((V->store)) /* maximum #elts available */ macro
639 return Mstore(M); in DMstore()
682 Mstore(V) = r * c; in Dmatrix_new()
706 if (R == 0 || Mstore(R) < (r * c)) { in Dmatrix_resize()
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/ext/sundials/examples/arkode/CXX_superludist/
H A Dark_brusselator1D_FEM_sludist.cpp845 NRformat_loc *Mstore = (NRformat_loc *) Msuper->Store; in MassMatrix() local
846 sunindextype *rowptrs = Mstore->rowptr; in MassMatrix()
847 sunindextype *colinds = Mstore->colind; in MassMatrix()
848 realtype *Mdata = (realtype *) Mstore->nzval; in MassMatrix()
/dports/math/sundials/sundials-5.7.0/examples/arkode/CXX_superludist/
H A Dark_brusselator1D_FEM_sludist.cpp843 NRformat_loc *Mstore = (NRformat_loc *) Msuper->Store; in MassMatrix() local
844 sunindextype *rowptrs = Mstore->rowptr; in MassMatrix()
845 sunindextype *colinds = Mstore->colind; in MassMatrix()
846 realtype *Mdata = (realtype *) Mstore->nzval; in MassMatrix()