From 35f7829af10c61e33dd2e2a7a015058e11a11ea0 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sat, 25 Mar 2017 14:17:07 +0100 Subject: update --- eigen/Eigen/src/SparseLU/SparseLUImpl.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'eigen/Eigen/src/SparseLU/SparseLUImpl.h') diff --git a/eigen/Eigen/src/SparseLU/SparseLUImpl.h b/eigen/Eigen/src/SparseLU/SparseLUImpl.h index 99d651e..fc0cfc4 100644 --- a/eigen/Eigen/src/SparseLU/SparseLUImpl.h +++ b/eigen/Eigen/src/SparseLU/SparseLUImpl.h @@ -16,19 +16,19 @@ namespace internal { * \class SparseLUImpl * Base class for sparseLU */ -template +template class SparseLUImpl { public: typedef Matrix ScalarVector; + typedef Matrix IndexVector; typedef Matrix ScalarMatrix; typedef Map > MappedMatrixBlock; - typedef Matrix IndexVector; typedef typename ScalarVector::RealScalar RealScalar; typedef Ref > BlockScalarVector; - typedef Ref > BlockIndexVector; + typedef Ref > BlockIndexVector; typedef LU_GlobalLU_t GlobalLU_t; - typedef SparseMatrix MatrixType; + typedef SparseMatrix MatrixType; protected: template @@ -42,7 +42,7 @@ class SparseLUImpl Index snode_bmod (const Index jcol, const Index fsupc, ScalarVector& dense, GlobalLU_t& glu); Index pivotL(const Index jcol, const RealScalar& diagpivotthresh, IndexVector& perm_r, IndexVector& iperm_c, Index& pivrow, GlobalLU_t& glu); template - void dfs_kernel(const Index jj, IndexVector& perm_r, + void dfs_kernel(const StorageIndex jj, IndexVector& perm_r, Index& nseg, IndexVector& panel_lsub, IndexVector& segrep, Ref repfnz_col, IndexVector& xprune, Ref marker, IndexVector& parent, IndexVector& xplore, GlobalLU_t& glu, Index& nextl_col, Index krow, Traits& traits); -- cgit v1.2.3