logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

BeagleOperation - A list of integer indices which specify a partial likelihoods operation.

Author

       Generated automatically by Doxygen for BEAGLE from the source code.

Version 3.1.2                                    Tue Oct 19 2021                              BeagleOperation(3)

Detailed Description

       A list of integer indices which specify a partial likelihoods operation.

Member Data Documentation

intBeagleOperation::child1Partials
       index of first child partials buffer

   intBeagleOperation::child1TransitionMatrix
       index of transition matrix of first partials child buffer

   intBeagleOperation::child2Partials
       index of second child partials buffer

   intBeagleOperation::child2TransitionMatrix
       index of transition matrix of second partials child buffer

   intBeagleOperation::destinationPartials
       index of destination, or parent, partials buffer

   intBeagleOperation::destinationScaleRead
       index of scaling buffer to read from (if set to BEAGLE_OP_NONE then use of existing scale factors is
       disabled)

   intBeagleOperation::destinationScaleWrite
       index of scaling buffer to write to (if set to BEAGLE_OP_NONE then calculation of new scalers is
       disabled)

Name

       BeagleOperation - A list of integer indices which specify a partial likelihoods operation.

Synopsis

       #include <beagle.h>

   PublicAttributes
       int destinationPartials
       int destinationScaleWrite
       int destinationScaleRead
       int child1Partials
       int child1TransitionMatrix
       int child2Partials
       int child2TransitionMatrix

See Also