mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
reorganization of headers, part 2/2...
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
FILE(GLOB Eigen_internal_SRCS "*.h")
|
||||
FILE(GLOB Eigen_Core_SRCS "*.h")
|
||||
|
||||
INSTALL(FILES
|
||||
${Eigen_internal_SRCS}
|
||||
DESTINATION ${INCLUDE_INSTALL_DIR}/internal
|
||||
${Eigen_Core_SRCS}
|
||||
DESTINATION ${INCLUDE_INSTALL_DIR}/Core
|
||||
)
|
||||
|
||||
@@ -26,9 +26,6 @@
|
||||
#ifndef EI_OBJECT_H
|
||||
#define EI_OBJECT_H
|
||||
|
||||
#include "Util.h"
|
||||
#include "Loop.h"
|
||||
|
||||
template<typename Scalar, typename Derived> class EiObject
|
||||
{
|
||||
static const int RowsAtCompileTime = Derived::RowsAtCompileTime,
|
||||
|
||||
Reference in New Issue
Block a user