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

Hold a banded matrix of Associate Legendre functions of a fixed order. More...

#include <libftsh.h>

Data Fields

Banded_Matrix matrix [2]

Detailed Description

Hold a banded matrix of Associate Legendre functions of a fixed order.

The matrix is not compressed, but by using the banded format we can discard areas that are near zero. The matrix has been separated into even and odd parts.


Field Documentation

  • matrix[0] -- The even part, in Banded_Matrix
  • matrix[1] -- same, but for the odd part of the matrix.

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