| CCORE_Array | This class describes an array |
| CCORE_Array2D | This class describes an array of arrays |
| CCORE_Array3D | This class describes an array of arrays |
| CCORE_ClassFactory | This class describes a class factory to generate classes for User Interface Software |
| CCORE_Color | This class describes color |
| CCORE_Complex | This class describes a complex |
| CCORE_Exception | This class describes the exceptions raised for CORE package |
| CCORE_File | This class describes the output by default write on standart output |
| CCORE_Integer | This class describes an integer |
| CCORE_List | This class describes a list |
| CCORE_Map | This class describes a map |
| CCORE_Matrix | This class describes a vector of boost vectors |
| ►CCORE_Object | Abstract base class for most classes |
| CDelete | Class Free introduced for deleting a smart pointer |
| CCORE_Out | This class describes the output by default write on standart output |
| CCORE_Real | This class describes a real Attributes: |
| CCORE_Run | This class is a Run class for Common package |
| CCORE_SharedPointersArray | Class CORE_SharedPointersArray is a list of shared pointers |
| CCORE_SharedPointersKVMap | This class describes a map: shared pointer of Key -> shared pointer of Value |
| CCORE_SharedPointersList | Class CORE_SharedPointersList is a list of shared pointers |
| CCORE_SharedPointersListVMap | This class describes a map: primitive type of Key -> shared pointer of list of Value |
| CCORE_SharedPointersMatrix | Class CORE_SharedPointersMatrix is a matrix of shared pointers Matrix is a vector of shared pointer of T |
| CCORE_SharedPointersVMap | This class describes a map: primitive type of Key -> shared pointer of Value |
| CCORE_String | This class describes a string |
| CCORE_Test | This class is a test class for common package |
| CCORE_Time | This class describes a time class |
| CCORE_Vector | This class describes an array |
| CCORE_VectorReader | This class describes a reader for vector value |
| CCORE_WeakPointersArray | Class CORE_WeakPointersArray is an array of weak pointers |
| CCORE_WeakPointersList | Class CORE_WeakPointersList is a list of weak shared pointers |
| CLAP_2DView | This class is a matrix view |
| CLAP_BandedSymmetricMatrixTest | This class is a test class for vector of LAP package |
| CLAP_BandedUpperMatrixTest | This class is a test class for vector of LAP package |
| CLAP_ConstDoubleVector | |
| CLAP_ConstVector | This class describes a vector of const double |
| CLAP_DoubleBandedStorage | This class describes a banded storage for lapack used where values are stored in vector of size (nSBands+nIBands-1) x n { x x A(0,nUBands-1)....A(n-nUBands+1 ,n-1)} .... { x A(0,1) A(1,2)...A(n-2,n-1)} {A(0,0) A(1,1) A(2,1)...A(n-1,n-1)} //diagonal {A(1,0) A(2,1) A(n-1,n-2) x } ... {A(nSBands-1,0)...A(n-nSBands+1,n-nSBands) x x} |
| CLAP_DoubleBandedSymmetricMatrix | This class describes a packed symmetric matrix for lapack used where values are stored in vector: {A(0,0) A(0,1) A(1,1) A(2,0),A(2,1) A(2,2) ....A(n,n)} |
| CLAP_DoubleBandedUpperMatrix | This class describes a band upper matrix for lapack used where values are stored in vectorof size nBands x n { x x A(0,nBands-1)....A(n-nBands+1 ,n-1)} .... { x A(0,1) A(1,2)...A(n-2,n-1)} {A(0,0) A(1,1) A(2,1)...A(n-1,n-1)} //diagonal |
| CLAP_DoubleFullGeneralMatrix | |
| CLAP_DoubleFullStorage | |
| CLAP_DoubleFullSymmetricMatrix | This class describes a full symmetric matrix for lapack used |
| CLAP_DoubleFullUpperMatrix | This class describes a full upper matrix for lapack used |
| CLAP_DoubleGeneralMatrix | This class describes a general double matrix |
| CLAP_DoubleMatrix | |
| CLAP_DoubleMatrixStorage | |
| CLAP_DoublePackedStorage | This class describes a packed storage by column |
| CLAP_DoublePackedSymmetricMatrix | This class describes a packed symmetric matrix for lapack used where values are stored in vector: {A(0,0) A(0,1) A(1,1) A(2,0),A(2,1) A(2,2) ....A(n,n)} |
| CLAP_DoublePackedUpperMatrix | This class describes a packed upper matrix for lapack used where values are stored in vector: {A(0,0) A(0,1) A(1,1) A(2,0),A(2,1) A(2,2) ....A(n,n)} This class describes a matrix |
| CLAP_DoubleSymmetricMatrix | This class describes a general double symmetric matrix |
| CLAP_DoubleUpperMatrix | This class describes a general double symmetric matrix |
| CLAP_DoubleVector | |
| CLAP_EfficiencyTest | This class is a test class for LAP package |
| CLAP_Exception | This class describes the exceptions raised for LAP package |
| CLAP_FullMatrixTest | This class is a test class for vector of LAP package |
| CLAP_FullSymmetricMatrixTest | This class is a test class for vector of LAP package |
| CLAP_FullUpperMatrixTest | This class is a test class for vector of LAP package |
| CLAP_IntegerVector | |
| CLAP_Matrix | This class describes a general matrix for lapack used : the matrix is stored in column mValues={T_{0,0},T{1,0},...,T_{N-1,0}, T_{1,0},....T_{1,N-1}, ..., T_{M-1,0},...T{M-1,N-1}} where |
| CLAP_MatrixStorage | This class describes a general storage for matrix |
| CLAP_Object | This class is the base class of all lapack objects |
| CLAP_PackedSymmetricMatrixTest | This class is a test class for vector of LAP package |
| CLAP_PackedUpperMatrixTest | This class is a test class for vector of LAP package |
| CLAP_SymmetricMatrix | This class describes a general symmetric matrix |
| CLAP_Test | This class is a test class for LAP package |
| CLAP_UpperMatrix | This class describes a general upper matrix |
| CLAP_Vector | This class describes a vector of double |
| CLAP_VectorTest | This class is a test class for vector of LAP package |
| CLAP_View | This class is a view of a pointer |
| CMATH_BetaFunction | This class describes the beta function |
| CMATH_C1Function | This class describes a function of classe C1 |
| CMATH_CubicPolynom | This class describes the quadratic function |
| CMATH_DigammaFunction | This class describes the digamma function |
| CMATH_EigenFunction | This class describes Eigen function to optimize : -0.5*Tr(X'*A*X); |
| CMATH_Equation | This class solve the equation f(x)=0 |
| CMATH_Function | This class describes a function function |
| CMATH_GammaFunction | This class describes the digamma function |
| CMATH_KeplerFunction | This class describes Transcendent equation test class |
| CMATH_LogGammaFunction | This class describes the digamma function |
| CMATH_NewtonEquation | This class solve the equation f(x)=0 |
| CMATH_QuadraticPolynom | This class describes the quadratic function |
| CMATH_StiefelFunction | This class describes Stiefel function to optimize |
| CMATH_StiefelOptimizer | This class describes Stiefel optimizer method for MATH_StiefelFunction |
| CMATH_TranscendentEquation | This class solve a transcendent equation f(x)=x |
| CMATH_TrigammaFunction | This class describes the trigamma function |
| CMATH_ZeroEquation | This class solve the equation f(x)=0 |
| CMATH_ZKeplerFunction | This class describes the function f(x)=keplerFunction(x)-x |
| CMM_Attribute | This class is a primary field |
| CMM_Class | This class is a description of class |
| CMM_ClassFactory | This class describes a class factory to generate classes for User Interface Software |
| CMM_Data | This class is a data |
| CMM_Structure | This class is a class for MetaModel exchange |
| CMMSD_ClassFactory | This class describes a class factory to generate MMSD classes |
| CMMSD_Cluster | This class is a geneal MMSD Cluster |
| CMMSD_ConstDoubleVector | |
| CMMSD_ConstraintGaussianCluster | This class is a Gaussian Cluster wich is a specialization of MMSD_GaussianCluster |
| CMMSD_ConstraintGaussianModel | This class describes a constraint gaussian model inherits from MMSD_GaussainModel |
| CMMSD_DataSet | This class describes a data set |
| CMMSD_DataSetClassFactory | This class is a data set factory |
| CMMSD_DoubleFullMatrix | This class describes the FullMatrix class |
| CMMSD_DoubleSymmetricMatrix | |
| CMMSD_DoubleVector | |
| CMMSD_FluryGautschiGaussianLaw | This class is aFlury Gautschi Gaussian Law |
| CMMSD_GaussianCluster | This class is a gaussian cluster which is a specialization of MMSD_Cluster |
| CMMSD_GaussianFDFunction | This class describes the function used in MMSD_GaussianCluster::updateFreedomDegrees() |
| CMMSD_GaussianLaw | This class is a Gaussian Law inherits from MMSD_Law |
| CMMSD_GaussianModel | This class describes a Gaussain Model inherits from MMSD_Model |
| CMMSD_IntegerFullMatrix | This class describes the FullMatrix class |
| CMMSD_IntegerVector | |
| CMMSD_Law | This class is a geneal MMSD Law |
| CMMSD_Matrix | This class describes a class factory to generate symmetric matrix for lapack used |
| CMMSD_Model | This class is a general MMSD Model |
| CMMSD_ModelClassFactory | This class describes a class factory to generate MMSD classes |
| CMMSD_Object | This class is the base class of all Mixture of Multiple Scaled Distribution package |
| CMMSD_StiefelFunction | This class describes Eigen function to optimize : -0.5*Tr(X'*A*X); |
| CMMSD_StiefelGaussianLaw | This class is a Stiefel Gaussian Law |
| CMMSD_Vector | This class describes a const double vector |
| CnullDeleter | |
| CSTAT_BernoulliDistribution | This class is the class to describes Bernoulli distribution |
| CSTAT_BinomialDistribution | This class is the class to describes Binomial distribution |
| CSTAT_Combinatorial | This class is the class to generate combinations, permutation, etc.. |
| CSTAT_DiracDistribution | This class is the class to describes Dirac distribution |
| CSTAT_Distribution | This class is the class to describes general distribution |
| CSTAT_ExponentialDistribution | This class is the class to describes Exponential distribution |
| CSTAT_GammaDistribution | This class is the class to describes Gamma distribution |
| CSTAT_GeometricDistribution | This class is the class to describes Geometric distribution |
| CSTAT_InverseNormalDistribution | This class is the class to describes InverseNormal distribution |
| CSTAT_NormalDistribution | This class is the class to describes Normal distribution |
| CSTAT_Object | This class is the base class of all statistics package |
| CSTAT_PoissonDistribution | This class is the class to describes Poisson distribution |
| CSTAT_UniformDistribution | This class is the class to describes Uniform distribution |
| CSTAT_UniformLaplaceTransform | This class describes laplace transform of log normal distribution |
| CUI_Class | This class describes the main interface class for a soft user interface (R,matlab,python etc...) class |
| CUI_ClassFactory | This class describes a class factory to generate classes for User Interface Software |
| CUI_Object | This class is the base class of User Interface package |