Home
last modified time | relevance | path

Searched refs:_Row (Results 1 – 25 of 432) sorted by relevance

12345678910>>...18

/dports/graphics/mirtk/MIRTK-2.0.0-122-g38210fa/Modules/Numerics/include/mirtk/
H A DSparseMatrix.h97 int *_Row;
543 _Row [i] = other._Row [i]; in CopyAttributes()
889 nnz = _Row[r+1] - _Row[r]; in RowNNZ()
909 for (int i = _Row[r]; i != _Row[r+1]; ++i) { in ColNNZ()
1079 for (int i = _Row[r]; i != _Row[r+1]; ++i) { in Get()
1166 row.resize(_Row[r+1] - _Row[r]); in GetRow()
1233 _Row [i] = _Row [j]; in Col()
1238 _Row [i] = _Row [j]; in Col()
1294 for (int i = _Row[r]; i != _Row[r+1]; ++i) { in GetCol()
1627 for (int i = _Row[r]; i != _Row[r+1]; ++i) { in ColSum()
[all …]
/dports/graphics/mirtk/MIRTK-2.0.0-122-g38210fa/Modules/PointSet/include/mirtk/
H A DEdgeConnectivity.h125 return _Row[ptId+1] - _Row[ptId]; in NumberOfConnectedPoints()
135 for (int i = _Row[ptId], j = _Row[ptId+1]; i != j; ++i) { in NumberOfConnectedPoints()
156 begin = end = _Row; in GetConnectedPoints()
162 begin = _Row + _Col[ptId]; in GetConnectedPoints()
163 end = _Row + _Col[ptId + 1]; in GetConnectedPoints()
165 begin = _Col + _Row[ptId]; in GetConnectedPoints()
166 end = _Col + _Row[ptId + 1]; in GetConnectedPoints()
172 begin = end = _Row + i; in GetConnectedPoints()
175 int i = _Row[ptId ]; in GetConnectedPoints()
176 int j = _Row[ptId+1]; in GetConnectedPoints()
H A DEdgeTable.h140 const int *row = _Row; in GetEdge()
165 return _Row[ptId+1] - _Row[ptId]; in NumberOfAdjacentPoints()
174 adjPtIds = _Row + _Col[ptId]; in GetAdjacentPoints()
176 numAdjPts = _Row[ptId+1] - _Row[ptId]; in GetAdjacentPoints()
177 adjPtIds = _Col + _Row[ptId]; in GetAdjacentPoints()
185 begin = _Row + _Col[ptId]; in GetAdjacentPoints()
186 end = _Row + _Col[ptId + 1]; in GetAdjacentPoints()
188 begin = _Col + _Row[ptId]; in GetAdjacentPoints()
189 end = _Col + _Row[ptId + 1]; in GetAdjacentPoints()
/dports/devel/py-jedi/jedi-0.18.0/jedi/third_party/django-stubs/django-stubs/db/models/
H A Dquery.pyi135 _Row = TypeVar("_Row", covariant=True)
137 class BaseIterable(Sequence[_Row]):
139 def __iter__(self) -> Iterator[_Row]: ...
143 def __getitem__(self, i: int) -> _Row: ...
145 def __getitem__(self, s: slice) -> Sequence[_Row]: ...
155 class ValuesQuerySet(_BaseQuerySet[_T], Collection[_Row], Sized):
157 def __iter__(self) -> Iterator[_Row]: ... # type: ignore
159 def __getitem__(self, i: int) -> _Row: ...
163 def get(self, *args: Any, **kwargs: Any) -> _Row: ... # type: ignore
166 def first(self) -> Optional[_Row]: ... # type: ignore
[all …]
/dports/math/linbox/linbox-1.6.3/linbox/matrix/sparsematrix/
H A Dsparse-generic.h98 class _Row = typename RawVector<typename _Field::Element>::Sparse,
99 class Trait = typename VectorTraits<_Row>::VectorCategory >
123 template <class _Field, class _Row, class Trait>
129 typedef _Row Row;
132 typedef SparseMatrixGeneric<_Field, _Row, Trait> Self_t;
174 template<typename _Tp1, typename _R1 = typename Rebind<_Row,_Tp1>::other >
202 typename SparseMatrixGeneric<_Tp1,_Rw1, _myT>::template rebind<Field,_Row>()(*this, Mat); in SparseMatrixGeneric()
460 TransposeMatrix<SparseMatrixGeneric<_Field, _Row> > _AT;
511 template <class Field, class _Row>
512 struct MatrixTraits< Protected::SparseMatrixGeneric<Field, _Row> >
[all …]
H A Dsparse-associative-vector.h71 template <class _Field, class _Row>
72 class SparseMatrixGeneric<_Field, _Row, VectorCategories::SparseAssociativeVectorTag > {
78 typedef _Row Row;
82 typedef SparseMatrixGeneric<_Field, _Row, myTrait> Self_t;
89 template<typename _Tp1, typename _R1 = typename Rebind<_Row,_Tp1>::other >
118 typename SparseMatrixGeneric<_Tp1,_Rw1, myTrait>::template rebind<Field,_Row>()(*this, Mat); in SparseMatrixGeneric()
574 TransposeMatrix<SparseMatrixGeneric<_Field, _Row> > _AT;
H A Dsparse-sequence-vector.h69 template <class _Field, class _Row>
70 class SparseMatrixGeneric<_Field, _Row, VectorCategories::SparseSequenceVectorTag > {
76 typedef _Row Row;
80 typedef SparseMatrixGeneric<_Field, _Row, myTrait> Self_t;
87 template<typename _Tp1, typename _R1 = typename Rebind<_Row,_Tp1>::other >
116 typename SparseMatrixGeneric<_Tp1,_Rw1, myTrait>::template rebind<Field,_Row>()(*this, Mat); in SparseMatrixGeneric()
610 TransposeMatrix<SparseMatrixGeneric<_Field, _Row> > _AT;
H A Dsparse-parallel-vector.h101 template <class _Field, class _Row>
102 class SparseMatrixGeneric<_Field, _Row, VectorCategories::SparseParallelVectorTag > {
108 typedef _Row Row;
112 typedef SparseMatrixGeneric<_Field, _Row, myTrait> Self_t;
119 template<typename _Tp1, typename _R1 = typename Rebind<_Row,_Tp1>::other >
148 typename SparseMatrixGeneric<_Tp1,_Rw1, myTrait>::template rebind<Field,_Row>()(*this, Mat); in SparseMatrixGeneric()
638 TransposeMatrix<SparseMatrixGeneric<_Field, _Row> > _AT;
/dports/math/linbox/linbox-1.6.3/linbox/blackbox/
H A Dlambda-sparse.h41 class _Row = typename Vector<_Field>::SparseSeq >
42 class LambdaSparseMatrix : public SparseMatrix<_Field,_Row> {
46 typedef _Row Row;
49 template<typename _Tp1, typename _Rw1 = _Row>
137 typename LambdaSparseMatrix<_Field,_Row>::ConstIterator iter= this->Begin(); in Norm()
/dports/textproc/py-python-docx/python-docx-0.8.11/docs/api/
H A Dtable.rst28 |_Row| objects
31 .. autoclass:: _Row
/dports/textproc/py-python-docx/python-docx-0.8.11/tests/
H A Dtest_table.py33 assert isinstance(row, _Row)
731 row = _Row(None, None)
746 row = _Row(element(tr_cxml), None)
766 row = _Row(element(tr_cxml), None)
782 row = _Row(element(tr_cxml), None)
807 row = _Row(element(tr_cxml), None)
815 row = _Row(tr, None)
820 row = _Row(None, parent_)
853 assert isinstance(row, _Row)
861 assert isinstance(row, _Row)
[all …]
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/snmp/examples/ex1/
H A Dex1.erl93 {ok, _Row} -> true;
131 get_cols([], _Row) ->
148 get_next_cols([], _Row) ->
230 table_get_next_row([_Row | T], RowIndex) ->
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/snmp/examples/ex1/
H A Dex1.erl93 {ok, _Row} -> true;
131 get_cols([], _Row) ->
148 get_next_cols([], _Row) ->
230 table_get_next_row([_Row | T], RowIndex) ->
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/snmp/examples/ex1/
H A Dex1.erl93 {ok, _Row} -> true;
131 get_cols([], _Row) ->
148 get_next_cols([], _Row) ->
230 table_get_next_row([_Row | T], RowIndex) ->
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/snmp/examples/ex1/
H A Dex1.erl93 {ok, _Row} -> true;
131 get_cols([], _Row) ->
148 get_next_cols([], _Row) ->
230 table_get_next_row([_Row | T], RowIndex) ->
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/snmp/examples/ex1/
H A Dex1.erl93 {ok, _Row} -> true;
131 get_cols([], _Row) ->
148 get_next_cols([], _Row) ->
230 table_get_next_row([_Row | T], RowIndex) ->
/dports/lang/erlang/otp-OTP-24.1.7/lib/snmp/examples/ex1/
H A Dex1.erl93 {ok, _Row} -> true;
131 get_cols([], _Row) ->
148 get_next_cols([], _Row) ->
230 table_get_next_row([_Row | T], RowIndex) ->
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/snmp/examples/ex1/
H A Dex1.erl93 {ok, _Row} -> true;
131 get_cols([], _Row) ->
148 get_next_cols([], _Row) ->
230 table_get_next_row([_Row | T], RowIndex) ->
/dports/textproc/py-python-docx/python-docx-0.8.11/docx/
H A Dtable.py45 return _Row(tr, self)
388 class _Row(Parented): class
393 super(_Row, self).__init__(parent)
459 return (_Row(tr, self) for tr in self._tbl.tr_lst)
/dports/lang/python-legacy/Python-2.7.18/Modules/_sqlite/
H A Drow.h28 typedef struct _Row struct
/dports/lang/python37/Python-3.7.12/Modules/_sqlite/
H A Drow.h28 typedef struct _Row struct
/dports/lang/python27/Python-2.7.18/Modules/_sqlite/
H A Drow.h28 typedef struct _Row struct
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
H A Drow.h28 typedef struct _Row struct
/dports/databases/py-sqlite3/Python-3.8.12/Modules/_sqlite/
H A Drow.h29 typedef struct _Row struct
/dports/databases/py-gdbm/Python-3.8.12/Modules/_sqlite/
H A Drow.h29 typedef struct _Row struct

12345678910>>...18