Arcane  4.1.12.0
Developer documentation
Loading...
Searching...
No Matches
Arcane::IndexedSpace Class Reference

Indexed set/space to define matrix and vector support. More...

#include <arcane/matrix/IndexedSpace.h>

Inheritance diagram for Arcane::IndexedSpace:
Collaboration diagram for Arcane::IndexedSpace:

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.

Detailed Description

Indexed set/space to define matrix and vector support.

Definition at line 30 of file IndexedSpace.h.

Constructor & Destructor Documentation

◆ IndexedSpace() [1/2]

Arcane::IndexedSpace::IndexedSpace ( )
inline

Definition at line 33 of file IndexedSpace.h.

◆ IndexedSpace() [2/2]

Arcane::IndexedSpace::IndexedSpace ( const IndexedSpace & src)
inline

Definition at line 34 of file IndexedSpace.h.

◆ ~IndexedSpace()

virtual Arcane::IndexedSpace::~IndexedSpace ( )
inlinevirtual

Definition at line 36 of file IndexedSpace.h.

Member Function Documentation

◆ isCompatible()

virtual bool Arcane::IndexedSpace::isCompatible ( const IndexedSpace & other) const
inlinevirtual

Return if the spaces can interoperate.

Reimplemented in Arcane::EmptyIndexedSpace.

Definition at line 53 of file IndexedSpace.h.

◆ isSame()

virtual bool Arcane::IndexedSpace::isSame ( const IndexedSpace & other) const
inlinevirtual

Return if the given space and us are the same.

Reimplemented in Arcane::EmptyIndexedSpace.

Definition at line 48 of file IndexedSpace.h.

◆ isSubspace()

virtual bool Arcane::IndexedSpace::isSubspace ( const IndexedSpace & other) const
inlinevirtual

Return whether the given space is a subspace.

Reimplemented in Arcane::EmptyIndexedSpace.

Definition at line 43 of file IndexedSpace.h.

◆ operator=()

IndexedSpace & Arcane::IndexedSpace::operator= ( const IndexedSpace & src)
inline

Definition at line 38 of file IndexedSpace.h.


The documentation for this class was generated from the following file: