Home | History | Annotate | Download | only in PaStiXSupport

Lines Matching refs:Index

38     typedef typename _MatrixType::Index Index;
47 typedef typename _MatrixType::Index Index;
56 typedef typename _MatrixType::Index Index;
127 typedef typename MatrixType::Index Index;
195 Array<Index,IPARM_SIZE,1>& iparm()
200 /** Return a reference to a particular index parameter of the IPARM vector
219 /** Return a reference to a particular index parameter of the DPARM vector
227 inline Index cols() const { return m_size; }
228 inline Index rows() const { return m_size; }
290 mutable Matrix<Index,Dynamic,1> m_perm; // Permutation vector
291 mutable Matrix<Index,Dynamic,1> m_invp; // Inverse permutation vector
458 typedef typename MatrixType::Index Index;
528 for (Index j=0; j<m_transposedStructure.outerSize(); ++j)