hoekjed.kern.wiskunde

Undocumented in source.

Members

Aliases

Mat
alias Mat(uint aantal = 3, Soort = nauwkeurigheid) = Mat!(aantal, aantal, Soort)
Undocumented in source.
Vec
alias Vec(uint grootte = 3, Soort = nauwkeurigheid) = Mat!(grootte, 1, Soort)
Undocumented in source.
nauwkeurigheid
alias nauwkeurigheid = double
Undocumented in source.
nauwkeurigheid
alias nauwkeurigheid = float
Undocumented in source.

Structs

Mat
struct Mat(uint rij_aantal, uint kolom_aantal, Soort = nauwkeurigheid)
Undocumented in source.

Meta