Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 2.11 KB

operators.rst

File metadata and controls

20 lines (15 loc) · 2.11 KB

operators

Operator Supported tensor orders Vectorized Example configuration
mechkit.operators.Sym(axes).__call__ any no axes=[0,1] symmetrizes the first two axes
mechkit.operators.Sym_Fourth_Order_Special(label).__call__ 4 no label="major" takes the major symmetric part, supported labels are ["left", "right", "major", "inner", "complete"]
mechkit.operators.dev 2, 4 no none

mechkit.operators