Searched defs:Index (Results 51 - 75 of 515) sorted by relevance

1234567891011>>

/external/eigen/Eigen/src/Core/
H A DCoreIterators.h30 typedef typename Derived::Index Index; typedef in class:Eigen::DenseBase::InnerIterator
34 EIGEN_STRONG_INLINE InnerIterator(const Derived& expr, Index outer)
46 EIGEN_STRONG_INLINE Index index() const { return m_inner; }
47 inline Index row() const { return IsRowMajor ? m_outer : index(); }
48 inline Index col() const { return IsRowMajor ? index() : m_outer; }
54 Index m_inner;
55 const Index m_outer;
56 const Index m_end;
H A DStride.h47 typedef DenseIndex Index; typedef in class:Eigen::Stride
61 Stride(Index outerStride, Index innerStride)
73 inline Index outer() const { return m_outer.value(); }
75 inline Index inner() const { return m_inner.value(); }
78 internal::variable_if_dynamic<Index, OuterStrideAtCompileTime> m_outer;
79 internal::variable_if_dynamic<Index, InnerStrideAtCompileTime> m_inner;
89 typedef DenseIndex Index; typedef in class:Eigen::InnerStride
91 InnerStride(Index v) : Base(0, v) {}
101 typedef DenseIndex Index; typedef in class:Eigen::OuterStride
[all...]
H A DArrayBase.h53 typedef typename internal::traits<Derived>::Index Index; typedef in class:Eigen::ArrayBase
158 explicit ArrayBase(Index);
159 ArrayBase(Index,Index);
H A DEigenBase.h31 typedef typename internal::traits<Derived>::Index Index; typedef in struct:Eigen::EigenBase
44 inline Index rows() const { return derived().rows(); }
46 inline Index cols() const { return derived().cols(); }
49 inline Index size() const { return rows() * cols(); }
/external/eigen/Eigen/src/misc/
H A DKernel.h42 typedef typename Base::Index Index; typedef in struct:Eigen::internal::kernel_retval_base
50 inline Index rows() const { return m_dec.cols(); }
51 inline Index cols() const { return m_cols; }
52 inline Index rank() const { return m_rank; }
62 Index m_rank, m_cols;
71 typedef typename MatrixType::Index Index; \
H A DSolve.h38 typedef typename Base::Index Index; typedef in struct:Eigen::internal::solve_retval_base
44 inline Index rows() const { return m_dec.cols(); }
45 inline Index cols() const { return m_rhs.cols(); }
65 typedef typename MatrixType::Index Index; \
/external/eigen/test/
H A Darray_replicate.cpp17 typedef typename MatrixType::Index Index; typedef
23 Index rows = m.rows();
24 Index cols = m.cols();
H A Darray_reverse.cpp18 typedef typename MatrixType::Index Index; typedef
22 Index rows = m.rows();
23 Index cols = m.cols();
94 Index r = internal::random<Index>(0, rows-1),
95 c = internal::random<Index>(0, cols-1);
H A Deigensolver_complex.cpp35 typedef typename MatrixType::Index Index; typedef
39 Index rows = m.rows();
40 Index cols = m.cols();
H A Deigensolver_generic.cpp17 typedef typename MatrixType::Index Index; typedef
21 Index rows = m.rows();
22 Index cols = m.cols();
H A Deigensolver_selfadjoint.cpp17 typedef typename MatrixType::Index Index; typedef
21 Index rows = m.rows();
22 Index cols = m.cols();
H A Dmapstride.cpp14 typedef typename VectorType::Index Index; typedef
17 Index size = m.size();
21 Index arraysize = 3*size;
53 typedef typename MatrixType::Index Index; typedef
56 Index rows = _m.rows(), cols = _m.cols();
60 Index arraysize = 2*(rows+4)*(cols+4);
H A Dnullary.cpp15 typedef typename MatrixType::Index Index; typedef
20 for (Index i = 0; i < A.rows(); ++i) {
21 for (Index j = i+1; j < A.cols(); ++j) {
25 for (Index i = 0; i < A.rows(); ++i) {
26 for (Index j = 0; j < (std::min)(i, A.cols()); ++j) {
38 typedef typename internal::traits<VectorType>::Index Index; typedef
41 const Index size = base.size();
105 typedef typename MatrixType::Index Inde typedef
[all...]
H A Dproduct_symm.cpp19 typedef typename MatrixType::Index Index; typedef
21 Index rows = size;
22 Index cols = size;
/external/eigen/unsupported/Eigen/src/LevenbergMarquardt/
H A DLMcovar.h26 typedef DenseIndex Index; typedef
28 Index i, j, k, l, ii, jj;
33 const Index n = r.cols();
/external/eigen/unsupported/Eigen/src/NonLinearOptimization/
H A Dchkder.h23 typedef DenseIndex Index; typedef
30 const Index m = fvec.size(), n = x.size();
35 for (Index j = 0; j < n; ++j) {
45 for (Index j = 0; j < n; ++j) {
51 for (Index i = 0; i < m; ++i) {
H A Dcovar.h12 typedef DenseIndex Index; typedef
15 Index i, j, k, l, ii, jj;
20 const Index n = r.cols();
H A Dqrsolv.h17 typedef DenseIndex Index; typedef
20 Index i, j, k, l;
22 Index n = s.cols();
75 Index nsing;
H A Dr1updt.h15 typedef DenseIndex Index; typedef
19 const Index m = s.rows();
20 const Index n = s.cols();
21 Index i, j=1;
/external/llvm/lib/Target/R600/
H A DSIRegisterInfo.cpp125 unsigned Index = getHWRegIndex(Reg); local
126 return SubRC->getRegister(Index + Channel);
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DRecognitionException.cs147 this._index = input.Index;
170 _index = info.GetInt32("Index");
239 public int Index { property in class:Antlr.Runtime.RecognitionException
271 info.AddValue("Index", _index);
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Misc/
H A DLookaheadStream.cs179 public virtual int Index property in class:Antlr.Runtime.Misc.LookaheadStream
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DRecognitionException.cs156 this._index = input.Index;
192 _index = info.GetInt32("Index");
280 public int Index property in class:Antlr.Runtime.RecognitionException
322 info.AddValue("Index", _index);
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
H A DDebugTokenStream.cs56 public virtual int Index property in class:Antlr.Runtime.Debug.DebugTokenStream
60 return input.Index;
92 int a = input.Index;
95 int b = input.Index;
110 int firstOnChannelTokenIndex = input.Index;
/external/chromium_org/base/win/
H A Dregistry.h178 int Index() const { return index_; } function in class:base::win::RegistryValueIterator
215 int Index() const { return index_; } function in class:base::win::RegistryKeyIterator

Completed in 1705 milliseconds

1234567891011>>