mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user