mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-07-14 00:51:52 +08:00
Fix compilation.
This commit is contained in:
parent
bb46a45340
commit
8239c3b85b
@ -94,6 +94,7 @@ struct randomMatrixWithImagEivals<MatrixType, 1>
|
|||||||
{
|
{
|
||||||
static MatrixType run(const typename MatrixType::Index size)
|
static MatrixType run(const typename MatrixType::Index size)
|
||||||
{
|
{
|
||||||
|
typedef typename MatrixType::Index Index;
|
||||||
typedef typename MatrixType::Scalar Scalar;
|
typedef typename MatrixType::Scalar Scalar;
|
||||||
typedef typename MatrixType::RealScalar RealScalar;
|
typedef typename MatrixType::RealScalar RealScalar;
|
||||||
const Scalar imagUnit(0, 1);
|
const Scalar imagUnit(0, 1);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user