Indexed set/space to define matrix and vector support. More...
#include <arcane/matrix/IndexedSpace.h>
Public Member Functions | |
| 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.
Definition at line 30 of file IndexedSpace.h.
|
inline |
Definition at line 33 of file IndexedSpace.h.
|
inline |
Definition at line 34 of file IndexedSpace.h.
|
inlinevirtual |
Definition at line 36 of file IndexedSpace.h.
|
inlinevirtual |
Return if the spaces can interoperate.
Reimplemented in Arcane::EmptyIndexedSpace.
Definition at line 53 of file IndexedSpace.h.
|
inlinevirtual |
Return if the given space and us are the same.
Reimplemented in Arcane::EmptyIndexedSpace.
Definition at line 48 of file IndexedSpace.h.
|
inlinevirtual |
Return whether the given space is a subspace.
Reimplemented in Arcane::EmptyIndexedSpace.
Definition at line 43 of file IndexedSpace.h.
|
inline |
Definition at line 38 of file IndexedSpace.h.