Ejemplo n.º 1
0
 def __init__(self, *args):
     r"""
     __init__(TransposeOperator self, Operator a) -> TransposeOperator
     __init__(TransposeOperator self, Operator a) -> TransposeOperator
     """
     _operators.TransposeOperator_swiginit(
         self, _operators.new_TransposeOperator(*args))
Ejemplo n.º 2
0
 def __init__(self, *args):
     """
     __init__(mfem::TransposeOperator self, Operator a) -> TransposeOperator
     __init__(mfem::TransposeOperator self, Operator a) -> TransposeOperator
     """
     this = _operators.new_TransposeOperator(*args)
     try:
         self.this.append(this)
     except __builtin__.Exception:
         self.this = this
Ejemplo n.º 3
0
 def __init__(self, *args):
     this = _operators.new_TransposeOperator(*args)
     try:
         self.this.append(this)
     except Exception:
         self.this = this