aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench/spbench/test_sparseLU.cpp
diff options
context:
space:
mode:
authorGravatar Desire NUENTSA W. <desire.nuentsa_wakam@inria.fr>2012-07-27 11:36:58 +0200
committerGravatar Desire NUENTSA W. <desire.nuentsa_wakam@inria.fr>2012-07-27 11:36:58 +0200
commitc0fa5811ec233a5a3065cce78b1bca155a9b4fc8 (patch)
treecdad1af9ac4060906676c39ff303d71bdf0b7a71 /bench/spbench/test_sparseLU.cpp
parent925ace196c182759026d3eb3edc06565ab5f01ee (diff)
Refactoring codes for numeric updates
Diffstat (limited to 'bench/spbench/test_sparseLU.cpp')
-rw-r--r--bench/spbench/test_sparseLU.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/bench/spbench/test_sparseLU.cpp b/bench/spbench/test_sparseLU.cpp
index 08b6c926e..ecf254b3d 100644
--- a/bench/spbench/test_sparseLU.cpp
+++ b/bench/spbench/test_sparseLU.cpp
@@ -13,8 +13,8 @@ using namespace Eigen;
int main(int argc, char **args)
{
- typedef complex<double> scalar;
-// typedef double scalar;
+// typedef complex<double> scalar;
+ typedef double scalar;
SparseMatrix<scalar, ColMajor> A;
typedef SparseMatrix<scalar, ColMajor>::Index Index;
typedef Matrix<scalar, Dynamic, Dynamic> DenseMatrix;