Skip to content
Snippets Groups Projects
Commit 9e06ea12 authored by Carl Philipp Klemm's avatar Carl Philipp Klemm
Browse files

update readme

parent ea446914
No related branches found
No related tags found
No related merge requests found
...@@ -50,7 +50,7 @@ else (DOXYGEN_FOUND) ...@@ -50,7 +50,7 @@ else (DOXYGEN_FOUND)
endif (DOXYGEN_FOUND) endif (DOXYGEN_FOUND)
add_library(${PROJECT_NAME} SHARED drt.cpp) add_library(${PROJECT_NAME} SHARED drt.cpp)
target_link_libraries(${PROJECT_NAME} ${EIGEN3_LIBRARIES} ${EIS_LIBRARIES}) target_link_libraries(${PROJECT_NAME} ${EIGEN3_LIBRARIES} ${EIS_LIBRARIES} -leisgenerator)
target_include_directories(${PROJECT_NAME} PUBLIC ${EIGEN3_INCLUDE_DIRS} ${EIS_INCLUDE_DIRS} ./LBFG) target_include_directories(${PROJECT_NAME} PUBLIC ${EIGEN3_INCLUDE_DIRS} ${EIS_INCLUDE_DIRS} ./LBFG)
set_target_properties(${PROJECT_NAME} PROPERTIES COMPILE_FLAGS "-Wall -O2 -march=native -g" LINK_FLAGS "-flto") set_target_properties(${PROJECT_NAME} PROPERTIES COMPILE_FLAGS "-Wall -O2 -march=native -g" LINK_FLAGS "-flto")
install(TARGETS ${PROJECT_NAME} DESTINATION lib) install(TARGETS ${PROJECT_NAME} DESTINATION lib)
......
...@@ -3,12 +3,7 @@ ...@@ -3,12 +3,7 @@
_libeisdrt_ is a c++ shared library to compute Distribution of Relaxation Times using Tikhonov regularization. _libeisdrt_ is a c++ shared library to compute Distribution of Relaxation Times using Tikhonov regularization.
_libeisdrt_ is well integrated to eisgenerator, Eigen and PyTorch. _libeisdrt_ is well integrated to eisgenerator, Eigen and PyTorch.
This manual is divided in the following sections depending on what datatypes you want to use libeisdrt with: Full documentaton can be found [git](https://uvos.xyz/kiss/libdrtdoc) or by building the doc target
- \ref EIGENAPI api to use in [Eigen](https://eigen.tuxfamily.org/index.php?title=Main_Page) applications
- \ref TORCHAPI api to use in [libtorch/PyTorch](https://pytorch.org/) applications
- \ref EISAPI api to use in [eisgenerator](https://git-ce.rwth-aachen.de/carl_philipp.klemm/eisgenerator) applications
- \ref TYPES types used by all apis
## Building ## Building
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment