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

BeagleOperationByPartition - A list of integer indices which specify a partial likelihoods operation for

Author

       Generated automatically by Doxygen for BEAGLE from the source code.

Version 3.1.2                                    Tue Oct 19 2021                   BeagleOperationByPartition(3)

Detailed Description

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

Member Data Documentation

intBeagleOperationByPartition::child1Partials
       index of first child partials buffer

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

   intBeagleOperationByPartition::child2Partials
       index of second child partials buffer

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

   intBeagleOperationByPartition::cumulativeScaleIndex
       index number of scaleBuffer to store accumulated factors

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

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

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

   intBeagleOperationByPartition::partition
       index of partition

Name

       BeagleOperationByPartition - A list of integer indices which specify a partial likelihoods operation for
       a partitioned analysis.

Synopsis

       #include <beagle.h>

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

See Also