#include "auxil.h"
#include <cmath>
#include <iostream>
Functions | |
vector3 | jet (const double x) |
vector3 | hot (const double x) |
double | bessi0 (double x) |
double bessi0 | ( | double | x | ) |
Compute the Modified Bessel function of order 0.
[in] | x | A real number. |
vector3 hot | ( | const double | x | ) |
The Hot colour map ranging form black to white.
[in] | x | A real number between 0 and 1. |
vector3 jet | ( | const double | x | ) |
The Jet colour map ranging form blue to red.
[in] | x | A real number between 0 and 1. |