C++ main module for mmsd Package  1.0
Macros
types.h File Reference
#include <algorithm>
#include <string>
#include <complex>
#include <assert.h>
#include <stdlib.h>
Include dependency graph for types.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define null   NULL
 
#define tFlag   unsigned char
 
#define tShort   short
 
#define tReal   long double
 
#define tRealFormat   "%Lg"
 
#define tLong   long int
 
#define tULong   unsigned long int
 
#define tArrayIndex   unsigned long long int
 
#define tArrayIndexMax   (ULLONG_MAX/10)
 
#define tVectorIndex   size_t
 
#define tVectorIndexMax   (ULONG_MAX/10)
 
#define tInteger   unsigned tLong
 
#define tRelativeInteger   tLong
 
#define tInt   int
 
#define tBoolean   bool
 
#define tString   string
 
#define tComplex   complex<tReal>
 
#define tDoubleComplex   complex<double>
 
#define tFloatComplex   complex<float>
 
#define tCharacter   char
 
#define tTime   unsigned long long int
 
#define EPS   1.e-12
 
#define EPS2   1.e-24
 
#define modZ(a, b)   ( ( (a)>=0) ? (a)%(b) : (a)%(b)+(b) )
 
#define square(a)   ( (a)*(a) )
 
#define iand(a, b)   ( (a) & (b) )
 
#define REAL_INFINITY   3.40282347e+38
 
#define REAL_EPS   9.62964972193617926527988971292463845e-35
 
#define PRINT_(a)   {}
 
#define PRINTLN_(a)   {}
 
#define ASSERT_IN(a)   {assert(a);}
 
#define ASSERT_OUT(a)   {assert(a);}
 

Macro Definition Documentation

#define ASSERT_IN (   a)    {assert(a);}

Referenced by STAT_Combinatorial< T >::computeCircularPermutations(), STAT_Combinatorial< T >::computeCombinations(), MMSD_StiefelFunction::computeFunction(), STAT_Combinatorial< T >::computePermutations(), LAP_ConstDoubleVector::distance2(), CORE_Array< tFlag >::get(), CORE_WeakPointersList< T >::get(), CORE_SharedPointersMatrix< T >::get(), CORE_WeakPointersArray< T >::get(), CORE_Matrix< T >::get(), CORE_Vector< T >::get(), STAT_Combinatorial< T >::getCircularPermutationsNumber(), LAP_DoublePackedUpperMatrix::getColumn(), LAP_DoublePackedSymmetricMatrix::getColumn(), LAP_DoubleBandedUpperMatrix::getColumn(), LAP_DoubleBandedSymmetricMatrix::getColumn(), LAP_DoubleFullSymmetricMatrix::getColumn(), LAP_DoubleFullUpperMatrix::getColumn(), LAP_DoubleFullGeneralMatrix::getColumn(), STAT_Combinatorial< T >::getCombinationsNumber(), CORE_WeakPointersList< T >::getLastElement(), CORE_Vector< T >::getLastElement(), STAT_Combinatorial< T >::getPermutationsNumber(), MMSD_DataSet::getProperty(), LAP_DoublePackedUpperMatrix::getRow(), LAP_DoublePackedSymmetricMatrix::getRow(), LAP_DoubleBandedUpperMatrix::getRow(), LAP_DoubleBandedSymmetricMatrix::getRow(), LAP_DoubleFullSymmetricMatrix::getRow(), LAP_DoubleFullUpperMatrix::getRow(), MMSD_DataSet::getStringProperty(), CORE_Array< tFlag >::getValue(), CORE_Time::getWeekIntervalString(), LAP_DoubleBandedSymmetricMatrix::matrixProduct(), LAP_DoublePackedSymmetricMatrix::matrixProduct(), LAP_DoubleFullSymmetricMatrix::matrixProduct(), CORE_SharedPointersList< T >::operator()(), CORE_SharedPointersArray< T >::operator()(), CORE_WeakPointersArray< T >::operator()(), CORE_Array< tFlag >::operator()(), CORE_File::operator<<(), CORE_File::operator>>(), CORE_SharedPointersList< T >::operator[](), CORE_SharedPointersKVMap< Key, Value >::operator[](), CORE_Array3D< T >::operator[](), CORE_SharedPointersListVMap< Key, Value >::operator[](), CORE_WeakPointersList< T >::operator[](), CORE_WeakPointersArray< T >::operator[](), CORE_SharedPointersArray< T >::operator[](), CORE_SharedPointersMatrix< T >::operator[](), CORE_Array2D< T >::operator[](), MATH_QuadraticPolynom::operator[](), MATH_CubicPolynom::operator[](), LAP_2DView::operator[](), CORE_Map< Key, Value >::operator[](), LAP_ConstVector< lapack_real >::operator[](), CORE_Array< tFlag >::operator[](), STAT_Combinatorial< T >::operator[](), CORE_Vector< T >::operator[](), CORE_Matrix< T >::operator[](), CORE_File::read(), CORE_Array3D< T >::set(), CORE_Array< tFlag >::set(), CORE_Time::setDate(), LAP_View::setLVectorIncrement(), STAT_InverseNormalDistribution::setProperties(), CORE_Array2D< T >::setRowSize(), CORE_Time::setToFirstWeekDay(), CORE_Time::setToWeekDay(), LAP_DoublePackedUpperMatrix::setValues(), LAP_DoublePackedSymmetricMatrix::setValues(), LAP_DoubleBandedSymmetricMatrix::setValues(), LAP_DoubleBandedUpperMatrix::setValues(), LAP_View::setView(), and LAP_DoubleVector::swap().

