Home
last modified time | relevance | path

Searched refs:expand_dRdphi_sing (Results 1 – 4 of 4) sorted by relevance

/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/externals/pb_s_am/pbam/src/
H A DASolver.h144 MyMatrix<cmplx> expand_dRdphi_sing(int i, int j, double theta,
146 MyMatrix<cmplx> expand_dRdphi_sing(int i, int j, double theta, bool ham);
H A DASolver.cpp452 x1 = expand_dRdphi_sing(i, j, vec.theta(), false); in expand_RX()
547 z = expand_dRdphi_sing(lowI, hiJ, vec.theta(), x2, true); in expand_RHX()
625 MyMatrix<cmplx> ASolver::expand_dRdphi_sing(int i,int j,double theta,bool ham) in expand_dRdphi_sing() function in ASolver
630 return expand_dRdphi_sing(lowI, hiJ, theta, _prevA_->operator[](j), ham); in expand_dRdphi_sing()
633 MyMatrix<cmplx> ASolver::expand_dRdphi_sing(int i, int j, double theta, in expand_dRdphi_sing() function in ASolver
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/externals/pb_s_am/pbsam/src/
H A DTMatrix.h70 MyMatrix<cmplx> expand_dRdphi_sing(MyMatrix<cmplx> mat,
H A DTMatrix.cpp370 x1 = expand_dRdphi_sing(X, I, k, J, l, vec.theta(), false); in expand_RX()
463 z = expand_dRdphi_sing(x2, I, k, J, l, vec.theta(), true); in expand_RHX()
539 MyMatrix<cmplx> TMatrix::expand_dRdphi_sing(MyMatrix<cmplx> mat, in expand_dRdphi_sing() function in TMatrix