CAFE
Computational Analysis of gene Family Evolution
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
chooseln_cache.h File Reference
#include <assert.h>
#include <mathfunc.h>
#include <memalloc.h>

Go to the source code of this file.

Data Structures

struct  chooseln_cache
 A cache of values of chooseln. More...
 

Functions

int chooseln_is_init2 (struct chooseln_cache *cache)
 
int get_chooseln_cache_size2 (struct chooseln_cache *cache)
 
void chooseln_cache_init2 (struct chooseln_cache *cache, int size)
 
void chooseln_cache_resize2 (struct chooseln_cache *cache, int resize)
 
void chooseln_cache_free2 (struct chooseln_cache *cache)
 

Function Documentation

void chooseln_cache_free2 ( struct chooseln_cache cache)
void chooseln_cache_init2 ( struct chooseln_cache cache,
int  size 
)
void chooseln_cache_resize2 ( struct chooseln_cache cache,
int  resize 
)
int chooseln_is_init2 ( struct chooseln_cache cache)
int get_chooseln_cache_size2 ( struct chooseln_cache cache)