#include "ell.h"

Functions | |
| void | ell_3m_print_f (FILE *f, const float s[9]) |
| void | ell_3v_print_f (FILE *f, const float s[3]) |
| void | ell_3m_print_d (FILE *f, const double s[9]) |
| void | ell_3v_print_d (FILE *f, const double s[3]) |
| void | ell_4m_print_f (FILE *f, const float s[16]) |
| void | ell_4v_print_f (FILE *f, const float s[4]) |
| void | ell_4m_print_d (FILE *f, const double s[16]) |
| void | ell_4v_print_d (FILE *f, const double s[4]) |
Variables | |
| const char * | ell_biff_key = "ell" |
| int | ell_debug = 0 |
| char | _ell_cubic_root_str [][AIR_STRLEN_SMALL] |
| char | _ell_cubic_root_desc [][AIR_STRLEN_MED] |
| airEnum | _ell_cubic_root |
| airEnum * | ell_cubic_root = &_ell_cubic_root |
| void ell_3m_print_d | ( | FILE * | f, | |
| const double | s[9] | |||
| ) |
| void ell_3m_print_f | ( | FILE * | f, | |
| const float | s[9] | |||
| ) |
| void ell_3v_print_d | ( | FILE * | f, | |
| const double | s[3] | |||
| ) |
| void ell_3v_print_f | ( | FILE * | f, | |
| const float | s[3] | |||
| ) |
| void ell_4m_print_d | ( | FILE * | f, | |
| const double | s[16] | |||
| ) |
| void ell_4m_print_f | ( | FILE * | f, | |
| const float | s[16] | |||
| ) |
| void ell_4v_print_d | ( | FILE * | f, | |
| const double | s[4] | |||
| ) |
| void ell_4v_print_f | ( | FILE * | f, | |
| const float | s[4] | |||
| ) |
Initial value:
{
"cubic root solutions",
ELL_CUBIC_ROOT_MAX,
_ell_cubic_root_str, NULL,
_ell_cubic_root_desc,
NULL, NULL,
AIR_FALSE
}
| char _ell_cubic_root_desc[][AIR_STRLEN_MED] |
Initial value:
{
"(unknown ell_cubic_root)",
"one single root",
"one triple root",
"a single and a double root",
"three distinct roots"
}
| char _ell_cubic_root_str[][AIR_STRLEN_SMALL] |
Initial value:
{
"(unknown ell_cubic_root)",
"single",
"triple",
"single and double",
"three"
}
| const char* ell_biff_key = "ell" |
| int ell_debug = 0 |
1.5.6