alpaqa pi-pico
Nonconvex constrained optimization
Loading...
Searching...
No Matches
Namespaces | Functions
dl.cpp File Reference
#include <alpaqa/util/dl.hpp>
#include <dlfcn.h>
#include <cassert>
+ Include dependency graph for dl.cpp:

Go to the source code of this file.

Namespaces

namespace  alpaqa
 
namespace  alpaqa::util
 

Functions

std::shared_ptr< voidload_lib (const std::filesystem::path &so_filename, DynamicLoadFlags flags)
 Load a DLL or SO file.
 
voidload_func (void *lib_handle, const std::string &name)
 Get a pointer to a function inside of a loaded DLL or SO file.