コード例 #1
0
ファイル: densemat.py プロジェクト: mortezah/PyMFEM
 def BlockBackSolve(self, m, n, r, U12, X2, Y1):
     """BlockBackSolve(LUFactors self, int m, int n, int r, double const * U12, double const * X2, double * Y1)"""
     return _densemat.LUFactors_BlockBackSolve(self, m, n, r, U12, X2, Y1)
コード例 #2
0
 def BlockBackSolve(self, m, n, r, U12, X2, Y1):
     return _densemat.LUFactors_BlockBackSolve(self, m, n, r, U12, X2, Y1)