#define ASSERT_OUT (   a)    {assert(a);}
#define EPS   1.e-12
#define EPS2   1.e-24
#define iand (   a,
 
)    ( (a) & (b) )
#define modZ (   a,
 
)    ( ( (a)>=0) ? (a)%(b) : (a)%(b)+(b) )
#define null   NULL

Referenced by CORE_SharedPointersList< T >::add(), CORE_SharedPointersArray< T >::add(), CORE_Array< T >::add(), CORE_Vector< T >::addAfterIndices(), CORE_Array< T >::addAfterIndices(), CORE_Array2D< T >::addRow(), STAT_GeometricDistribution::cdf(), STAT_InverseNormalDistribution::cdf(), STAT_PoissonDistribution::cdf(), STAT_BernoulliDistribution::cdf(), STAT_NormalDistribution::cdf(), STAT_ExponentialDistribution::cdf(), STAT_BinomialDistribution::cdf(), STAT_GammaDistribution::cdf(), STAT_UniformDistribution::cdf(), STAT_GeometricDistribution::cdfc(), STAT_InverseNormalDistribution::cdfc(), STAT_PoissonDistribution::cdfc(), STAT_BernoulliDistribution::cdfc(), STAT_NormalDistribution::cdfc(), STAT_ExponentialDistribution::cdfc(), STAT_BinomialDistribution::cdfc(), STAT_GammaDistribution::cdfc(), STAT_UniformDistribution::cdfc(), LAP_DoublePackedStorage::computeBandsNumber(), MMSD_DoubleSymmetricMatrix::computeEigenValueDecomposition(), LAP_DoubleFullUpperMatrix::computeEigenValueDecomposition(), LAP_DoubleFullGeneralMatrix::computeEigenValueDecomposition(), LAP_DoubleFullSymmetricMatrix::computeEigenValueDecomposition(), MMSD_DoubleSymmetricMatrix::computeEigenValues(), LAP_DoubleBandedSymmetricMatrix::computeEigenValues(), LAP_DoubleFullGeneralMatrix::computeEigenValues(), LAP_DoublePackedSymmetricMatrix::computeEigenValues(), MMSD_StiefelFunction::computeFunction(), STAT_InverseNormalDistribution::computeGrowthRate(), STAT_ExponentialDistribution::computeGrowthRate(), STAT_GammaDistribution::computeGrowthRate(), STAT_NormalDistribution::computeGrowthRate(), STAT_PoissonDistribution::computeSample(), STAT_BernoulliDistribution::computeSample(), STAT_InverseNormalDistribution::computeSample(), STAT_BinomialDistribution::computeSample(), STAT_ExponentialDistribution::computeSample(), STAT_GeometricDistribution::computeSample(), STAT_NormalDistribution::computeSample(), STAT_GammaDistribution::computeSample(), STAT_UniformDistribution::computeSample(), CORE_Array< T >::contractToLastElements(), CORE_Array3D< T >::copy(), MATH_Equation::copy(), LAP_DoubleMatrix::copy(), MATH_TranscendentEquation::copy(), CORE_Array2D< T >::copy(), LAP_DoubleFullStorage::copy(), LAP_DoublePackedStorage::copy(), LAP_DoubleBandedStorage::copy(), MMSD_DoubleSymmetricMatrix::copy(), CORE_Matrix< T >::copy(), CORE_Array< tFlag >::copy(), CORE_Vector< T >::copy(), CORE_Array< T >::CORE_Array(), CORE_Array3D< T >::CORE_Array3D(), CORE_File::CORE_File(), UI_Class::createClass(), MM_Structure::createClassesList(), LAP_ConstDoubleVector::distance2(), LAP_DoubleVector::distance2(), DoubleBandedSymmetricMatrixBoundedEigenValues(), DoubleBandedSymmetricMatrixEigenValues(), DoubleFullMatrixEigenValues(), DoubleFullUpperMatrixEigenVector(), DoublePackedSymmetricMatrixBoundedEigenValues(), DoublePackedSymmetricMatrixEigenValues(), DoublePackedSymmetricMatrixKRankSymmetricProduct(), CORE_SharedPointersList< T >::exists(), CORE_WeakPointersArray< T >::exists(), CORE_SharedPointersArray< T >::fit(), CORE_WeakPointersArray< T >::fit(), CORE_SharedPointersKVMap< Key, Value >::get(), CORE_SharedPointersListVMap< Key, Value >::get(), CORE_SharedPointersVMap< Key, Value >::get(), CORE_Map< Key, Value >::get(), CORE_WeakPointersList< T >::get(), CORE_SharedPointersList< T >::get(), CORE_WeakPointersArray< T >::get(), CORE_SharedPointersArray< T >::get(), MM_Class::getAssociation(), MM_Structure::getClassesListSize(), MM_Structure::getClassFromList(), MM_Structure::getClassName(), MMSD_Model::getCluster(), LAP_DoubleMatrix::getColumn(), LAP_DoublePackedUpperMatrix::getColumn(), LAP_DoublePackedSymmetricMatrix::getColumn(), MMSD_DoubleSymmetricMatrix::getColumn(), LAP_DoubleBandedUpperMatrix::getColumn(), LAP_DoubleBandedSymmetricMatrix::getColumn(), LAP_DoubleFullSymmetricMatrix::getColumn(), LAP_DoubleFullUpperMatrix::getColumn(), LAP_DoubleFullGeneralMatrix::getColumn(), MMSD_DoubleSymmetricMatrix::getColumnsNumber(), MM_Class::getCompositeAssociation(), MM_Class::getField(), MM_Structure::getField(), MM_Structure::getFieldNames(), CORE_SharedPointersList< T >::getLastElement(), CORE_SharedPointersArray< T >::getLastElement(), MMSD_DoubleSymmetricMatrix::getMatrix(), CORE_Out::getOutputString(), LAP_DoubleMatrix::getRow(), LAP_DoublePackedUpperMatrix::getRow(), LAP_DoublePackedSymmetricMatrix::getRow(), LAP_DoubleBandedUpperMatrix::getRow(), LAP_DoubleBandedSymmetricMatrix::getRow(), LAP_DoubleFullSymmetricMatrix::getRow(), LAP_DoubleFullUpperMatrix::getRow(), LAP_DoubleFullGeneralMatrix::getRow(), MMSD_DoubleSymmetricMatrix::getRowsNumber(), MM_Class::getSimpleAssociation(), MMSD_DoubleSymmetricMatrix::getSize(), LAP_DoubleMatrix::getStorage(), MMSD_DoubleSymmetricMatrix::getStorage(), MM_Attribute::getValue(), MM_Attribute::getValueToString(), UI_Class::getVector(), UI_Class::getVector2D(), MM_Structure::hasField(), MM_Structure::hasFields(), MATH_NewtonEquation::hasFunction(), MATH_StiefelOptimizer::hasFunction(), MATH_Equation::hasFunction(), LAP_DoubleMatrixStorage::init(), MMSD_Cluster::initialize(), CORE_SharedPointersList< T >::insert(), CORE_WeakPointersArray< T >::insert(), CORE_SharedPointersArray< T >::insert(), CORE_Array< T >::insert(), LAP_DoubleFullGeneralMatrix::inverse(), CORE_Time::isAfter(), CORE_Time::isBefore(), MM_Structure::isBoolean(), MM_Structure::isChar(), MM_Structure::isClass(), MM_Structure::isDouble(), MM_Structure::isDoubleFullMatrix(), CORE_Time::isEqual(), MM_Structure::isFloat(), CORE_Object::isInstanceOf(), MM_Structure::isInt(), MM_Structure::isLongDouble(), MM_Structure::isLongInt(), MM_Structure::isLongLongInt(), MM_Structure::isShortInt(), MM_Structure::isString(), LAP_ConstVector< T >::LAP_ConstVector(), LAP_DoubleFullGeneralMatrix::LAP_DoubleFullGeneralMatrix(), LAP_Vector< lapack_int >::LAP_Vector(), UI_Class::loadAssociation(), UI_Class::loadField(), UI_ClassFactory::loadFromClass(), LAP_DoubleBandedSymmetricMatrix::matrixProduct(), LAP_DoublePackedUpperMatrix::matrixProduct(), LAP_DoublePackedSymmetricMatrix::matrixProduct(), LAP_DoubleBandedUpperMatrix::matrixProduct(), LAP_DoubleFullSymmetricMatrix::matrixProduct(), LAP_DoubleFullUpperMatrix::matrixProduct(), LAP_DoubleFullGeneralMatrix::matrixProduct(), LAP_DoubleFullUpperMatrix::max(), LAP_DoubleFullGeneralMatrix::max(), STAT_InverseNormalDistribution::mean(), STAT_PoissonDistribution::mean(), STAT_GeometricDistribution::mean(), STAT_BernoulliDistribution::mean(), STAT_NormalDistribution::mean(), STAT_ExponentialDistribution::mean(), STAT_BinomialDistribution::mean(), STAT_GammaDistribution::mean(), STAT_UniformDistribution::mean(), CORE_Array< T >::merge(), MM_Attribute::MM_Attribute(), CORE_Matrix< T >::New(), CORE_Vector< T >::New(), LAP_DoubleVector::New(), LAP_IntegerVector::New(), CORE_Time::New(), MMSD_DoubleSymmetricMatrix::norm2(), STAT_Combinatorial< T >::oneCombinationDone(), CORE_File::open(), CORE_SharedPointersList< T >::operator()(), CORE_SharedPointersArray< T >::operator()(), CORE_WeakPointersArray< T >::operator()(), MMSD_DoubleSymmetricMatrix::operator()(), MMSD_DoubleSymmetricMatrix::operator*=(), MMSD_DoubleSymmetricMatrix::operator+=(), MMSD_DoubleSymmetricMatrix::operator-=(), MMSD_DoubleSymmetricMatrix::operator/=(), CORE_File::operator<<(), MMSD_DoubleSymmetricMatrix::operator=(), CORE_File::operator>>(), MMSD_DoubleSymmetricMatrix::operator^=(), CORE_Object::outputPrint(), MMSD_Model::parametersOptimizationByEMMethod(), CORE_Real::parseReal(), STAT_GeometricDistribution::pdf(), STAT_InverseNormalDistribution::pdf(), STAT_PoissonDistribution::pdf(), STAT_BernoulliDistribution::pdf(), STAT_NormalDistribution::pdf(), STAT_ExponentialDistribution::pdf(), STAT_BinomialDistribution::pdf(), STAT_GammaDistribution::pdf(), STAT_UniformDistribution::pdf(), CORE_Object::print(), MMSD_DoubleSymmetricMatrix::product(), CORE_SharedPointersListVMap< Key, Value >::put(), CORE_SharedPointersVMap< tString, CORE_Object >::put(), STAT_ExponentialDistribution::quantile(), STAT_NormalDistribution::quantile(), STAT_GeometricDistribution::random(), STAT_PoissonDistribution::random(), STAT_BernoulliDistribution::random(), STAT_NormalDistribution::random(), STAT_BinomialDistribution::random(), STAT_ExponentialDistribution::random(), STAT_GammaDistribution::random(), STAT_UniformDistribution::random(), STAT_GeometricDistribution::range(), STAT_InverseNormalDistribution::range(), STAT_BernoulliDistribution::range(), STAT_PoissonDistribution::range(), STAT_NormalDistribution::range(), STAT_ExponentialDistribution::range(), STAT_BinomialDistribution::range(), STAT_GammaDistribution::range(), STAT_UniformDistribution::range(), MMSD_DoubleSymmetricMatrix::rankSymmetricProduct(), LAP_DoublePackedSymmetricMatrix::rankSymmetricProduct(), LAP_DoubleFullSymmetricMatrix::rankSymmetricProduct(), CORE_WeakPointersArray< T >::remove(), CORE_SharedPointersList< T >::remove(), CORE_SharedPointersArray< T >::remove(), CORE_Vector< T >::remove(), CORE_WeakPointersArray< T >::removeAtIndex(), CORE_SharedPointersArray< T >::removeAtIndex(), CORE_Array2D< T >::resize(), CORE_SharedPointersArray< T >::resize(), CORE_WeakPointersArray< T >::resize(), STAT_Combinatorial< T >::resize(), CORE_Array< T >::resize(), UI_Class::saveAssociation(), UI_Class::saveClass(), UI_ClassFactory::saveIntoClass(), MM_ClassFactory::saveIntoFile(), CORE_Vector< T >::scalarProduct(), CORE_File::search(), CORE_SharedPointersList< T >::set(), CORE_SharedPointersArray< T >::set(), CORE_Matrix< T >::set(), CORE_Array2D< T >::setCapacity(), CORE_Array< T >::setCapacity(), MM_Structure::setClassIntoList(), CORE_Color::setColor(), CORE_Time::setDate(), MM_Class::setField(), MM_Structure::setField(), CORE_Out::setOutputFile(), CORE_Out::setOutputType(), STAT_PoissonDistribution::setProperties(), STAT_ExponentialDistribution::setProperties(), STAT_InverseNormalDistribution::setProperties(), STAT_GeometricDistribution::setProperties(), STAT_NormalDistribution::setProperties(), STAT_BernoulliDistribution::setProperties(), STAT_GammaDistribution::setProperties(), STAT_BinomialDistribution::setProperties(), CORE_Array2D< T >::setRowSize(), CORE_Array3D< T >::setSize(), MMSD_DoubleSymmetricMatrix::setSize(), MMSD_DoubleSymmetricMatrix::setStorage(), MM_Attribute::setValue(), CORE_Array2D< T >::setValues(), LAP_DoublePackedUpperMatrix::setValues(), LAP_DoublePackedSymmetricMatrix::setValues(), LAP_DoubleBandedSymmetricMatrix::setValues(), LAP_DoubleBandedUpperMatrix::setValues(), CORE_Array< tFlag >::setValues(), LAP_Vector< lapack_int >::setValues(), MMSD_DoubleSymmetricMatrix::setValues(), CORE_Array< tFlag >::setValuesByReference(), LAP_DoubleMatrixStorage::setValuesPointer(), STAT_GeometricDistribution::standardDeviation(), STAT_InverseNormalDistribution::standardDeviation(), STAT_PoissonDistribution::standardDeviation(), STAT_BernoulliDistribution::standardDeviation(), STAT_NormalDistribution::standardDeviation(), STAT_ExponentialDistribution::standardDeviation(), STAT_BinomialDistribution::standardDeviation(), STAT_GammaDistribution::standardDeviation(), STAT_UniformDistribution::standardDeviation(), STAT_BernoulliDistribution::STAT_BernoulliDistribution(), STAT_BinomialDistribution::STAT_BinomialDistribution(), STAT_Combinatorial< T >::STAT_Combinatorial(), STAT_ExponentialDistribution::STAT_ExponentialDistribution(), STAT_GammaDistribution::STAT_GammaDistribution(), STAT_GeometricDistribution::STAT_GeometricDistribution(), STAT_InverseNormalDistribution::STAT_InverseNormalDistribution(), STAT_NormalDistribution::STAT_NormalDistribution(), STAT_PoissonDistribution::STAT_PoissonDistribution(), STAT_UniformDistribution::STAT_UniformDistribution(), CORE_Time::sub(), CORE_Time::subInMilliSeconds(), CORE_Time::subTimes(), CORE_Time::subTimesInMilliSeconds(), LAP_DoublePackedUpperMatrix::sum(), LAP_DoublePackedSymmetricMatrix::sum(), LAP_DoubleFullSymmetricMatrix::sum(), LAP_DoubleFullUpperMatrix::sum(), LAP_DoubleFullGeneralMatrix::sum(), MMSD_DoubleSymmetricMatrix::sum(), testCombinations(), MMSD_DataSet::toString(), MM_Class::toString(), MMSD_DoubleSymmetricMatrix::toString(), MMSD_DoubleSymmetricMatrix::trace(), MMSD_ConstraintGaussianCluster::updateFreedomDegrees(), MMSD_GaussianCluster::updateFreedomDegrees(), STAT_InverseNormalDistribution::variance(), STAT_GeometricDistribution::variance(), STAT_PoissonDistribution::variance(), STAT_BernoulliDistribution::variance(), STAT_NormalDistribution::variance(), STAT_ExponentialDistribution::variance(), STAT_BinomialDistribution::variance(), STAT_GammaDistribution::variance(), STAT_UniformDistribution::variance(), LAP_DoubleMatrix::vectorProduct(), LAP_DoublePackedUpperMatrix::vectorProduct(), LAP_DoubleBandedUpperMatrix::vectorProduct(), LAP_DoubleFullUpperMatrix::vectorProduct(), CORE_Array< T >::~CORE_Array(), CORE_Array2D< T >::~CORE_Array2D(), CORE_File::~CORE_File(), CORE_SharedPointersArray< T >::~CORE_SharedPointersArray(), CORE_WeakPointersArray< T >::~CORE_WeakPointersArray(), LAP_DoubleFullGeneralMatrix::~LAP_DoubleFullGeneralMatrix(), MM_Attribute::~MM_Attribute(), STAT_BernoulliDistribution::~STAT_BernoulliDistribution(), STAT_BinomialDistribution::~STAT_BinomialDistribution(), STAT_Combinatorial< T >::~STAT_Combinatorial(), STAT_ExponentialDistribution::~STAT_ExponentialDistribution(), STAT_GammaDistribution::~STAT_GammaDistribution(), STAT_GeometricDistribution::~STAT_GeometricDistribution(), STAT_InverseNormalDistribution::~STAT_InverseNormalDistribution(), STAT_NormalDistribution::~STAT_NormalDistribution(), and STAT_PoissonDistribution::~STAT_PoissonDistribution().

