Home
last modified time | relevance | path

Searched refs:rowIndices (Results 1 – 25 of 173) sorted by relevance

1234567

/dports/biology/groopm/GroopM-0.3.4/groopm/
H A Dbin.py100 self.rowIndices = rowIndices # all the indices belonging to this bin
159 self.rowIndices = np.concatenate([self.rowIndices, deadBin.rowIndices])
177 old_ri = self.rowIndices
178 self.rowIndices = np.array([])
181 self.rowIndices = np.append(self.rowIndices, i)
216 if(0 == np.size(self.rowIndices)):
403 self.rowIndices = np.append(self.rowIndices,row_index)
409 for row_index in self.rowIndices:
412 self.rowIndices = np.array(adds)
424 for row_index in self.rowIndices:
[all …]
H A DbinManager.py282 if np_size(self.bins[bid].rowIndices) > 0:
298 rem_list = np_sort(rem_bin.rowIndices)
309 …self.bins[bid].rowIndices = self.fixRowIndexLists(original_length, np_sort(self.bins[bid].rowIndic…
340 for row_index in bin.rowIndices:
401 for row_index in bin.rowIndices:
689 for row_index in dead_bin.rowIndices:
712 … tmp_bin = self.makeNewBin(np_concatenate([parent_bin.rowIndices,dead_bin.rowIndices]))
729 for row_index in dead_bin.rowIndices:
747 for row_index in parent_bin.rowIndices:
1065 for row_index in self.bins[bid].rowIndices:
[all …]
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/Slides/
H A DUpdateTableRowPropertiesRequest.php23 public $rowIndices; variable in Google_Service_Slides_UpdateTableRowPropertiesRequest
43 public function setRowIndices($rowIndices) argument
45 $this->rowIndices = $rowIndices;
49 return $this->rowIndices;
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Slides/
H A DUpdateTableRowPropertiesRequest.php23 public $rowIndices; variable in Google_Service_Slides_UpdateTableRowPropertiesRequest
43 public function setRowIndices($rowIndices) argument
45 $this->rowIndices = $rowIndices;
49 return $this->rowIndices;
/dports/math/openturns/openturns-1.18/lib/test/
H A Dt_SparseMatrix_std.cxx107 Indices rowIndices; in main() local
111 rowIndices.add(0); in main()
115 rowIndices.add(1); in main()
119 rowIndices.add(2); in main()
123 rowIndices.add(3); in main()
127 SparseMatrix matrix3(4, 5, rowIndices, columnIndices, values); in main()
140 rowIndices.add(2); in main()
144 SparseMatrix matrix5(4, 5, rowIndices, columnIndices, values); in main()
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Docs/
H A DUpdateTableRowStyleRequest.php22 public $rowIndices; variable in Google_Service_Docs_UpdateTableRowStyleRequest
36 public function setRowIndices($rowIndices) argument
38 $this->rowIndices = $rowIndices;
42 return $this->rowIndices;
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/Docs/
H A DUpdateTableRowStyleRequest.php22 public $rowIndices; variable in Google_Service_Docs_UpdateTableRowStyleRequest
36 public function setRowIndices($rowIndices) argument
38 $this->rowIndices = $rowIndices;
42 return $this->rowIndices;
/dports/devel/spark/spark-2.1.1/mllib-local/src/main/scala/org/apache/spark/ml/linalg/
H A DMatrices.scala309 rowIndices += i
499 rowIndices: Array[Int],
570 f(rowIndices(idx), j, values(idx))
581 val j = rowIndices(idx)
612 val j = rowIndices(k)
662 val rowIndices = MArrayBuilder.make[Int] constant
663 rowIndices.sizeHint(numEntries)
680 rowIndices += prevRow
742 val rowIndices = new Array[Int](nnz) constant
747 rowIndices(numSelected) = i
[all …]
/dports/devel/bullet/bullet3-3.21/examples/ThirdPartyLibs/Eigen/src/plugins/
H A DIndexedViewMethods.h73 operator()(const RowIndices& rowIndices, const ColIndices& colIndices) EIGEN_INDEXED_VIEW_METHOD_CO… in operator()
76 (derived(), ivcRow(rowIndices), ivcCol(colIndices)); in operator()
85 operator()(const RowIndices& rowIndices, const ColIndices& colIndices) EIGEN_INDEXED_VIEW_METHOD_CO… in operator()
88 typename IvcRowType<RowIndices>::type actualRowIndices = ivcRow(rowIndices); in operator()
103 operator()(const RowIndices& rowIndices, const ColIndices& colIndices) EIGEN_INDEXED_VIEW_METHOD_CO… in operator()
114 operator()(const RowIndicesT (&rowIndices)[RowIndicesN], const ColIndices& colIndices) EIGEN_INDEXE… in operator()
117 (derived(), rowIndices, ivcCol(colIndices)); in operator()
122 operator()(const RowIndices& rowIndices, const ColIndicesT (&colIndices)[ColIndicesN]) EIGEN_INDEXE… in operator()
125 (derived(), ivcRow(rowIndices), colIndices); in operator()
133 (derived(), rowIndices, colIndices); in operator()
[all …]
/dports/math/pdal/PDAL-2.3.0/vendor/eigen/Eigen/src/plugins/
H A DIndexedViewMethods.h73 operator()(const RowIndices& rowIndices, const ColIndices& colIndices) EIGEN_INDEXED_VIEW_METHOD_CO… in operator()
76 (derived(), ivcRow(rowIndices), ivcCol(colIndices)); in operator()
85 operator()(const RowIndices& rowIndices, const ColIndices& colIndices) EIGEN_INDEXED_VIEW_METHOD_CO… in operator()
88 typename IvcRowType<RowIndices>::type actualRowIndices = ivcRow(rowIndices); in operator()
103 operator()(const RowIndices& rowIndices, const ColIndices& colIndices) EIGEN_INDEXED_VIEW_METHOD_CO… in operator()
114 operator()(const RowIndicesT (&rowIndices)[RowIndicesN], const ColIndices& colIndices) EIGEN_INDEXE… in operator()
117 (derived(), rowIndices, ivcCol(colIndices)); in operator()
122 operator()(const RowIndices& rowIndices, const ColIndicesT (&colIndices)[ColIndicesN]) EIGEN_INDEXE… in operator()
125 (derived(), ivcRow(rowIndices), colIndices); in operator()
133 (derived(), rowIndices, colIndices); in operator()
[all …]
/dports/devel/upp/upp/uppsrc/plugin/Eigen/Eigen/src/plugins/
H A DIndexedViewMethods.h73 operator()(const RowIndices& rowIndices, const ColIndices& colIndices) EIGEN_INDEXED_VIEW_METHOD_CO… in operator()
76 (derived(), ivcRow(rowIndices), ivcCol(colIndices)); in operator()
85 operator()(const RowIndices& rowIndices, const ColIndices& colIndices) EIGEN_INDEXED_VIEW_METHOD_CO… in operator()
88 typename IvcRowType<RowIndices>::type actualRowIndices = ivcRow(rowIndices); in operator()
103 operator()(const RowIndices& rowIndices, const ColIndices& colIndices) EIGEN_INDEXED_VIEW_METHOD_CO… in operator()
114 operator()(const RowIndicesT (&rowIndices)[RowIndicesN], const ColIndices& colIndices) EIGEN_INDEXE… in operator()
117 (derived(), rowIndices, ivcCol(colIndices)); in operator()
122 operator()(const RowIndices& rowIndices, const ColIndicesT (&colIndices)[ColIndicesN]) EIGEN_INDEXE… in operator()
125 (derived(), ivcRow(rowIndices), colIndices); in operator()
133 (derived(), rowIndices, colIndices); in operator()
[all …]
/dports/misc/openmvg/openMVG-2.0/src/third_party/eigen/Eigen/src/plugins/
H A DIndexedViewMethods.h73 operator()(const RowIndices& rowIndices, const ColIndices& colIndices) EIGEN_INDEXED_VIEW_METHOD_CO… in operator()
76 (derived(), ivcRow(rowIndices), ivcCol(colIndices)); in operator()
85 operator()(const RowIndices& rowIndices, const ColIndices& colIndices) EIGEN_INDEXED_VIEW_METHOD_CO… in operator()
88 typename IvcRowType<RowIndices>::type actualRowIndices = ivcRow(rowIndices); in operator()
103 operator()(const RowIndices& rowIndices, const ColIndices& colIndices) EIGEN_INDEXED_VIEW_METHOD_CO… in operator()
114 operator()(const RowIndicesT (&rowIndices)[RowIndicesN], const ColIndices& colIndices) EIGEN_INDEXE… in operator()
117 (derived(), rowIndices, ivcCol(colIndices)); in operator()
122 operator()(const RowIndices& rowIndices, const ColIndicesT (&colIndices)[ColIndicesN]) EIGEN_INDEXE… in operator()
125 (derived(), ivcRow(rowIndices), colIndices); in operator()
133 (derived(), rowIndices, colIndices); in operator()
[all …]
/dports/devel/py-bullet3/bullet3-3.21/examples/ThirdPartyLibs/Eigen/src/plugins/
H A DIndexedViewMethods.h73 operator()(const RowIndices& rowIndices, const ColIndices& colIndices) EIGEN_INDEXED_VIEW_METHOD_CO… in operator()
76 (derived(), ivcRow(rowIndices), ivcCol(colIndices)); in operator()
85 operator()(const RowIndices& rowIndices, const ColIndices& colIndices) EIGEN_INDEXED_VIEW_METHOD_CO… in operator()
88 typename IvcRowType<RowIndices>::type actualRowIndices = ivcRow(rowIndices); in operator()
103 operator()(const RowIndices& rowIndices, const ColIndices& colIndices) EIGEN_INDEXED_VIEW_METHOD_CO… in operator()
114 operator()(const RowIndicesT (&rowIndices)[RowIndicesN], const ColIndices& colIndices) EIGEN_INDEXE… in operator()
117 (derived(), rowIndices, ivcCol(colIndices)); in operator()
122 operator()(const RowIndices& rowIndices, const ColIndicesT (&colIndices)[ColIndicesN]) EIGEN_INDEXE… in operator()
125 (derived(), ivcRow(rowIndices), colIndices); in operator()
133 (derived(), rowIndices, colIndices); in operator()
[all …]
/dports/devel/spark/spark-2.1.1/mllib/src/main/scala/org/apache/spark/mllib/linalg/
H A DMatrices.scala412 rowIndices += i
617 rowIndices: Array[Int],
691 f(rowIndices(idx), j, values(idx))
702 val j = rowIndices(idx)
736 val j = rowIndices(k)
791 val rowIndices = MArrayBuilder.make[Int] constant
792 rowIndices.sizeHint(numEntries)
809 rowIndices += prevRow
871 val rowIndices = new Array[Int](nnz) constant
876 rowIndices(numSelected) = i
[all …]
/dports/graphics/appleseed/appleseed-2.1.0-beta/src/thirdparty/bcd/ext/eigen/Eigen/src/plugins/
H A DIndexedViewMethods.h80 operator()(const RowIndices& rowIndices, const ColIndices& colIndices) EIGEN_INDEXED_VIEW_METHOD_CO… in operator()
83 (derived(), ivcRow(rowIndices), ivcCol(colIndices)); in operator()
92 operator()(const RowIndices& rowIndices, const ColIndices& colIndices) EIGEN_INDEXED_VIEW_METHOD_CO… in operator()
95 typename IvcRowType<RowIndices>::type actualRowIndices = ivcRow(rowIndices); in operator()
110 operator()(const RowIndices& rowIndices, const ColIndices& colIndices) EIGEN_INDEXED_VIEW_METHOD_CO… in operator()
121 operator()(const RowIndicesT (&rowIndices)[RowIndicesN], const ColIndices& colIndices) EIGEN_INDEXE… in operator()
124 (derived(), rowIndices, ivcCol(colIndices)); in operator()
129 operator()(const RowIndices& rowIndices, const ColIndicesT (&colIndices)[ColIndicesN]) EIGEN_INDEXE… in operator()
132 (derived(), ivcRow(rowIndices), colIndices); in operator()
140 (derived(), rowIndices, colIndices); in operator()
[all …]
/dports/devel/spark/spark-2.1.1/mllib-local/src/test/scala/org/apache/spark/ml/linalg/
H A DMatricesSuite.scala52 val rowIndices = Array(1, 2, 1, 2) constant
58 assert(mat.rowIndices.eq(rowIndices), "should not copy data")
118 val rowIndices = Array(1, 2, 1, 2) constant
143 val rowIndices = Array(1, 2, 0, 1) constant
169 val rowIndices = Array(0, 1, 1, 2) constant
187 val rowIndices = Array(0, 1, 1, 2) constant
232 val rowIndices = Array(0, 1, 1, 2) constant
266 val rowIndices = Array(0, 1, 1, 2) constant
444 assert(mat.rowIndices.toSeq === Seq(3, 0, 2, 1))
447 assert(mat2.rowIndices.toSeq === Seq(0, 1, 0, 1, 0, 1))
[all …]
/dports/devel/spark/spark-2.1.1/python/pyspark/mllib/linalg/
H A D__init__.py213 rowIndices = [int(i) for i in obj.rowIndices]
216 rowIndices, values, bool(obj.isTransposed))
1104 rowIndices = indices % self.numRows
1150 self.rowIndices = self._convert_to_array(rowIndices, np.int32)
1161 if self.rowIndices.size != self.values.size:
1193 zipindval = zip(self.rowIndices, self.values)
1219 rowIndices = list(self.rowIndices)
1231 rowIndices = rowIndices[:8] + ["..."] + rowIndices[-8:]
1237 rowIndices = ", ".join([str(ind) for ind in rowIndices])
1266 nz = self.rowIndices[colStart: colEnd]
[all …]
/dports/devel/spark/spark-2.1.1/python/pyspark/ml/linalg/
H A D__init__.py211 rowIndices = [int(i) for i in obj.rowIndices]
214 rowIndices, values, bool(obj.isTransposed))
960 rowIndices = indices % self.numRows
995 self.rowIndices = self._convert_to_array(rowIndices, np.int32)
1006 if self.rowIndices.size != self.values.size:
1038 zipindval = zip(self.rowIndices, self.values)
1064 rowIndices = list(self.rowIndices)
1076 rowIndices = rowIndices[:8] + ["..."] + rowIndices[-8:]
1082 rowIndices = ", ".join([str(ind) for ind in rowIndices])
1111 nz = self.rowIndices[colStart: colEnd]
[all …]
/dports/devel/bullet/bullet3-3.21/examples/ThirdPartyLibs/Eigen/src/Core/
H A DIndexedView.h120 IndexedView(XprType& xpr, const T0& rowIndices, const T1& colIndices)
121 : m_xpr(xpr), m_rowIndices(rowIndices), m_colIndices(colIndices)
139 const RowIndices& rowIndices() const { return m_rowIndices; }
192 return m_argImpl.coeff(m_xpr.rowIndices()[row], m_xpr.colIndices()[col]);
198 return m_argImpl.coeffRef(m_xpr.rowIndices()[row], m_xpr.colIndices()[col]);
207 return m_argImpl.coeffRef( m_xpr.rowIndices()[row], m_xpr.colIndices()[col]);
215 return m_argImpl.coeffRef( m_xpr.rowIndices()[row], m_xpr.colIndices()[col]);
223 return m_argImpl.coeff( m_xpr.rowIndices()[row], m_xpr.colIndices()[col]);
/dports/math/pdal/PDAL-2.3.0/vendor/eigen/Eigen/src/Core/
H A DIndexedView.h120 IndexedView(XprType& xpr, const T0& rowIndices, const T1& colIndices)
121 : m_xpr(xpr), m_rowIndices(rowIndices), m_colIndices(colIndices)
139 const RowIndices& rowIndices() const { return m_rowIndices; }
192 return m_argImpl.coeff(m_xpr.rowIndices()[row], m_xpr.colIndices()[col]);
198 return m_argImpl.coeffRef(m_xpr.rowIndices()[row], m_xpr.colIndices()[col]);
207 return m_argImpl.coeffRef( m_xpr.rowIndices()[row], m_xpr.colIndices()[col]);
215 return m_argImpl.coeffRef( m_xpr.rowIndices()[row], m_xpr.colIndices()[col]);
223 return m_argImpl.coeff( m_xpr.rowIndices()[row], m_xpr.colIndices()[col]);
/dports/misc/openmvg/openMVG-2.0/src/third_party/eigen/Eigen/src/Core/
H A DIndexedView.h120 IndexedView(XprType& xpr, const T0& rowIndices, const T1& colIndices)
121 : m_xpr(xpr), m_rowIndices(rowIndices), m_colIndices(colIndices)
139 const RowIndices& rowIndices() const { return m_rowIndices; }
192 return m_argImpl.coeff(m_xpr.rowIndices()[row], m_xpr.colIndices()[col]);
198 return m_argImpl.coeffRef(m_xpr.rowIndices()[row], m_xpr.colIndices()[col]);
207 return m_argImpl.coeffRef( m_xpr.rowIndices()[row], m_xpr.colIndices()[col]);
215 return m_argImpl.coeffRef( m_xpr.rowIndices()[row], m_xpr.colIndices()[col]);
223 return m_argImpl.coeff( m_xpr.rowIndices()[row], m_xpr.colIndices()[col]);
/dports/devel/py-bullet3/bullet3-3.21/examples/ThirdPartyLibs/Eigen/src/Core/
H A DIndexedView.h120 IndexedView(XprType& xpr, const T0& rowIndices, const T1& colIndices)
121 : m_xpr(xpr), m_rowIndices(rowIndices), m_colIndices(colIndices)
139 const RowIndices& rowIndices() const { return m_rowIndices; }
192 return m_argImpl.coeff(m_xpr.rowIndices()[row], m_xpr.colIndices()[col]);
198 return m_argImpl.coeffRef(m_xpr.rowIndices()[row], m_xpr.colIndices()[col]);
207 return m_argImpl.coeffRef( m_xpr.rowIndices()[row], m_xpr.colIndices()[col]);
215 return m_argImpl.coeffRef( m_xpr.rowIndices()[row], m_xpr.colIndices()[col]);
223 return m_argImpl.coeff( m_xpr.rowIndices()[row], m_xpr.colIndices()[col]);
/dports/math/singular/Singular-Release-4-2-1/kernel/linear_algebra/
H A DMinorProcessor.h221 void defineSubMatrix (const int numberOfRows, const int* rowIndices,
458 IntMinorValue getMinor (const int dimension, const int* rowIndices,
488 IntMinorValue getMinor (const int dimension, const int* rowIndices,
693 PolyMinorValue getMinor (const int dimension, const int* rowIndices,
716 PolyMinorValue getMinor (const int dimension, const int* rowIndices,
/dports/devel/spark/spark-2.1.1/mllib/src/test/scala/org/apache/spark/mllib/linalg/
H A DMatricesSuite.scala54 val rowIndices = Array(1, 2, 1, 2) constant
60 assert(mat.rowIndices.eq(rowIndices), "should not copy data")
120 val rowIndices = Array(1, 2, 1, 2) constant
145 val rowIndices = Array(1, 2, 0, 1) constant
171 val rowIndices = Array(0, 1, 1, 2) constant
189 val rowIndices = Array(0, 1, 1, 2) constant
234 val rowIndices = Array(0, 1, 1, 2) constant
268 val rowIndices = Array(0, 1, 1, 2) constant
446 assert(mat.rowIndices.toSeq === Seq(3, 0, 2, 1))
449 assert(mat2.rowIndices.toSeq === Seq(0, 1, 0, 1, 0, 1))
[all …]
/dports/devel/bullet/bullet3-3.21/src/BulletDynamics/MLCPSolvers/
H A DbtPATHSolver.h73 btAlignedObjectArray<int> rowIndices; variable
83 rowIndices.push_back(i + 1);
89 int numNonZero = rowIndices.size();
102 …SimpleLCP(numVariables, numNonZero, &rowIndices[0], &colIndices[0], &values[0], &rhs[0], &lowerBou…

1234567