Indexed set/space to define matrix and vector support. Plus de détails...
#include <arcane/matrix/IndexedSpace.h>
Fonctions membres publiques | |
IndexedSpace (const IndexedSpace &src) | |
IndexedSpace & | operator= (const IndexedSpace &src) |
virtual bool | isSubspace (const IndexedSpace &other) const |
Return whether the given space is a subspace. | |
virtual bool | isSame (const IndexedSpace &other) const |
Return if the given space and us are the same. | |
virtual bool | isCompatible (const IndexedSpace &other) const |
Return if the spaces can interoperate. | |
Indexed set/space to define matrix and vector support.
Définition à la ligne 30 du fichier IndexedSpace.h.
|
inline |
Définition à la ligne 33 du fichier IndexedSpace.h.
|
inline |
Définition à la ligne 34 du fichier IndexedSpace.h.
|
inlinevirtual |
Définition à la ligne 36 du fichier IndexedSpace.h.
|
inlinevirtual |
Return if the spaces can interoperate.
Réimplémentée dans Arcane::EmptyIndexedSpace.
Définition à la ligne 53 du fichier IndexedSpace.h.
|
inlinevirtual |
Return if the given space and us are the same.
Réimplémentée dans Arcane::EmptyIndexedSpace.
Définition à la ligne 48 du fichier IndexedSpace.h.
|
inlinevirtual |
Return whether the given space is a subspace.
Réimplémentée dans Arcane::EmptyIndexedSpace.
Définition à la ligne 43 du fichier IndexedSpace.h.
|
inline |
Définition à la ligne 38 du fichier IndexedSpace.h.