Home | History | Annotate | Download | only in PardisoSupport

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;
117 eigen_assert((sizeof(Index) >= sizeof(_INTEGER_t) && sizeof(Index) <= 8) && "Non-supported index type");
128 inline Index cols() const { return m_size; }
129 inline Index rows() const { return m_size; }
145 Array<Index,64,1>& pardisoParameterArray()
236 internal::pardiso_run_selector<Index>::run(m_pt, 1, 1, m_type, -1, m_size, 0, 0, 0, m_perm.data(), 0,
277 void manageErrorCode(Index error)
296 Index m_type, m_msglvl;
298 mutable Array<Index,64,1> m_iparm;
300 Index m_size;
317 Index error;
318 error = internal::pardiso_run_selector<Index>::run(m_pt, 1, 1, m_type, 12, m_size,
340 Index error;
341 error = internal::pardiso_run_selector<Index>::run(m_pt, 1, 1, m_type, 11, m_size,
360 Index error;
361 error = internal::pardiso_run_selector<Index>::run(m_pt, 1, 1, m_type, 22, m_size,
377 //Index n = m_matrix.rows();
378 Index nrhs = Index(b.cols());
404 Index error;
405 error = internal::pardiso_run_selector<Index>::run(m_pt, 1, 1, m_type, 33, m_size,
484 typedef typename Base::Index Index;
514 PermutationMatrix<Dynamic,Dynamic,Index> p_null;
545 typedef typename Base::Index Index;
573 PermutationMatrix<Dynamic,Dynamic,Index> p_null;