Searched refs:m_col (Results 1 – 6 of 6) sorted by relevance
/external/eigen/Eigen/src/Core/ |
D | CommaInitializer.h | 34 : m_xpr(xpr), m_row(0), m_col(1), m_currentBlockRows(1) in CommaInitializer() 42 : m_xpr(xpr), m_row(0), m_col(other.cols()), m_currentBlockRows(other.rows()) in CommaInitializer() 52 : m_xpr(o.m_xpr), m_row(o.m_row), m_col(o.m_col), m_currentBlockRows(o.m_currentBlockRows) { in CommaInitializer() 55 const_cast<CommaInitializer&>(o).m_col = m_xpr.cols(); in CommaInitializer() 63 if (m_col==m_xpr.cols()) 66 m_col = 0; 71 eigen_assert(m_col<m_xpr.cols() 74 m_xpr.coeffRef(m_row, m_col++) = s; 83 if (m_col==m_xpr.cols() && (other.cols()!=0 || other.rows()!=m_currentBlockRows)) 86 m_col = 0; [all …]
|
/external/apache-xml/src/main/java/org/apache/xalan/transformer/ |
D | NodeSortKey.java | 49 Collator m_col; field in NodeSortKey 119 m_col = Collator.getInstance(m_locale); in NodeSortKey() 121 if (null == m_col) in NodeSortKey() 126 m_col = Collator.getInstance(); in NodeSortKey()
|
D | NodeSorter.java | 227 n1String = k.m_col.getCollationKey(r1.str()); in compare() 228 n2String = k.m_col.getCollationKey(r2.str()); in compare() 512 m_key1Value = k1.m_col.getCollationKey(r.str()); in NodeCompareElem() 540 m_key2Value = k2.m_col.getCollationKey(r2.str()); in NodeCompareElem()
|
/external/eigen/Eigen/src/SparseCore/ |
D | SparseUtil.h | 157 Triplet() : m_row(0), m_col(0), m_value(0) {} 160 : m_row(i), m_col(j), m_value(v) 167 const StorageIndex& col() const { return m_col; } 172 StorageIndex m_row, m_col;
|
/external/eigen/Eigen/src/SparseLU/ |
D | SparseLU_SupernodalMatrix.h | 65 m_col = n; in setInfos() 83 Index cols() { return m_col; } in cols() 165 Index m_col; // Number of columns variable
|
/external/eigen/test/ |
D | sparse_solver.h | 390 Index m_col; member 391 prune_column(Index col) : m_col(col) {} in prune_column() 394 return col != m_col; in operator()
|