|
MGIS
|
the simpliest implementation of a linear space More...
#include </home/runner/work/MFrontGenericInterfaceSupport/MFrontGenericInterfaceSupport/include/MGIS/Function/BasicLinearSpace.hxx>
Public Member Functions | |
| constexpr | BasicLinearSpace (const size_type) noexcept |
| constructor | |
| constexpr | BasicLinearSpace (BasicLinearSpace &&) noexcept |
| constexpr | BasicLinearSpace (const BasicLinearSpace &) noexcept |
| constexpr size_type | size () const noexcept |
| constexpr | ~BasicLinearSpace () noexcept |
| destructor | |
the simpliest implementation of a linear space
constructor
| [in] | s | size of the space |