C++ main module for mmsd Package  1.0
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12]
 CCORE_ArrayThis class describes an array
 CCORE_Array2DThis class describes an array of arrays
 CCORE_Array3DThis class describes an array of arrays
 CCORE_ClassFactoryThis class describes a class factory to generate classes for User Interface Software
 CCORE_ColorThis class describes color
 CCORE_ComplexThis class describes a complex
 CCORE_ExceptionThis class describes the exceptions raised for CORE package
 CCORE_FileThis class describes the output by default write on standart output
 CCORE_IntegerThis class describes an integer
 CCORE_ListThis class describes a list
 CCORE_MapThis class describes a map
 CCORE_MatrixThis class describes a vector of boost vectors
 CCORE_ObjectAbstract base class for most classes
 CCORE_OutThis class describes the output by default write on standart output
 CCORE_RealThis class describes a real Attributes:
 CCORE_RunThis class is a Run class for Common package
 CCORE_SharedPointersArrayClass CORE_SharedPointersArray is a list of shared pointers
 CCORE_SharedPointersKVMapThis class describes a map: shared pointer of Key -> shared pointer of Value
 CCORE_SharedPointersListClass CORE_SharedPointersList is a list of shared pointers
 CCORE_SharedPointersListVMapThis class describes a map: primitive type of Key -> shared pointer of list of Value
 CCORE_SharedPointersMatrixClass CORE_SharedPointersMatrix is a matrix of shared pointers Matrix is a vector of shared pointer of T
 CCORE_SharedPointersVMapThis class describes a map: primitive type of Key -> shared pointer of Value
 CCORE_StringThis class describes a string
 CCORE_TestThis class is a test class for common package
 CCORE_TimeThis class describes a time class
 CCORE_VectorThis class describes an array
 CCORE_VectorReaderThis class describes a reader for vector value
 CCORE_WeakPointersArrayClass CORE_WeakPointersArray is an array of weak pointers
 CCORE_WeakPointersListClass CORE_WeakPointersList is a list of weak shared pointers
 CLAP_2DViewThis class is a matrix view
 CLAP_BandedSymmetricMatrixTestThis class is a test class for vector of LAP package
 CLAP_BandedUpperMatrixTestThis class is a test class for vector of LAP package
 CLAP_ConstDoubleVector
 CLAP_ConstVectorThis class describes a vector of const double
 CLAP_DoubleBandedStorageThis 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_DoubleBandedSymmetricMatrixThis 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_DoubleBandedUpperMatrixThis 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_DoubleFullSymmetricMatrixThis class describes a full symmetric matrix for lapack used
 CLAP_DoubleFullUpperMatrixThis class describes a full upper matrix for lapack used
 CLAP_DoubleGeneralMatrixThis class describes a general double matrix
 CLAP_DoubleMatrix
 CLAP_DoubleMatrixStorage
 CLAP_DoublePackedStorageThis class describes a packed storage by column
 CLAP_DoublePackedSymmetricMatrixThis 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_DoublePackedUpperMatrixThis 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_DoubleSymmetricMatrixThis class describes a general double symmetric matrix
 CLAP_DoubleUpperMatrixThis class describes a general double symmetric matrix
 CLAP_DoubleVector
 CLAP_EfficiencyTestThis class is a test class for LAP package
 CLAP_ExceptionThis class describes the exceptions raised for LAP package
 CLAP_FullMatrixTestThis class is a test class for vector of LAP package
 CLAP_FullSymmetricMatrixTestThis class is a test class for vector of LAP package
 CLAP_FullUpperMatrixTestThis class is a test class for vector of LAP package
 CLAP_IntegerVector
 CLAP_MatrixThis 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_MatrixStorageThis class describes a general storage for matrix
 CLAP_ObjectThis class is the base class of all lapack objects
 CLAP_PackedSymmetricMatrixTestThis class is a test class for vector of LAP package
 CLAP_PackedUpperMatrixTestThis class is a test class for vector of LAP package
 CLAP_SymmetricMatrixThis class describes a general symmetric matrix
 CLAP_TestThis class is a test class for LAP package
 CLAP_UpperMatrixThis class describes a general upper matrix
 CLAP_VectorThis class describes a vector of double
 CLAP_VectorTestThis class is a test class for vector of LAP package
 CLAP_ViewThis class is a view of a pointer
 CMATH_BetaFunctionThis class describes the beta function
 CMATH_C1FunctionThis class describes a function of classe C1
 CMATH_CubicPolynomThis class describes the quadratic function
 CMATH_DigammaFunctionThis class describes the digamma function
 CMATH_EigenFunctionThis class describes Eigen function to optimize : -0.5*Tr(X'*A*X);
 CMATH_EquationThis class solve the equation f(x)=0
 CMATH_FunctionThis class describes a function function
 CMATH_GammaFunctionThis class describes the digamma function
 CMATH_KeplerFunctionThis class describes Transcendent equation test class
 CMATH_LogGammaFunctionThis class describes the digamma function
 CMATH_NewtonEquationThis class solve the equation f(x)=0
 CMATH_QuadraticPolynomThis class describes the quadratic function
 CMATH_StiefelFunctionThis class describes Stiefel function to optimize
 CMATH_StiefelOptimizerThis class describes Stiefel optimizer method for MATH_StiefelFunction
 CMATH_TranscendentEquationThis class solve a transcendent equation f(x)=x
 CMATH_TrigammaFunctionThis class describes the trigamma function
 CMATH_ZeroEquationThis class solve the equation f(x)=0
 CMATH_ZKeplerFunctionThis class describes the function f(x)=keplerFunction(x)-x
 CMM_AttributeThis class is a primary field
 CMM_ClassThis class is a description of class
 CMM_ClassFactoryThis class describes a class factory to generate classes for User Interface Software
 CMM_DataThis class is a data
 CMM_StructureThis class is a class for MetaModel exchange
 CMMSD_ClassFactoryThis class describes a class factory to generate MMSD classes
 CMMSD_ClusterThis class is a geneal MMSD Cluster
 CMMSD_ConstDoubleVector
 CMMSD_ConstraintGaussianClusterThis class is a Gaussian Cluster wich is a specialization of MMSD_GaussianCluster
 CMMSD_ConstraintGaussianModelThis class describes a constraint gaussian model inherits from MMSD_GaussainModel
 CMMSD_DataSetThis class describes a data set
 CMMSD_DataSetClassFactoryThis class is a data set factory
 CMMSD_DoubleFullMatrixThis class describes the FullMatrix class
 CMMSD_DoubleSymmetricMatrix
 CMMSD_DoubleVector
 CMMSD_FluryGautschiGaussianLawThis class is aFlury Gautschi Gaussian Law
 CMMSD_GaussianClusterThis class is a gaussian cluster which is a specialization of MMSD_Cluster
 CMMSD_GaussianFDFunctionThis class describes the function used in MMSD_GaussianCluster::updateFreedomDegrees()
 CMMSD_GaussianLawThis class is a Gaussian Law inherits from MMSD_Law
 CMMSD_GaussianModelThis class describes a Gaussain Model inherits from MMSD_Model
 CMMSD_IntegerFullMatrixThis class describes the FullMatrix class
 CMMSD_IntegerVector
 CMMSD_LawThis class is a geneal MMSD Law
 CMMSD_MatrixThis class describes a class factory to generate symmetric matrix for lapack used
 CMMSD_ModelThis class is a general MMSD Model
 CMMSD_ModelClassFactoryThis class describes a class factory to generate MMSD classes
 CMMSD_ObjectThis class is the base class of all Mixture of Multiple Scaled Distribution package
 CMMSD_StiefelFunctionThis class describes Eigen function to optimize : -0.5*Tr(X'*A*X);
 CMMSD_StiefelGaussianLawThis class is a Stiefel Gaussian Law
 CMMSD_VectorThis class describes a const double vector
 CnullDeleter
 CSTAT_BernoulliDistributionThis class is the class to describes Bernoulli distribution
 CSTAT_BinomialDistributionThis class is the class to describes Binomial distribution
 CSTAT_CombinatorialThis class is the class to generate combinations, permutation, etc..
 CSTAT_DiracDistributionThis class is the class to describes Dirac distribution
 CSTAT_DistributionThis class is the class to describes general distribution
 CSTAT_ExponentialDistributionThis class is the class to describes Exponential distribution
 CSTAT_GammaDistributionThis class is the class to describes Gamma distribution
 CSTAT_GeometricDistributionThis class is the class to describes Geometric distribution
 CSTAT_InverseNormalDistributionThis class is the class to describes InverseNormal distribution
 CSTAT_NormalDistributionThis class is the class to describes Normal distribution
 CSTAT_ObjectThis class is the base class of all statistics package
 CSTAT_PoissonDistributionThis class is the class to describes Poisson distribution
 CSTAT_UniformDistributionThis class is the class to describes Uniform distribution
 CSTAT_UniformLaplaceTransformThis class describes laplace transform of log normal distribution
 CUI_ClassThis class describes the main interface class for a soft user interface (R,matlab,python etc...) class
 CUI_ClassFactoryThis class describes a class factory to generate classes for User Interface Software
 CUI_ObjectThis class is the base class of User Interface package