Lines Matching refs:Index
43 template<typename Index>
46 static Index run( _MKL_DSS_HANDLE_t pt, Index maxfct, Index mnum, Index type, Index phase, Index n, void *a,
47 Index *ia, Index *ja, Index *perm, Index nrhs, Index *iparm, Index msglvl, void *b, void *x)
49 Index error = 0;
57 typedef long long int Index;
58 static Index run( _MKL_DSS_HANDLE_t pt, Index maxfct, Index mnum, Index type, Index phase, Index n, void *a,
59 Index *ia, Index *ja, Index *perm, Index nrhs, Index *iparm, Index msglvl, void *b, void *x)
61 Index error = 0;
75 typedef typename _MatrixType::Index Index;
84 typedef typename _MatrixType::Index Index;
93 typedef typename _MatrixType::Index Index;
106 typedef typename Traits::Index Index;
107 typedef SparseMatrix<Scalar,RowMajor,Index> SparseMatrixType;
109 typedef Matrix<Index, 1, MatrixType::ColsAtCompileTime> IntRowVectorType;
110 typedef Matrix<Index, MatrixType::RowsAtCompileTime, 1> IntColVectorType;
111 typedef Array<Index,64,1,DontAlign> ParameterType;
118 eigen_assert((sizeof(Index) >= sizeof(_INTEGER_t) && sizeof(Index) <= 8) && "Non-supported index type");
129 inline Index cols() const { return m_size; }
130 inline Index rows() const { return m_size; }
214 internal::pardiso_run_selector<Index>::run(m_pt, 1, 1, m_type, -1, m_size, 0, 0, 0, m_perm.data(), 0,
255 void manageErrorCode(Index error)
274 Index m_type, m_msglvl;
278 Index m_size;
295 Index error;
296 error = internal::pardiso_run_selector<Index>::run(m_pt, 1, 1, m_type, 12, m_size,
318 Index error;
319 error = internal::pardiso_run_selector<Index>::run(m_pt, 1, 1, m_type, 11, m_size,
338 Index error;
339 error = internal::pardiso_run_selector<Index>::run(m_pt, 1, 1, m_type, 22, m_size,
355 //Index n = m_matrix.rows();
356 Index nrhs = Index(b.cols());
382 Index error;
383 error = internal::pardiso_run_selector<Index>::run(m_pt, 1, 1, m_type, 33, m_size,
462 typedef typename Base::Index Index;
492 PermutationMatrix<Dynamic,Dynamic,Index> p_null;
523 typedef typename Base::Index Index;
551 PermutationMatrix<Dynamic,Dynamic,Index> p_null;