Cheat sheet: http://openmp.org/mp-documents/OpenMP3.1-CCard.pdf
[more]
pthread
pthread is the standard way of multithread programming in C in UNIX. It is a
fork-join model of parallel processing, and in the library of pthread, the
following data structure is defined:
[more]
Laundry optimization
Usually, the laundry machine comprises a rotatory basket and a water level
sensor at its top. Such design is a result of optimal laundry process.
[more]
Hölder mean
The Hölder mean with exponential \(p\) is defined as
[more]
Linearization in Mathematical Programming
Linear programming problem has the form of
[more]