|
NEML2 2.1.0
|
This is the complete list of members for AssembledMatrix, including all inherited members.
| __add__(self, AssembledMatrix arg0) | AssembledMatrix | |
| __init__(self) | AssembledMatrix | |
| __init__(self, AxisLayout row_layout, AxisLayout col_layout) | AssembledMatrix | |
| __init__(self, AxisLayout row_layout, AxisLayout col_layout, list[list[neml2.tensors.Tensor]] tensors) | AssembledMatrix | |
| __mul__(self, AssembledMatrix arg0) | AssembledMatrix | |
| __mul__(self, AssembledVector arg0) | AssembledMatrix | |
| __neg__(self) | AssembledMatrix | |
| __sub__(self, AssembledMatrix arg0) | AssembledMatrix | |
| col_layout(self) | AssembledMatrix | |
| col_layout(self, AxisLayout arg0) | AssembledMatrix | |
| disassemble(self) | AssembledMatrix | |
| group(self, int i, int j) | AssembledMatrix | |
| row_layout(self) | AssembledMatrix | |
| row_layout(self, AxisLayout arg0) | AssembledMatrix | |
| tensors(self) | AssembledMatrix | |
| tensors(self, list[list[neml2.tensors.Tensor]] arg0) | AssembledMatrix |