예제 #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)