Example #1
0
 def Elem(self, *args):
     r"""
     Elem(MixedBilinearForm self, int i, int j) -> double
     Elem(MixedBilinearForm self, int i, int j) -> double const &
     """
     return _bilinearform.MixedBilinearForm_Elem(self, *args)
Example #2
0
 def Elem(self, *args):
     return _bilinearform.MixedBilinearForm_Elem(self, *args)