2009-09-25 13:08:39 +02:00
|
|
|
// This file is part of Eigen, a lightweight C++ template library
|
|
|
|
// for linear algebra.
|
|
|
|
//
|
2010-06-24 23:21:58 +02:00
|
|
|
// Copyright (C) 2009 Gael Guennebaud <gael.guennebaud@inria.fr>
|
2009-09-25 13:08:39 +02:00
|
|
|
//
|
2012-07-13 14:42:47 -04:00
|
|
|
// This Source Code Form is subject to the terms of the Mozilla
|
|
|
|
// Public License v. 2.0. If a copy of the MPL was not distributed
|
|
|
|
// with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
2009-09-25 13:08:39 +02:00
|
|
|
|
|
|
|
#define SCALAR std::complex<double>
|
2010-03-02 12:44:40 +01:00
|
|
|
#define SCALAR_SUFFIX z
|
2010-11-03 22:03:12 +01:00
|
|
|
#define SCALAR_SUFFIX_UP "Z"
|
2010-03-02 14:45:43 +01:00
|
|
|
#define REAL_SCALAR_SUFFIX d
|
2009-09-25 13:08:39 +02:00
|
|
|
#define ISCOMPLEX 1
|
|
|
|
|
|
|
|
#include "level1_impl.h"
|
2010-11-22 18:49:12 +01:00
|
|
|
#include "level1_cplx_impl.h"
|
2009-09-25 13:08:39 +02:00
|
|
|
#include "level2_impl.h"
|
2010-11-22 18:49:12 +01:00
|
|
|
#include "level2_cplx_impl.h"
|
2009-09-25 13:08:39 +02:00
|
|
|
#include "level3_impl.h"
|