C++ main module for mmsd Package
1.0
|
#include <MMSD_DoubleSymmetricMatrix.h>
Public Member Functions | |
MMSD_DoubleSymmetricMatrix () | |
build a matrix More... | |
virtual | ~MMSD_DoubleSymmetricMatrix () |
destroy a matrix More... | |
double & | operator() (const size_t &i, const size_t &j) |
accessor of element at row i and column j taking into account the view only use the upper diagonal More... | |
const double & | operator() (const size_t &i, const size_t &j) const |
accessor of element at row i and column j taking into account the view only use the upper diagonal More... | |
MMSD_DoubleSymmetricMatrix & | operator*= (const MMSD_DoubleSymmetricMatrix &s) |
operator *= : element by element multiplication More... | |
MMSD_DoubleSymmetricMatrix & | operator*= (const lapack_real &s) |
scale operator More... | |
MMSD_DoubleSymmetricMatrix & | operator/= (const lapack_real &s) |
divide operator More... | |
MMSD_DoubleSymmetricMatrix & | operator+= (const lapack_real &s) |
add operator More... | |
MMSD_DoubleSymmetricMatrix & | operator-= (const lapack_real &s) |
sub operator More... | |
MMSD_DoubleSymmetricMatrix & | operator^= (const lapack_real &s) |
power operator More... | |
MMSD_DoubleSymmetricMatrix & | operator= (const double &s) |
init all the matrix to s More... | |
MMSD_DoubleSymmetricMatrix & | operator= (const MMSD_DoubleSymmetricMatrix &s) |
init all the matrix to s More... | |
MMSD_DoubleSymmetricMatrix & | operator= (const LAP_DoubleFullSymmetricMatrix &s) |
init all the matrix to s More... | |
MMSD_DoubleSymmetricMatrix & | operator= (const LAP_DoublePackedSymmetricMatrix &s) |
init all the matrix to s More... | |
MMSD_DoubleSymmetricMatrix & | operator= (const LAP_DoubleFullGeneralMatrix &s) |
init all the matrix to s More... | |
virtual void | copy (const LAP_DoubleMatrix &x) |
copy a matrix the view is taken into account More... | |
void | copy (const MMSD_DoubleSymmetricMatrix &x) |
copy a matrix the view is taken into account More... | |
void | copy (SP::MMSD_DoubleSymmetricMatrix x) |
copy a matrix the view is taken into account More... | |
void | copy (const LAP_DoubleFullSymmetricMatrix &x) |
copy a matrix the view is taken into account More... | |
void | copy (const LAP_DoublePackedSymmetricMatrix &x) |
copy a matrix the view is taken into account More... | |
void | copy (const LAP_DoubleFullGeneralMatrix &x) |
copy a matrix the view is taken into account More... | |
const LAP_DoubleVector & | getValues () const |
get the values of the symmetric matrix More... | |
void | setValues (SP::MMSD_DoubleVector values) |
set the values of the symmetric matrix More... | |
int | getValuesNumber () const |
get the values number More... | |
const LAP_DoubleSymmetricMatrix & | getMatrix () const |
get its matrix form More... | |
LAP_DoubleSymmetricMatrix & | getMatrix () |
get its matrix form More... | |
size_t | getSize () const |
void | setStorage (const tFlag &storageType) |
get its matrix form More... | |
tFlag | getStorage () const |
get its matrix form More... | |
virtual void | setSize (const size_t &n) |
set the dimension of the matrix More... | |
virtual void | setSize (const size_t &n, const size_t &p) |
set the dimension of the matrix More... | |
virtual void | getColumn (const size_t &j, LAP_DoubleVector &v) const |
get the j-th column of this symmetric matrix in a vector More... | |
virtual void | getColumn (const size_t &j, SP::LAP_DoubleVector v) const |
get the j-th column of this symmetric matrix in a vector More... | |
size_t | getRowsNumber () const |
get the rows number More... | |
size_t | getSize (const tFlag &d) const |
get the rows number More... | |
size_t | getColumnsNumber () const |
get the rows number More... | |
virtual void | set (const size_t &i, const size_t &j, const double &v) |
set the value taking into account the view More... | |
virtual double | get (const size_t &i, const size_t &j) const |
get the value taking into account the view More... | |
virtual void | add (const size_t &i, const size_t &j, const double &v) |
add the value taking into account the view More... | |
void | setValues (const size_t &n, const double *values) |
set the values values is orderd by column More... | |
void | product (const LAP_DoubleVector &vect, LAP_DoubleVector &result) const |
return result=this.vector More... | |
void | product (const LAP_ConstDoubleVector &vect, LAP_DoubleVector &result) const |
return result=this.vector More... | |
void | product (SPC::LAP_DoubleVector vect, SP::LAP_DoubleVector result) const |
virtual void | product (const LAP_DoubleVector &vect, const lapack_real &alpha, const lapack_real &beta, LAP_DoubleVector &result) const |
return result=beta.result+alpha.this.vector More... | |
virtual void | rankSymmetricProduct (const lapack_real &alpha, const LAP_DoubleVector &vect) |
tBoolean | product (const MMSD_DoubleSymmetricMatrix &B, LAP_DoubleFullGeneralMatrix &C) const |
return C=(This) . B More... | |
void | product (const LAP_DoubleFullGeneralMatrix &B, LAP_DoubleFullGeneralMatrix &C) const |
return C=(This) . B More... | |
virtual void | product (const LAP_DoubleFullGeneralMatrix &B, const lapack_real &alpha, const lapack_real &beta, LAP_DoubleFullGeneralMatrix &C) const |
return C=(This) . B (lefside=true) or B. (this) (lefside=false) More... | |
virtual tBoolean | product (const tBoolean &leftSide, const LAP_DoubleFullGeneralMatrix &B, const lapack_real &alpha, const lapack_real &beta, LAP_DoubleFullGeneralMatrix &C) const |
make the product C = alpha. A . B +beta C if leftSide=true C = alpha. B . A +beta C if leftSide=false More... | |
virtual tBoolean | computeEigenValues (LAP_DoubleVector &U) const |
compute the eigen values of This: This is copied More... | |
virtual tBoolean | computeEigenValueDecomposition (LAP_DoubleVector &U, LAP_DoubleFullGeneralMatrix &VR) const |
compute the eigen values decomposition on This More... | |
tBoolean | computeEigenValueDecomposition (LAP_DoubleVector &U, LAP_DoubleFullGeneralMatrix &VR, const int &il, const int &iu) const |
compute the eigen elements of This supposed to be symmetric, the eigen vectors are set in Z, A must be symmetric and is copied only the eigen values & vectors are computed in index il and iu when the iegen values are ordering in an ascent order. More... | |
virtual tReal | norm2 () const |
return norm2 sqrt(sum_ij(aij^2))=sqrt(tr(AtA)); More... | |
virtual tReal | norm2 (LAP_DoubleVector &v) const |
return norm2 of the matrix and for each row; More... | |
virtual tReal | sum (const tFlag &d, LAP_DoubleVector &s) const |
make the sum among the direction if (d==ROW) sum all the rows and size of s if the number of rows if (d==COL) sum all the columns and size of s if the number of columns More... | |
virtual tReal | sum (const tFlag &d, const int &index) const |
make the sum among the direction if (d==ROW) sum all the rows and size of s if the number of rows if (d==COL) sum all the columns and size of s if the number of columns More... | |
virtual tReal | trace () const |
return the trace of the symmetric matrix More... | |
void | orthogonalTransformation (const int &n, const double &errorMax, MMSD_DoubleSymmetricMatrix &H) |
make the orthogonalization of this More... | |
virtual tString | toString () const |
print the matrix taking into account the view More... | |
void | setHasBeenLoaded (const tBoolean &v) |
set the if the object has completely been loaded More... | |
tBoolean | hasBeenLoaded () const |
return true if the object has completely been loaded More... | |
virtual void | loadFromUIClass (const UI_Class &mclass) |
how to load the object from a Meta Model class More... | |
virtual void | saveToUIClass (UI_Class &mclass) const |
how to save the object from a mate model class More... | |
void | getSharedPointer (SP::CORE_Object &p) |
get the shared pointer of this class into p More... | |
void | getSharedPointer (SPC::CORE_Object &p) const |
get the shared pointer of this class into p More... | |
tString | getClassName () const |
return the class name of the object More... | |
tString | getIdentityString () const |
return the identity string of the object of the form className_at_address More... | |
tString | getPointerAddress () const |
return the identity string of the object More... | |
template<class T > | |
tBoolean | isInstanceOf () const |
return true if the object is an instance of T More... | |
virtual void | print () |
print the class More... | |
virtual ostream & | print (ostream &out) const |
print the class More... | |
virtual void | print (const tString &message) |
print the class More... | |
virtual void | print (const tInteger &str) |
print More... | |
virtual void | print (const tRelativeInteger &str) |
print More... | |
virtual void | print (const tReal &str) |
print More... | |
virtual void | print (const int &str) |
print More... | |
Static Public Member Functions | |
static SP::MMSD_DoubleSymmetricMatrix | New () |
static void | product (const tBoolean &leftSide, const MMSD_DoubleSymmetricMatrix &A, const LAP_DoubleFullGeneralMatrix &B, const lapack_real &alpha, const lapack_real &beta, LAP_DoubleFullGeneralMatrix &C) |
make the product C = alpha. A . B +beta C if leftSide=true C = alpha. B . A +beta C if leftSide=false More... | |
static tBoolean | computeEigenValueDecomposition (MMSD_DoubleSymmetricMatrix &A, LAP_DoubleVector &U, LAP_DoubleFullGeneralMatrix &VR) |
compute the eigen values decomposition of A; A is destroyed More... | |
static tBoolean | computeEigenValueDecomposition (MMSD_DoubleSymmetricMatrix &A, LAP_DoubleVector &U, LAP_DoubleFullGeneralMatrix &Z, const lapack_int &il, const lapack_int &ul) |
compute the eigen elements of A A is supposed to be symmetric, the eigen vectors are set in Z, A must be symmetric. only the eigen values & vectors are computed in index il and iu when the iegen values are ordering in an ascent order. More... | |
static void | initSeed (const long int &v) |
init the seed with v value More... | |
static void | initSeed () |
init the seed More... | |
static tString | getClassName (const tString &identityString) |
return the class name of the object using only the identity string More... | |
template<class T > | |
static tString | getTypeName () |
get type name More... | |
static tBoolean | is64Architecture () |
return true if the machine is a 64 bits machine More... | |
static tBoolean | is32Architecture () |
return true if the machine is a 32 bits machine More... | |
static tString | pointer2String (const void *obj) |
return the string represantation of a pointer More... | |
static void | setOutput (ostream &out) |
set output More... | |
static ostream & | getOutput () |
get output More... | |
static void | printObjectsInMemory () |
print object in memory More... | |
static ostream & | print (ostream &out, const tString &message) |
print the class More... | |
static void | outputPrint (const tString &message) |
Static Public Attributes | |
static const tFlag | PACKED_STORAGE =1 |
to store symmetric matrix in a packed storage form More... | |
static const tFlag | FULL_STORAGE =0 |
to store symmetric matrix in afull storage form More... | |
static tBoolean | mIsMemoryTesting =false |
indicator to store all classes created and deleted only for debuging version More... | |
Protected Member Functions | |
void | setThis (SP::CORE_Object p) |
set this weak shared pointer called toDoAfterThis setting method More... | |
virtual void | setType (tString type) |
set the type of the object More... | |
virtual void | toDoAfterThisSetting () |
method called after setThis() method this method can oly be called once. More... | |
MMSD_DoubleSymmetricMatrix::MMSD_DoubleSymmetricMatrix | ( | ) |
build a matrix
References FULL_STORAGE, setStorage(), and CORE_Object::setType().
Referenced by New().
|
virtual |
destroy a matrix
|
inlinevirtual |
add the value taking into account the view
|
inlinevirtual |
compute the eigen values decomposition on This
U | the eigen values |
VR | the eigen vectors |
References null.
Referenced by MMSD_Law::initialize().
|
inlinestatic |
compute the eigen values decomposition of A; A is destroyed
A | matrix to diagonalize |
U | the eigen values |
VR | the eigen vectors |
References LAP_DoublePackedSymmetricMatrix::computeEigenValueDecomposition(), getMatrix(), and null.
|
inline |
compute the eigen elements of This supposed to be symmetric, the eigen vectors are set in Z, A must be symmetric and is copied only the eigen values & vectors are computed in index il and iu when the iegen values are ordering in an ascent order.
References null.
|
inlinestatic |
compute the eigen elements of A A is supposed to be symmetric, the eigen vectors are set in Z, A must be symmetric. only the eigen values & vectors are computed in index il and iu when the iegen values are ordering in an ascent order.
A | (IN/OUT) symmetric Matrix |
U | eigen values (OUT) |
Z | eigen vectors (OUT) param il: min eigen values index >= 1 param ul : max eigen values index <= A.getSize(ROW) |
References LAP_DoublePackedSymmetricMatrix::computeEigenValueDecomposition(), getMatrix(), and null.
|
inlinevirtual |
compute the eigen values of This: This is copied
References LAP_DoubleFullSymmetricMatrix::computeEigenValues(), LAP_DoublePackedSymmetricMatrix::computeEigenValues(), and null.
|
virtual |
copy a matrix the view is taken into account
References null.
Referenced by copy(), and operator=().
void MMSD_DoubleSymmetricMatrix::copy | ( | const MMSD_DoubleSymmetricMatrix & | x | ) |
copy a matrix the view is taken into account
References copy(), and getMatrix().
|
inline |
void MMSD_DoubleSymmetricMatrix::copy | ( | const LAP_DoubleFullSymmetricMatrix & | x | ) |
copy a matrix the view is taken into account
References LAP_DoubleMatrix::copy(), getMatrix(), and null.
void MMSD_DoubleSymmetricMatrix::copy | ( | const LAP_DoublePackedSymmetricMatrix & | x | ) |
copy a matrix the view is taken into account
References LAP_DoubleMatrix::copy(), getMatrix(), and null.
void MMSD_DoubleSymmetricMatrix::copy | ( | const LAP_DoubleFullGeneralMatrix & | x | ) |
copy a matrix the view is taken into account
References LAP_DoubleMatrix::copy(), getMatrix(), and null.
|
inlinevirtual |
get the value taking into account the view
return the class name of the object using only the identity string
Referenced by UI_Class::createVector2D(), LAP_DoublePackedUpperMatrix::matrixProduct(), LAP_DoubleBandedUpperMatrix::matrixProduct(), LAP_DoubleFullUpperMatrix::matrixProduct(), and CORE_Object::printObjectsInMemory().
|
inherited |
return the class name of the object
References tString.
Referenced by CORE_Object::getIdentityString().
|
inlinevirtual |
get the j-th column of this symmetric matrix in a vector
References null.
|
inlinevirtual |
get the j-th column of this symmetric matrix in a vector
References null.
|
inline |
get the rows number
References null.
|
inlineinherited |
return the identity string of the object of the form className_at_address
References CORE_Object::getClassName(), CORE_Object::pointer2String(), and tString.
Referenced by UI_Class::createPrimitiveMap(), UI_Class::saveAssociation(), UI_Class::saveClass(), UI_ClassFactory::saveIntoClass(), MATH_StiefelFunction::toString(), LAP_2DView::toString(), CORE_Object::toString(), MATH_StiefelOptimizer::toString(), and MM_Class::toString().
|
inline |
get its matrix form
References null.
Referenced by computeEigenValueDecomposition(), copy(), getSize(), getValues(), getValuesNumber(), operator=(), orthogonalTransformation(), product(), and setValues().
|
inline |
get its matrix form
References null.
|
inlinestaticinherited |
get output
|
inlineinherited |
return the identity string of the object
References CORE_Object::pointer2String().
|
inline |
|
inlineinherited |
get the shared pointer of this class into p
Referenced by CORE_Map< Key, Value >::getSharedPointer(), CORE_Array< tFlag >::getSharedPointer(), LAP_ConstVector< lapack_real >::getSharedPointer(), STAT_Combinatorial< T >::getSharedPointer(), LAP_Vector< lapack_int >::getSharedPointer(), CORE_Vector< T >::getSharedPointer(), CORE_Matrix< T >::getSharedPointer(), and CORE_Object::printObjectsInMemory().
|
inlineinherited |
get the shared pointer of this class into p
|
inline |
References getMatrix(), LAP_Matrix::getSize(), and LAP_Matrix::ROW.
|
inline |
get the rows number
References null.
|
inline |
get its matrix form
References null, and PACKED_STORAGE.
|
inlinestaticinherited |
get type name
References tString.
|
inline |
get the values of the symmetric matrix
References getMatrix(), LAP_DoubleMatrix::getStorage(), and LAP_DoubleMatrixStorage::getValues().
|
inline |
get the values number
References getMatrix(), and LAP_DoubleMatrix::getValuesNumber().
|
inlineinherited |
return true if the object has completely been loaded
Referenced by UI_Class::loadAssociation().
|
staticinherited |
init the seed with v value
References STAT_Distribution::initSeed().
|
staticinherited |
init the seed
References CORE_Time::getTime().
Referenced by MMSD_Object::MMSD_Object(), testGaussianLaw11N(), testGaussianLaw1PN(), and testGaussianLaw2PN().
|
inlinestaticinherited |
return true if the machine is a 32 bits machine
References CORE_Object::is64Architecture().
|
staticinherited |
return true if the machine is a 64 bits machine
Referenced by CORE_Object::is32Architecture().
|
inlineinherited |
return true if the object is an instance of T
References null.
|
virtualinherited |
how to load the object from a Meta Model class
Reimplemented in MMSD_Model, MMSD_Cluster, MMSD_DataSet, MMSD_Law, MATH_TranscendentEquation, MATH_Equation, MATH_CubicPolynom, MATH_QuadraticPolynom, MATH_NewtonEquation, MATH_ZeroEquation, MATH_KeplerFunction, and MATH_Function.
Referenced by UI_Class::loadAssociation(), UI_ClassFactory::loadFromClass(), MATH_Function::loadFromUIClass(), and MATH_Equation::loadFromUIClass().
|
inlinestatic |
|
inlinevirtual |
return norm2 sqrt(sum_ij(aij^2))=sqrt(tr(AtA));
References null.
|
inlinevirtual |
return norm2 of the matrix and for each row;
References null.
|
inline |
accessor of element at row i and column j taking into account the view only use the upper diagonal
References null.
|
inline |
accessor of element at row i and column j taking into account the view only use the upper diagonal
References null.
|
inline |
operator *= : element by element multiplication
References null.
|
inline |
scale operator
References null.
|
inline |
add operator
References null.
|
inline |
sub operator
References null.
|
inline |
divide operator
References null.
|
inline |
init all the matrix to s
References null.
|
inline |
init all the matrix to s
References copy(), getMatrix(), and null.
|
inline |
|
inline |
|
inline |
|
inline |
power operator
References null.
void MMSD_DoubleSymmetricMatrix::orthogonalTransformation | ( | const int & | n, |
const double & | errorMax, | ||
MMSD_DoubleSymmetricMatrix & | H | ||
) |
make the orthogonalization of this
References FULL_STORAGE, getMatrix(), and setStorage().
Referenced by testOrthogonalization().
|
staticinherited |
print on output
References null, and CORE_Object::print().
Referenced by CORE_Exception::CORE_Exception().
|
staticinherited |
return the string represantation of a pointer
References tString.
Referenced by CORE_Object::CORE_Object(), CORE_Object::getIdentityString(), CORE_Object::getPointerAddress(), and CORE_Object::~CORE_Object().
|
inlinevirtualinherited |
print the class
References CORE_Object::toString().
Referenced by CORE_Object::outputPrint(), CORE_Out::print(), CORE_Object::print(), CORE_Out::printInt(), CORE_Out::println(), CORE_Out::printReal(), CORE_Out::printString(), and CORE_Out::setAction().
|
inlinevirtualinherited |
print the class
References CORE_Object::print(), and CORE_Object::toString().
|
virtualinherited |
print the class
Reimplemented in CORE_Out.
References null, and CORE_Object::print().
|
virtualinherited |
References null.
|
virtualinherited |
References null.
|
inlinestaticinherited |
print the class
|
staticinherited |
print object in memory
References CORE_Object::getClassName(), CORE_Object::getSharedPointer(), and CORE_Object::mIsMemoryTesting.
Referenced by main().
|
inline |
return result=this.vector
References null.
|
inline |
return result=this.vector
References LAP_ConstVector< T >::getIncrement(), LAP_Vector< T >::getIncrement(), LAP_ConstVector< T >::getSize(), null, LAP_Vector< T >::setSize(), and tLVectorIndex.
|
inline |
\ brief return result=this.vector
References null.
|
inlinevirtual |
return result=beta.result+alpha.this.vector
References null.
|
inline |
return C=(This) . B
References LAP_Matrix::getColumnsNumber(), getMatrix(), getRowsNumber(), LAP_DoublePackedSymmetricMatrix::matrixProduct(), LAP_DoubleFullSymmetricMatrix::matrixProduct(), null, and LAP_DoubleFullGeneralMatrix::setSize().
|
inline |
return C=(This) . B
References null.
|
inlinevirtual |
return C=(This) . B (lefside=true) or B. (this) (lefside=false)
References null.
|
inlinevirtual |
make the product C = alpha. A . B +beta C if leftSide=true C = alpha. B . A +beta C if leftSide=false
References null.
|
inlinestatic |
make the product C = alpha. A . B +beta C if leftSide=true C = alpha. B . A +beta C if leftSide=false
References getMatrix(), LAP_DoublePackedSymmetricMatrix::matrixProduct(), LAP_DoubleFullSymmetricMatrix::matrixProduct(), and null.
|
inlinevirtual |
References null.
|
virtualinherited |
how to save the object from a mate model class
Reimplemented in MMSD_Model, MMSD_Cluster, MMSD_DataSet, MMSD_Law, MATH_TranscendentEquation, MATH_Equation, MATH_CubicPolynom, MATH_QuadraticPolynom, MATH_NewtonEquation, MATH_ZeroEquation, MATH_KeplerFunction, and MATH_Function.
Referenced by UI_Class::saveAssociation(), UI_Class::saveClass(), UI_ClassFactory::saveIntoClass(), MATH_Function::saveToUIClass(), MATH_QuadraticPolynom::saveToUIClass(), MATH_CubicPolynom::saveToUIClass(), and MATH_Equation::saveToUIClass().
|
inlinevirtual |
set the value taking into account the view
|
inlineinherited |
set the if the object has completely been loaded
Referenced by UI_Class::loadAssociation().
|
inlinestaticinherited |
set output
|
inlinevirtual |
set the dimension of the matrix
References null.
Referenced by MMSD_DoubleFullMatrix::computeCovarianceMatrix(), MMSD_Law::initialize(), and testOrthogonalization().
|
inlinevirtual |
set the dimension of the matrix
References null.
void MMSD_DoubleSymmetricMatrix::setStorage | ( | const tFlag & | storageType | ) |
get its matrix form
References FULL_STORAGE, LAP_DoubleFullSymmetricMatrix::New(), LAP_DoublePackedSymmetricMatrix::New(), null, and PACKED_STORAGE.
Referenced by MMSD_Law::initialize(), MMSD_DoubleSymmetricMatrix(), orthogonalTransformation(), and testOrthogonalization().
|
inlineprotectedinherited |
set this weak shared pointer called toDoAfterThis setting method
References CORE_Object::toDoAfterThisSetting().
|
inlineprotectedvirtualinherited |
set the type of the object
Referenced by LAP_IntegerVector::LAP_IntegerVector(), MATH_BetaFunction::MATH_BetaFunction(), MATH_C1Function::MATH_C1Function(), MATH_DigammaFunction::MATH_DigammaFunction(), MATH_EigenFunction::MATH_EigenFunction(), MATH_Equation::MATH_Equation(), MATH_Function::MATH_Function(), MATH_GammaFunction::MATH_GammaFunction(), MATH_KeplerFunction::MATH_KeplerFunction(), MATH_LogGammaFunction::MATH_LogGammaFunction(), MATH_NewtonEquation::MATH_NewtonEquation(), MATH_StiefelFunction::MATH_StiefelFunction(), MATH_StiefelOptimizer::MATH_StiefelOptimizer(), MATH_TranscendentEquation::MATH_TranscendentEquation(), MATH_TrigammaFunction::MATH_TrigammaFunction(), MATH_ZeroEquation::MATH_ZeroEquation(), MATH_ZKeplerFunction::MATH_ZKeplerFunction(), MM_Attribute::MM_Attribute(), MM_Class::MM_Class(), MM_ClassFactory::MM_ClassFactory(), MM_Data::MM_Data(), MM_Structure::MM_Structure(), MMSD_ClassFactory::MMSD_ClassFactory(), MMSD_Cluster::MMSD_Cluster(), MMSD_ConstDoubleVector::MMSD_ConstDoubleVector(), MMSD_ConstraintGaussianCluster::MMSD_ConstraintGaussianCluster(), MMSD_ConstraintGaussianModel::MMSD_ConstraintGaussianModel(), MMSD_DataSet::MMSD_DataSet(), MMSD_DataSetClassFactory::MMSD_DataSetClassFactory(), MMSD_DoubleFullMatrix::MMSD_DoubleFullMatrix(), MMSD_DoubleSymmetricMatrix(), MMSD_DoubleVector::MMSD_DoubleVector(), MMSD_FluryGautschiGaussianLaw::MMSD_FluryGautschiGaussianLaw(), MMSD_GaussianCluster::MMSD_GaussianCluster(), MMSD_GaussianFDFunction::MMSD_GaussianFDFunction(), MMSD_GaussianLaw::MMSD_GaussianLaw(), MMSD_GaussianModel::MMSD_GaussianModel(), MMSD_Law::MMSD_Law(), MMSD_Model::MMSD_Model(), MMSD_ModelClassFactory::MMSD_ModelClassFactory(), MMSD_Object::MMSD_Object(), MMSD_StiefelFunction::MMSD_StiefelFunction(), MMSD_StiefelGaussianLaw::MMSD_StiefelGaussianLaw(), STAT_BernoulliDistribution::STAT_BernoulliDistribution(), STAT_BinomialDistribution::STAT_BinomialDistribution(), STAT_Combinatorial< T >::STAT_Combinatorial(), STAT_DiracDistribution::STAT_DiracDistribution(), STAT_Distribution::STAT_Distribution(), STAT_ExponentialDistribution::STAT_ExponentialDistribution(), STAT_GammaDistribution::STAT_GammaDistribution(), STAT_GeometricDistribution::STAT_GeometricDistribution(), STAT_InverseNormalDistribution::STAT_InverseNormalDistribution(), STAT_NormalDistribution::STAT_NormalDistribution(), STAT_Object::STAT_Object(), STAT_PoissonDistribution::STAT_PoissonDistribution(), STAT_UniformDistribution::STAT_UniformDistribution(), and STAT_UniformLaplaceTransform::STAT_UniformLaplaceTransform().
|
inline |
set the values of the symmetric matrix
References getMatrix(), and LAP_DoubleMatrix::setValues().
Referenced by testCovariance().
|
inline |
set the values values is orderd by column
References null.
|
inlinevirtual |
make the sum among the direction if (d==ROW) sum all the rows and size of s if the number of rows if (d==COL) sum all the columns and size of s if the number of columns
References null.
|
inlinevirtual |
make the sum among the direction if (d==ROW) sum all the rows and size of s if the number of rows if (d==COL) sum all the columns and size of s if the number of columns
References null.
|
inlineprotectedvirtualinherited |
method called after setThis() method this method can oly be called once.
Reimplemented in STAT_UniformLaplaceTransform.
Referenced by CORE_Object::setThis(), and STAT_UniformLaplaceTransform::toDoAfterThisSetting().
|
inlinevirtual |
|
inlinevirtual |
return the trace of the symmetric matrix
References null.
|
static |
to store symmetric matrix in afull storage form
Referenced by MMSD_DoubleSymmetricMatrix(), orthogonalTransformation(), setStorage(), and testOrthogonalization().
|
staticinherited |
indicator to store all classes created and deleted only for debuging version
Referenced by CORE_Object::CORE_Object(), main(), CORE_Object::printObjectsInMemory(), and CORE_Object::~CORE_Object().
|
static |
to store symmetric matrix in a packed storage form
Referenced by getStorage(), MMSD_Law::initialize(), and setStorage().