14 const Index& fast_wigner_stored_symbols,
15 const Index& largest_wigner_symbol_parameter,
17 wigner_initialized =
make_wigner_ready(
int(largest_wigner_symbol_parameter),
int(fast_wigner_stored_symbols), 6);
22 const Index& fast_wigner_stored_symbols,
23 const Index& largest_wigner_symbol_parameter,
25 wigner_initialized =
make_wigner_ready(
int(largest_wigner_symbol_parameter),
int(fast_wigner_stored_symbols), 3);
31 "Must first initialize wigner...");
34 fastwigxj_print_stats();
37 "You cannot do this without having compiled with fast wigner.");
44 "Must first initialize wigner...");
45 wigner_initialized = 0;
57 "Must first initialize wigner...");
58 wigner_initialized = 0;
#define ARTS_USER_ERROR(...)
#define ARTS_USER_ERROR_IF(condition,...)
void Wigner6Init(Index &wigner_initialized, const Index &fast_wigner_stored_symbols, const Index &largest_wigner_symbol_parameter, const Verbosity &)
WORKSPACE METHOD: Wigner6Init.
void WignerFastInfoPrint(const Index &wigner_initialized, const Verbosity &)
WORKSPACE METHOD: WignerFastInfoPrint.
void Wigner3Init(Index &wigner_initialized, const Index &fast_wigner_stored_symbols, const Index &largest_wigner_symbol_parameter, const Verbosity &)
WORKSPACE METHOD: Wigner3Init.
void Wigner6Unload(Index &wigner_initialized, const Verbosity &)
WORKSPACE METHOD: Wigner6Unload.
void Wigner3Unload(Index &wigner_initialized, const Verbosity &)
WORKSPACE METHOD: Wigner3Unload.
Declarations having to do with the four output streams.
Index make_wigner_ready(int largest, int fastest, int size)
Ready Wigner.
Wigner symbol interactions.