algebramix_doc 0.3
cached_roots_helper< V > Struct Template Reference

#include <fft_roots.hpp>

Inheritance diagram for cached_roots_helper< V >:
V

List of all members.

Public Types

Static Public Member Functions

Static Public Attributes


Detailed Description

template<typename V>
struct mmx::cached_roots_helper< V >

Definition at line 229 of file fft_roots.hpp.


Member Typedef Documentation

typedef V::C C

Definition at line 230 of file fft_roots.hpp.

typedef V::U U

Definition at line 231 of file fft_roots.hpp.


Member Function Documentation

static U* create_roots ( nat  n) [inline, static]
static void destroy_roots ( U u,
nat  n 
) [inline, static]

Definition at line 246 of file fft_roots.hpp.

Referenced by cached_roots_helper< V >::create_roots().

                              {
    (void) u; (void) n;
  }

Member Data Documentation

nat capacity = 0 [static]

Definition at line 232 of file fft_roots.hpp.

Referenced by cached_roots_helper< V >::create_roots().

V::U * roots = NULL [static]

Definition at line 233 of file fft_roots.hpp.

Referenced by cached_roots_helper< V >::create_roots().


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Friends Defines