mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-05-03 01:04:23 +08:00
Change MatrixFunction::separation() parameter from 0.01 to 0.1 .
The latter is actually the value used in the literature.
This commit is contained in:
parent
67ce07ea83
commit
4e389b195d
@ -178,9 +178,9 @@ class MatrixFunction<MatrixType, 1>
|
||||
*
|
||||
* This is morally a \c static \c const \c Scalar, but only
|
||||
* integers can be static constant class members in C++. The
|
||||
* separation constant is set to 0.01, a value taken from the
|
||||
* separation constant is set to 0.1, a value taken from the
|
||||
* paper by Davies and Higham. */
|
||||
static const RealScalar separation() { return static_cast<RealScalar>(0.01); }
|
||||
static const RealScalar separation() { return static_cast<RealScalar>(0.1); }
|
||||
};
|
||||
|
||||
/** \brief Constructor.
|
||||
|
Loading…
x
Reference in New Issue
Block a user