2 papers
math.DS2024
Stability under dwell time constraints: Discretization revisited
Thomas Mejstrik, Vladimir Yu. Protasov
We decide the stability and compute the Lyapunov exponent of continuous-time linear switching systems with a guaranteed dwell time. The main result asserts that the discretization…
cs.PL2023
__host__ __device__ -- Generic programming in Cuda
Thomas Mejstrik
We present patterns for Cuda/C++ to write save generic code which works both on the host and device side. Writing templated functions in Cuda/C++ both for the CPU and the GPU bears…