mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
rename the EigenSolver module to Eigenvalues
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
// Eigen. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
#include "main.h"
|
||||
#include <Eigen/EigenSolver>
|
||||
#include <Eigen/Eigenvalues>
|
||||
#include <Eigen/LU>
|
||||
|
||||
template<typename MatrixType> void eigensolver(const MatrixType& m)
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
// Eigen. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
#include "main.h"
|
||||
#include <Eigen/EigenSolver>
|
||||
#include <Eigen/Eigenvalues>
|
||||
|
||||
#ifdef HAS_GSL
|
||||
#include "gsl_helper.h"
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
// Eigen. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
#include "main.h"
|
||||
#include <Eigen/EigenSolver>
|
||||
#include <Eigen/Eigenvalues>
|
||||
|
||||
#ifdef HAS_GSL
|
||||
#include "gsl_helper.h"
|
||||
|
||||
@@ -95,7 +95,7 @@ void mixingtypes_large(int size)
|
||||
VERIFY_RAISES_ASSERT(mf*vcf);
|
||||
VERIFY_RAISES_ASSERT(mcf*vf);
|
||||
VERIFY_RAISES_ASSERT(mcf *= mf);
|
||||
// VERIFY_RAISES_ASSERT(vcd = md*vcd); // does not even compile
|
||||
// VERIFY_RAISES_ASSERT(vcd = md*vcd); // does not even compile (cannot convert complex to double)
|
||||
VERIFY_RAISES_ASSERT(vcf = mcf*vf);
|
||||
|
||||
VERIFY_RAISES_ASSERT(mf*md);
|
||||
|
||||
Reference in New Issue
Block a user