(int n,
  int m,
  int* orders,
  double** B)
 Allocates a new background_distributions struct and assigs the arguments to the respective fields.
Documentation
Allocates a new background_distributions struct and assigs the arguments to
the respective fields. Note: The arguments need allocation outside of this
function.
- Parameters:
-  - n   :               number of distributions
 order - :              orders of the distribtions
 B - :                  matrix of distribution parameters
 
- Returns:
-   :               new pointer to a background_distributions struct
 
Alphabetic index
This page was generated with the help of DOC++.