mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Added missing typedef (will I ever learn it!?)
Removed unsupported directories that do not provide CMakeList.txt (CMake 2.8 warning). The BenchTimer is now also working on Cygwin.
This commit is contained in:
@@ -2,6 +2,6 @@ ADD_SUBDIRECTORY(IterativeSolvers)
|
||||
ADD_SUBDIRECTORY(BVH)
|
||||
ADD_SUBDIRECTORY(AutoDiff)
|
||||
ADD_SUBDIRECTORY(MoreVectorization)
|
||||
ADD_SUBDIRECTORY(FFT)
|
||||
ADD_SUBDIRECTORY(Skyline)
|
||||
# ADD_SUBDIRECTORY(FFT)
|
||||
# ADD_SUBDIRECTORY(Skyline)
|
||||
ADD_SUBDIRECTORY(MatrixFunctions)
|
||||
|
||||
@@ -132,7 +132,7 @@ struct MatrixScaling
|
||||
typedef MatrixType ReturnType;
|
||||
EIGEN_DONT_INLINE static MatrixType run(int num_runs)
|
||||
{
|
||||
ei_traits<MatrixType>::Scalar s;
|
||||
typename ei_traits<MatrixType>::Scalar s;
|
||||
MatrixType a,b;
|
||||
return s*a;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user