Exemplo n.º 1
0
 def __init__(self, *args):
     """
     __init__(mfem::ComplexSparseMatrix self, SparseMatrix A_Real, SparseMatrix A_Imag, bool ownReal, bool ownImag, mfem::ComplexOperator::Convention convention) -> ComplexSparseMatrix
     __init__(mfem::ComplexSparseMatrix self, SparseMatrix A_Real, SparseMatrix A_Imag, bool ownReal, bool ownImag) -> ComplexSparseMatrix
     """
     this = _complex_operator.new_ComplexSparseMatrix(*args)
     try:
         self.this.append(this)
     except __builtin__.Exception:
         self.this = this
Exemplo n.º 2
0
 def __init__(self, *args, **kwargs):
     r"""__init__(ComplexSparseMatrix self, SparseMatrix A_Real, SparseMatrix A_Imag, bool ownReal, bool ownImag, mfem::ComplexOperator::Convention convention=HERMITIAN) -> ComplexSparseMatrix"""
     _complex_operator.ComplexSparseMatrix_swiginit(
         self, _complex_operator.new_ComplexSparseMatrix(*args, **kwargs))