install(FILES
    BlockDiagonalPreconditioner.hpp
    BlockMatrix.hpp
    BlockPreconditioner.hpp
    Constraints.hpp
    HyprePrecon.hpp
    KrylovRunner.hpp
    LinearSolver.hpp
    MatrixBackend.hpp
    Operations.hpp
    Preconditioner.hpp
    PreconditionerInterface.hpp
    Preconditioners.hpp
    SlotSize.hpp
    SolverPrecon.hpp
    Solvers.hpp
    Traits.hpp
    UmfpackRunner.hpp
    VectorBackend.hpp
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/amdis/linearalgebra/mtl)

add_subdirectory("itl")
add_subdirectory("precons")
