Beispiel #1
0
 def __init__(self):
     """__init__(mfem::RowNode self) -> RowNode"""
     this = _sparsemat.new_RowNode()
     try:
         self.this.append(this)
     except __builtin__.Exception:
         self.this = this
Beispiel #2
0
 def __init__(self):
     this = _sparsemat.new_RowNode()
     try:
         self.this.append(this)
     except __builtin__.Exception:
         self.this = this
Beispiel #3
0
 def __init__(self):
     r"""__init__(RowNode self) -> RowNode"""
     _sparsemat.RowNode_swiginit(self, _sparsemat.new_RowNode())