introduce ei_xxx_return_value and ei_xxx_impl for xxx in solve,kernel,impl

put them in a new internal 'misc' directory
This commit is contained in:
Benoit Jacob
2009-11-03 02:18:10 -05:00
parent f975b9bd3e
commit da363d997f
11 changed files with 326 additions and 184 deletions

View File

@@ -0,0 +1,6 @@
FILE(GLOB Eigen_misc_SRCS "*.h")
INSTALL(FILES
${Eigen_misc_SRCS}
DESTINATION ${INCLUDE_INSTALL_DIR}/Eigen/src/misc COMPONENT Devel
)