#define PRINT_ (   a)    {}
#define PRINTLN_ (   a)    {}
#define REAL_EPS   9.62964972193617926527988971292463845e-35
#define REAL_INFINITY   3.40282347e+38
#define square (   a)    ( (a)*(a) )
#define tArrayIndex   unsigned long long int

Referenced by CORE_Array< T >::add(), CORE_Array< T >::addAfterIndex(), CORE_Array< T >::addAfterIndices(), CORE_Array< T >::contractToLastElements(), CORE_SharedPointersArray< T >::copy(), CORE_WeakPointersArray< T >::copy(), CORE_Array< T >::copy(), CORE_Array< T >::CORE_Array(), CORE_Array< tFlag >::distance2(), CORE_WeakPointersArray< T >::exists(), CORE_SharedPointersArray< T >::exists(), CORE_Array< tFlag >::exists(), CORE_SharedPointersArray< T >::fit(), CORE_WeakPointersArray< T >::fit(), CORE_Array< T >::getIndex(), CORE_Array< T >::getInfIndex(), CORE_Array< tFlag >::getLastElement(), CORE_Array< T >::getSupIndex(), CORE_Array< tFlag >::getValues(), CORE_Array< tFlag >::initValues(), CORE_WeakPointersArray< T >::insert(), CORE_SharedPointersArray< T >::insert(), CORE_Array< T >::insert(), CORE_Array< T >::insertInOrder(), CORE_Array< T >::merge(), CORE_Array< tFlag >::norm2(), CORE_Array< tFlag >::operator*=(), CORE_Array< tFlag >::operator-=(), CORE_Array< tFlag >::operator/=(), CORE_Array< tFlag >::operator=(), MMSD_DoubleVector::quadProduct(), CORE_WeakPointersArray< T >::remove(), CORE_SharedPointersArray< T >::remove(), CORE_Array< T >::remove(), CORE_Array< tFlag >::remove(), CORE_WeakPointersArray< T >::removeAtIndex(), CORE_SharedPointersArray< T >::removeAtIndex(), CORE_Array< T >::removeAtIndex(), CORE_SharedPointersArray< T >::resize(), CORE_WeakPointersArray< T >::resize(), CORE_Array< T >::resize(), CORE_Array< T >::reverse(), CORE_Array< T >::setCapacity(), CORE_Array< T >::setSize(), CORE_Array< T >::setValues(), CORE_Array< T >::sort(), CORE_Array< T >::toString(), and MMSD_DoubleVector::triProduct().

