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

An ordinary (one dimensional) vector. More...

#include <libftsh.h>

Data Fields

int max_size
int n_row
REALvector

Detailed Description

An ordinary (one dimensional) vector.

We label it as if it was a column vector, but this doesn't really matter.


Field Documentation

int max_size

The amount of memory allocated for this vector. This may be quite a lot larger than the amount needed for this particular vector, but allows us to check if we have enough room when we form a vector. Needs to be at least n_row.

int n_row

The number of rows in this column vector. This is just the length of the vector.

The values of the entries. The (row) entry is in vector[row].


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