CAFE
Computational Analysis of gene Family Evolution
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
chooseln_cache Struct Reference

A cache of values of chooseln. More...

#include <chooseln_cache.h>

Data Fields

double ** values
 
int size
 

Detailed Description

A cache of values of chooseln.

Chooseln evaluates the natural logarithm of Gamma(n+1)/(Gamma(k+1)*Gamma(n-k+1)) The cache holds values for integer values of n and k. It does not appear to be threadsafe.

Field Documentation

int chooseln_cache::size
double** chooseln_cache::values

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