bpp-phyl3 3.0.0
Definitions.h
Go to the documentation of this file.
1// SPDX-FileCopyrightText: The Bio++ Development Group
2//
3// SPDX-License-Identifier: CECILL-2.1
4
5#ifndef BPP_PHYL_LIKELIHOOD_DATAFLOW_DEFINITIONS_H
6#define BPP_PHYL_LIKELIHOOD_DATAFLOW_DEFINITIONS_H
7
9
10
11namespace bpp
12{
17
18// typedef Eigen::MatrixXd MatrixLik;
19// typedef Eigen::RowVectorXd RowLik;
20// typedef Eigen::VectorXd VectorLik;
21// typedef double DataLik;
22
23typedef std::vector<DataLik> VDataLik;
24typedef std::vector<VDataLik> VVDataLik;
25}
26#endif // BPP_PHYL_LIKELIHOOD_DATAFLOW_DEFINITIONS_H
Defines the basic types of data flow nodes.
std::vector< DataLik > VDataLik
Definition: Definitions.h:23
ExtendedFloatVectorXd VectorLik
Definition: Definitions.h:15
ExtendedFloatRowVectorXd RowLik
Definition: Definitions.h:14
ExtendedFloatMatrixXd MatrixLik
Definition: Definitions.h:13
ExtendedFloat DataLik
Definition: Definitions.h:16
std::vector< VDataLik > VVDataLik
Definition: Definitions.h:24