mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
committed by
Antonio Sanchez
parent
a11bdf3965
commit
f55a112cb1
@@ -70,8 +70,8 @@
|
||||
#define EIGEN_LU_STRUCTS
|
||||
namespace Eigen {
|
||||
namespace internal {
|
||||
|
||||
typedef enum {LUSUP, UCOL, LSUB, USUB, LLVL, ULVL} MemType;
|
||||
|
||||
enum MemType {LUSUP, UCOL, LSUB, USUB, LLVL, ULVL};
|
||||
|
||||
template <typename IndexVector, typename ScalarVector>
|
||||
struct LU_GlobalLU_t {
|
||||
|
||||
Reference in New Issue
Block a user