#define tArrayIndexMax   (ULLONG_MAX/10)
#define tBoolean   bool

Referenced by LAP_DoubleFullUpperMatrix::computeEigenValueDecomposition(), LAP_DoubleFullGeneralMatrix::computeEigenValueDecomposition(), LAP_DoubleFullSymmetricMatrix::computeEigenValueDecomposition(), LAP_DoubleMatrix::copy(), UI_Class::createClass(), UI_Class::createFullMatrix(), UI_Class::createFullSymmetricMatrix(), UI_Class::createPackedSymmetricMatrix(), UI_Class::createVector(), UI_Class::createVector2D(), MM_Structure::getFullMatrix(), UI_Class::getFullSymmetricMatrix(), UI_Class::getPackedSymmetricMatrix(), MM_Structure::getScalar(), MM_Attribute::getValue(), MM_Attribute::getValueToString(), MM_Structure::getVector(), UI_Class::getVector(), UI_Class::getVector2D(), MATH_NewtonEquation::hasSucceeded(), MMSD_Model::initialize(), LAP_DoubleFullGeneralMatrix::inverse(), UI_Class::loadField(), MMSD_Law::loadFromUIClass(), MMSD_DataSet::loadFromUIClass(), MMSD_Cluster::loadFromUIClass(), MMSD_Model::loadFromUIClass(), UI_Class::loadFullMatrixField(), UI_Class::loadFullSymmetricMatrixField(), UI_Class::loadPackedSymmetricMatrixField(), main(), MATH_StiefelOptimizer::minimize(), MMSD_Model::parametersOptimizationByEMMethod(), CORE_Integer::parseBoolean(), CORE_String::readReal(), CORE_VectorReader::readVector(), CORE_Run::readVector(), CORE_WeakPointersList< T >::remove(), CORE_SharedPointersMatrix< T >::remove(), CORE_SharedPointersList< T >::remove(), CORE_WeakPointersArray< T >::remove(), CORE_SharedPointersArray< T >::remove(), CORE_Vector< T >::remove(), CORE_Array< T >::remove(), CORE_SharedPointersKVMap< Key, Value >::removeValue(), CORE_Map< Key, Value >::removeValue(), CORE_SharedPointersListVMap< Key, Value >::removeValue(), CORE_SharedPointersVMap< Key, Value >::removeValue(), CORE_Run::runTests(), UI_Class::saveAssociation(), UI_Class::saveField(), UI_Class::saveFullMatrixField(), UI_Class::saveFullSymmetricMatrixField(), MM_ClassFactory::saveIntoFile(), UI_Class::savePackedSymmetricMatrixField(), CORE_File::search(), UI_Class::setField(), MM_Attribute::setValue(), LAP_DoubleFullGeneralMatrix::solve(), MMSD_Law::sort(), CORE_Test::test(), LAP_VectorTest::test(), LAP_PackedUpperMatrixTest::test(), LAP_BandedSymmetricMatrixTest::test(), LAP_BandedUpperMatrixTest::test(), LAP_FullSymmetricMatrixTest::test(), LAP_FullUpperMatrixTest::test(), LAP_PackedSymmetricMatrixTest::test(), LAP_EfficiencyTest::test(), LAP_FullMatrixTest::test(), LAP_Test::test(), test(), testBernoulliDistribution(), testBinomialDistribution(), testCombinations(), testCovariance(), testCubicPolynom(), testDataSet(), testEigenFunction(), testExponentialDistribution(), testFunctions(), testGammaDistribution(), testGaussianLaw11N(), testGaussianLaw1PN(), testGaussianLaw2PN(), testGaussianLawFunction(), testGeometricDistribution(), testGrowthRate(), testKeplerFunction(), testNormalDistribution(), testOptimize(), testOptimizerGProject1(), testOptimizerGProject2(), testOptimizerHInverse(), testOrthogonalization(), testPoissonDistribution(), testQuadraticPolynom(), testScale(), testStiefelFunction(), testStiefelGaussianLawFunction(), testUniformDistribution(), and testZeroEquation().

