aGrUM  0.20.3
a C++ library for (probabilistic) graphical models
partialInstantiation4MultiDim.h File Reference

Copyright (c) 2005-2021 by Pierre-Henri WUILLEMIN() & Christophe GONZALES() info_at_agrum_dot_org. More...

+ Include dependency graph for partialInstantiation4MultiDim.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  gum::MultiDimImplementation< GUM_SCALAR >
 <agrum/tools/multidim/multiDimImplementation.h> More...
 
class  gum::MultiDimArray< GUM_SCALAR >
 Multidimensional matrix stored as an array in memory. More...
 
class  gum::MultiDimDecorator< GUM_SCALAR >
 Decorator design pattern in order to separate implementations from multidimensional matrix concepts. More...
 
class  gum::PartialInstantiation4MultiDimInitialize< GUM_SCALAR >
 A class used to register instantiation functions over non-pointers types. More...
 
struct  gum::PartialInstantiation4MultiDimInitialize< GUM_SCALAR *>
 

Namespaces

 gum
 Copyright (c) 2005-2021 by Pierre-Henri WUILLEMIN() & Christophe GONZALES() info_at_agrum_dot_org.
 

Functions

template<typename GUM_SCALAR >
MultiDimArray< GUM_SCALAR > * gum::partialInstantiationMultiDimArray (const MultiDimArray< GUM_SCALAR > *table, const HashTable< const DiscreteVariable *, Idx > &inst_vars)
 A specialized function for instantiating variables in a multiDimArray. More...
 
template<typename GUM_SCALAR >
MultiDimImplementation< GUM_SCALAR > * gum::partialInstantiationMultiDimArray (const MultiDimImplementation< GUM_SCALAR > *table, const HashTable< const DiscreteVariable *, Idx > &inst_vars)
 A specialized function for instantiating variables in a MultiDimImplementation. More...
 
template<typename GUM_SCALAR >
MultiDimArray< GUM_SCALAR *> * gum::partialInstantiationMultiDimArray4Pointers (const MultiDimArray< GUM_SCALAR * > *table, const HashTable< const DiscreteVariable *, Idx > &inst_vars)
 A specialized function for instantiating variables in a MultiDimArray. More...
 
template<typename GUM_SCALAR >
MultiDimImplementation< GUM_SCALAR *> * gum::partialInstantiationMultiDimArray4Pointers (const MultiDimImplementation< GUM_SCALAR * > *table, const HashTable< const DiscreteVariable *, Idx > &inst_vars)
 A specialized function for instantiating variables in a MultiDimArray. More...
 
template<typename GUM_SCALAR >
MultiDimImplementation< GUM_SCALAR > * gum::partialInstantiation (const MultiDimImplementation< GUM_SCALAR > &table, const HashTable< const DiscreteVariable *, Idx > &inst_vars)
 Instantiate variables in a MultiDimImplementation. More...
 
template<typename GUM_SCALAR >
MultiDimImplementation< GUM_SCALAR > * gum::partialInstantiation (const MultiDimDecorator< GUM_SCALAR > &table, const HashTable< const DiscreteVariable *, Idx > &inst_vars)
 Instantiate variables in a MultiDimDecorator. More...
 
template<typename GUM_SCALAR >
void gum::partialInstantiation4MultiDimInit ()
 The function used to register all the instantiation operators on multidimImplementations over non-pointers types. More...
 
template<typename GUM_SCALAR >
void gum::pointerPartialInstantiation4MultiDimInit ()
 The function used to register all the instantiations on multidimImplementations over pointers types. More...
 

Detailed Description

Copyright (c) 2005-2021 by Pierre-Henri WUILLEMIN() & Christophe GONZALES() info_at_agrum_dot_org.

This library is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with this library. If not, see http://www.gnu.org/licenses/.

Headers for partial instantiation functions.

Author
Christophe GONZALES() and Pierre-Henri WUILLEMIN()

Definition in file partialInstantiation4MultiDim.h.