Fix more cache size queries.

libeigen/eigen!2296
This commit is contained in:
Antonio Sánchez
2026-03-14 16:07:44 +00:00
parent b2f95d3733
commit 929785924c
2 changed files with 3 additions and 3 deletions

View File

@@ -14,8 +14,8 @@
#include "main.h"
template <typename MatrixType>
void matrixRedux(const MatrixType& m) {
template <typename MatrixType>
void matrixRedux(const MatrixType& m) {
typedef typename MatrixType::Scalar Scalar;
typedef typename MatrixType::RealScalar RealScalar;