Refactoring codes for numeric updates

This commit is contained in:
Desire NUENTSA W.
2012-07-27 11:36:58 +02:00
parent 925ace196c
commit c0fa5811ec
6 changed files with 224 additions and 91 deletions

View File

@@ -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;