libftsh
A Fast Transform for Spherical Harmonics
 All Data Structures Files Functions Variables Defines
Data Fields
Fast1_Save Struct Reference

Extra things to save for fast1 algorithm. More...

#include <libftsh.h>

Data Fields

int bell_length
int * bell_offsets
REALbell_handle

Detailed Description

Extra things to save for fast1 algorithm.

This structure holds things computed during init_fast1 that need to be saved to file separately from the main matrices.

Notes:


Field Documentation

An array of length bell_length holding all bell values.

The total length of all the bells to save.

A list of integer offsets to use within bell_handle to get particular bells. There are 5*2*num_levels entries. The 2 is for bells and dual bells. The num_levels is because we have different bells for each level The five is for the possible types of bells at each level:

  • 0 -- symmetric left edge
  • 1 -- symmetric generic
  • 2 -- symmetric right edge
  • 3 -- asymmetric generic
  • 4 -- asymmetric right edge Not all levels will have all of these. If a bell is not used we give it offset 0

The documentation for this struct was generated from the following file: