NEML2 2.1.0
Loading...
Searching...
No Matches
AxisLayout.IStructure Class Reference

Detailed Description

Members:

  DENSE : All intermediate dimensions are grouped into base dimensions

  BLOCK : Intermediate dimensions represent blocks of variables

Public Member Functions

bool __eq__ (self, typing.Any other)
int __getstate__ (self)
int __hash__ (self)
int __index__ (self)
None __init__ (self, int value)
int __int__ (self)
bool __ne__ (self, typing.Any other)
str __repr__ (self)
None __setstate__ (self, int state)
str __str__ (self)
str name (self)
int value (self)

Static Public Attributes

typing BLOCK .ClassVar[AxisLayout.IStructure]
typing DENSE .ClassVar[AxisLayout.IStructure]

Constructor & Destructor Documentation

◆ __init__()

None __init__ ( self,
int value )

Member Function Documentation

◆ __eq__()

bool __eq__ ( self,
typing.Any other )

◆ __getstate__()

int __getstate__ ( self)

◆ __hash__()

int __hash__ ( self)

◆ __index__()

int __index__ ( self)

◆ __int__()

int __int__ ( self)

◆ __ne__()

bool __ne__ ( self,
typing.Any other )

◆ __repr__()

str __repr__ ( self)

◆ __setstate__()

None __setstate__ ( self,
int state )

◆ __str__()

str __str__ ( self)

◆ name()

str name ( self)

◆ value()

int value ( self)

Member Data Documentation

◆ BLOCK

typing BLOCK .ClassVar[AxisLayout.IStructure]
static

◆ DENSE

typing DENSE .ClassVar[AxisLayout.IStructure]
static