▼CCORE_Object | Abstract base class for most classes |
▼CCORE_ClassFactory | This class describes a class factory to generate classes for User Interface Software |
►CMMSD_ClassFactory | This class describes a class factory to generate MMSD classes |
►CMMSD_DataSetClassFactory | This class is a data set factory |
CMMSD_ModelClassFactory | This class describes a class factory to generate MMSD classes |
►CUI_ClassFactory | This class describes a class factory to generate classes for User Interface Software |
CMM_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_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_Array< T > | This class describes an array |
CCORE_Array2D< T > | This class describes an array of arrays |
CCORE_Array3D< T > | This class describes an array of arrays |
CCORE_Array< int > | |
CCORE_Array< tFlag > | |
CCORE_Array< tString > | |
CCORE_Vector< T > | This class describes an array |
CCORE_Map< Key, Value > | This class describes a map |
CCORE_Matrix< T > | This class describes a vector of boost vectors |
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< T > | Class CORE_SharedPointersArray is a list of shared pointers |
CCORE_SharedPointersKVMap< Key, Value > | This class describes a map: shared pointer of Key -> shared pointer of Value |
CCORE_SharedPointersList< T > | Class CORE_SharedPointersList is a list of shared pointers |
CCORE_SharedPointersListVMap< Key, Value > | This class describes a map: primitive type of Key -> shared pointer of list of Value |
CCORE_SharedPointersMatrix< T > | Class CORE_SharedPointersMatrix is a matrix of shared pointers Matrix is a vector of shared pointer of T |
CCORE_SharedPointersVMap< Key, Value > | This class describes a map: primitive type of Key -> shared pointer of Value |
CCORE_SharedPointersVMap< tString, const CORE_Object > | |
CCORE_SharedPointersVMap< tString, CORE_Object > | |
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_VectorReader | This class describes a reader for vector value |
CCORE_WeakPointersArray< T > | Class CORE_WeakPointersArray is an array of weak pointers |
CCORE_WeakPointersList< T > | Class CORE_WeakPointersList is a list of weak shared pointers |
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_EfficiencyTest | This class is a test class 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_Object | This class is the base class of all lapack objects |
CLAP_2DView | This class is a matrix view |
CLAP_ConstVector< T > | This class describes a vector of const double |
►CLAP_ConstVector< lapack_real > | |
►CLAP_ConstDoubleVector | |
CMMSD_ConstDoubleVector | |
►CLAP_DoubleMatrixStorage | |
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_DoubleFullStorage | |
CLAP_DoublePackedStorage | This class describes a packed storage by column |
►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_DoubleMatrix | |
►CLAP_DoubleGeneralMatrix | This class describes a general double matrix |
►CLAP_DoubleFullGeneralMatrix | |
CMMSD_DoubleFullMatrix | This class describes the FullMatrix class |
►CLAP_DoubleSymmetricMatrix | This class describes a general double symmetric matrix |
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_DoubleFullSymmetricMatrix | This class describes a full symmetric matrix for lapack used |
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_DoubleUpperMatrix | This class describes a general double symmetric matrix |
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_DoubleFullUpperMatrix | This class describes a full upper matrix for lapack used |
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 |
CMMSD_IntegerFullMatrix | This class describes the FullMatrix class |
CLAP_SymmetricMatrix | This class describes a general symmetric matrix |
CLAP_UpperMatrix | This class describes a general upper matrix |
CLAP_Vector< T > | This class describes a vector of double |
►CLAP_Vector< lapack_int > | |
CLAP_IntegerVector | |
►CLAP_Vector< lapack_real > | |
►CLAP_DoubleVector | |
CMMSD_DoubleVector | |
CLAP_View | This class is a view of a pointer |
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_Test | This class is a test class for LAP package |
CLAP_VectorTest | This class is a test class for vector of LAP package |
▼CMATH_StiefelFunction | This class describes Stiefel function to optimize |
CMATH_EigenFunction | This class describes Eigen function to optimize : -0.5*Tr(X'*A*X); |
CMMSD_StiefelFunction | This class describes Eigen function to optimize : -0.5*Tr(X'*A*X); |
CMATH_StiefelOptimizer | This class describes Stiefel optimizer method for MATH_StiefelFunction |
▼CMM_Data | This class is a data |
CMM_Attribute | This class is a primary field |
CMM_Class | This class is a description of class |
CSTAT_Combinatorial< T > | This class is the class to generate combinations, permutation, etc.. |
▼CSTAT_Object | This class is the base class of all statistics package |
►CSTAT_Distribution | This class is the class to describes general distribution |
CSTAT_BernoulliDistribution | This class is the class to describes Bernoulli distribution |
CSTAT_BinomialDistribution | This class is the class to describes Binomial distribution |
CSTAT_DiracDistribution | This class is the class to describes Dirac 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_PoissonDistribution | This class is the class to describes Poisson distribution |
CSTAT_UniformDistribution | This class is the class to describes Uniform distribution |
▼CUI_Class | This class describes the main interface class for a soft user interface (R,matlab,python etc...) class |
CMM_Structure | This class is a class for MetaModel exchange |
▼CUI_Object | This class is the base class of User Interface package |
►CMATH_Equation | This class solve the equation f(x)=0 |
CMATH_NewtonEquation | This class solve the equation f(x)=0 |
CMATH_TranscendentEquation | This class solve a transcendent equation f(x)=x |
CMATH_ZeroEquation | This class solve the equation f(x)=0 |
►CMATH_Function | This class describes a function function |
CMATH_BetaFunction | This class describes the beta function |
►CMATH_C1Function | This class describes a function of classe C1 |
CMMSD_GaussianFDFunction | This class describes the function used in MMSD_GaussianCluster::updateFreedomDegrees() |
CMATH_CubicPolynom | This class describes the quadratic function |
CMATH_DigammaFunction | This class describes the digamma function |
CMATH_GammaFunction | This class describes the digamma function |
►CMATH_KeplerFunction | This class describes Transcendent equation test class |
CMATH_ZKeplerFunction | This class describes the function f(x)=keplerFunction(x)-x |
CMATH_LogGammaFunction | This class describes the digamma function |
CMATH_QuadraticPolynom | This class describes the quadratic function |
CMATH_TrigammaFunction | This class describes the trigamma function |
CSTAT_UniformLaplaceTransform | This class describes laplace transform of log normal distribution |
►CMMSD_Object | This class is the base class of all Mixture of Multiple Scaled Distribution package |
►CMMSD_Cluster | This class is a geneal MMSD Cluster |
►CMMSD_GaussianCluster | This class is a gaussian cluster which is a specialization of MMSD_Cluster |
CMMSD_ConstraintGaussianCluster | This class is a Gaussian Cluster wich is a specialization of MMSD_GaussianCluster |
CMMSD_DataSet | This class describes a data set |
CMMSD_DoubleSymmetricMatrix | |
►CMMSD_Law | This class is a geneal MMSD Law |
►CMMSD_GaussianLaw | This class is a Gaussian Law inherits from MMSD_Law |
CMMSD_FluryGautschiGaussianLaw | This class is aFlury Gautschi Gaussian Law |
CMMSD_StiefelGaussianLaw | This class is a Stiefel Gaussian Law |
►CMMSD_Model | This class is a general MMSD Model |
►CMMSD_GaussianModel | This class describes a Gaussain Model inherits from MMSD_Model |
CMMSD_ConstraintGaussianModel | This class describes a constraint gaussian model inherits from MMSD_GaussainModel |
CCORE_Object::Delete | Class Free introduced for deleting a smart pointer |
▼CLAP_IntVector | |
CMMSD_IntegerVector | |
CLAP_MatrixStorage | This class describes a general storage for matrix |
CMMSD_Matrix | This class describes a class factory to generate symmetric matrix for lapack used |
CMMSD_Vector | This class describes a const double vector |
CnullDeleter | |
▼Cruntime_error | |
▼CCORE_Exception | This class describes the exceptions raised for CORE package |
CLAP_Exception | This class describes the exceptions raised for LAP package |