#define tCharacter   char
#define tComplex   complex<tReal>
#define tDoubleComplex   complex<double>
#define tFlag   unsigned char

Referenced by LAP_2DView::copy().

#define tFloatComplex   complex<float>
#define tInt   int
#define tInteger   unsigned tLong
#define tLong   long int
#define tReal   long double

Referenced by MATH_TrigammaFunction::ComputeFunction(), MATH_EigenFunction::computeFunction(), MMSD_GaussianFDFunction::computeFunction(), MATH_KeplerFunction::computeFunction(), MMSD_GaussianFDFunction::computeFunctionDerivative(), STAT_DiracDistribution::computeGrowthRate(), STAT_PoissonDistribution::computeGrowthRate(), STAT_InverseNormalDistribution::computeGrowthRate(), STAT_GeometricDistribution::computeGrowthRate(), STAT_ExponentialDistribution::computeGrowthRate(), STAT_GammaDistribution::computeGrowthRate(), STAT_NormalDistribution::computeGrowthRate(), STAT_UniformDistribution::computeGrowthRate(), STAT_InverseNormalDistribution::computeSample(), STAT_PoissonDistribution::copy(), STAT_InverseNormalDistribution::copy(), STAT_NormalDistribution::copy(), STAT_GammaDistribution::copy(), STAT_BinomialDistribution::copy(), STAT_UniformDistribution::copy(), CORE_Vector< T >::distance2(), LAP_Vector< T >::distance2(), LAP_DoubleFullSymmetricMatrix::indexMin(), LAP_DoubleFullUpperMatrix::indexMin(), LAP_DoubleFullGeneralMatrix::indexMin(), LAP_DoubleFullSymmetricMatrix::max(), LAP_DoubleFullUpperMatrix::max(), LAP_DoubleFullGeneralMatrix::max(), CORE_Vector< T >::norm2(), CORE_Vector< T >::normalize(), CORE_Complex::parseComplex(), LAP_Vector< lapack_int >::power(), STAT_Object::quantile(), STAT_GeometricDistribution::random(), STAT_GammaDistribution::random(), STAT_UniformDistribution::random(), CORE_String::readReal(), CORE_VectorReader::readVector(), CORE_Run::readVector(), CORE_Vector< T >::rotX(), CORE_Vector< T >::rotZ(), CORE_Vector< T >::scalarProduct(), CORE_Real::shellSort(), MATH_CubicPolynom::solve(), STAT_UniformLaplaceTransform::solve(), MATH_NewtonEquation::solve(), MATH_TranscendentEquation::solve(), CORE_Real::solveEq2(), CORE_Real::solveEq3(), STAT_GeometricDistribution::STAT_GeometricDistribution(), STAT_InverseNormalDistribution::STAT_InverseNormalDistribution(), LAP_DoubleBandedSymmetricMatrix::sum(), LAP_DoubleFullUpperMatrix::sum(), LAP_DoubleFullGeneralMatrix::sum(), testBinomialDistribution(), testCovariance(), testCubicPolynom(), testExponentialDistribution(), testFunctions(), testGammaDistribution(), testGaussianLaw11N(), testGaussianLaw1PN(), testGaussianLaw2PN(), testGeometricDistribution(), testGrowthRate(), testKeplerFunction(), testNormalDistribution(), testPoissonDistribution(), testQuadraticPolynom(), testStiefelFunction(), testUniformDistribution(), testZeroEquation(), and CORE_Real::toString().

