mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Refactoring codes for numeric updates
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user