#define tRealFormat   "%Lg"
#define tRelativeInteger   tLong
#define tShort   short
#define tString   string

Referenced by LAP_DoubleFullGeneralMatrix::computeEigenValueDecomposition(), LAP_DoubleFullGeneralMatrix::computeEigenValues(), CORE_Exception::CORE_Exception(), CORE_Object::CORE_Object(), DoubleBandedSymmetricMatrixBoundedEigenValues(), DoubleBandedSymmetricMatrixEigenValues(), DoubleFullSymmetricMatrixEigenValues(), DoubleFullUpperMatrixInverse(), DoublePackedSymmetricMatrixBoundedEigenValues(), DoublePackedSymmetricMatrixEigenValues(), CORE_Object::getClassName(), CORE_Color::getDefaultColorString(), CORE_Time::getDuration(), CORE_Object::getIdentityString(), CORE_Exception::getMessage(), CORE_Object::getTypeName(), MM_Attribute::getValue(), MM_Attribute::getValueToString(), MM_Structure::getVector(), UI_Class::getVersion(), CORE_Time::getWeekIntervalString(), MMSD_Model::initialize(), LAP_DoubleFullGeneralMatrix::inverse(), CORE_String::keepOnlyFirstLines(), MMSD_DataSet::load(), UI_Class::loadAssociation(), UI_ClassFactory::loadFromClass(), MMSD_ClassFactory::NewInstance(), MMSD_ModelClassFactory::NewInstance(), MMSD_Model::parametersOptimizationByEMMethod(), CORE_String::parse(), CORE_Complex::parseComplex(), CORE_Real::parseReal(), CORE_Object::pointer2String(), CORE_File::read(), CORE_Run::readBoolean(), CORE_String::readInteger(), CORE_Run::readOptions(), CORE_String::readReal(), CORE_VectorReader::readVector(), CORE_Run::readVector(), MMSD_Model::restore(), MMSD_DataSet::save(), UI_Class::saveAssociation(), MM_ClassFactory::saveIntoFile(), CORE_Color::setColor(), MM_Attribute::setValue(), MMSD_Cluster::setWeightInitializationType(), LAP_DoubleFullGeneralMatrix::solve(), LAP_VectorTest::test(), LAP_BandedSymmetricMatrixTest::test(), LAP_BandedUpperMatrixTest::test(), LAP_FullSymmetricMatrixTest::test(), LAP_PackedUpperMatrixTest::test(), LAP_PackedSymmetricMatrixTest::test(), LAP_FullUpperMatrixTest::test(), LAP_EfficiencyTest::test(), LAP_FullMatrixTest::test(), CORE_Integer::toBinString(), CORE_Integer::toHexString(), CORE_String::tokenize(), CORE_String::toLower(), MATH_StiefelFunction::toString(), MATH_EigenFunction::toString(), CORE_Real::toString(), CORE_Complex::toString(), MMSD_ConstraintGaussianCluster::toString(), MATH_QuadraticPolynom::toString(), MATH_CubicPolynom::toString(), CORE_Array3D< T >::toString(), MMSD_StiefelFunction::toString(), CORE_Integer::toString(), MMSD_StiefelGaussianLaw::toString(), MMSD_GaussianCluster::toString(), MMSD_GaussianLaw::toString(), CORE_SharedPointersKVMap< Key, Value >::toString(), MATH_Equation::toString(), CORE_SharedPointersListVMap< Key, Value >::toString(), MMSD_Law::toString(), CORE_String::toString(), MATH_StiefelOptimizer::toString(), CORE_SharedPointersVMap< Key, Value >::toString(), MMSD_DataSet::toString(), CORE_Matrix< T >::toString(), MMSD_FluryGautschiGaussianLaw::toString(), MMSD_Cluster::toString(), CORE_Array2D< T >::toString(), LAP_DoubleVector::toString(), LAP_DoubleMatrix::toString(), MMSD_Model::toString(), MM_Class::toString(), CORE_Array< T >::toString(), CORE_Vector< T >::toString(), CORE_Time::toString(), CORE_String::toUpper(), CORE_Integer::xtoi(), and CORE_Object::~CORE_Object().

#define tTime   unsigned long long int
#define tULong   unsigned long int
#define tVectorIndex   size_t
#define tVectorIndexMax   (ULONG_MAX/10)