Example #1
0
def nr3Dtot_deriv_gaia(rad):
    lrho = np.log(rhotot_gaia(rad))
    lr = np.log(rad)
    import gi_helper as gh
    return -gh.derivcoarse(lrho, lr)
Example #2
0
def nr3Dtot_deriv_gaia(rad):
    lrho = np.log(rhotot_gaia(rad))
    lr   = np.log(rad)
    import gi_helper as gh
    return -gh.derivcoarse(lrho, lr)
Example #3
0
def nr3Dtot_deriv_triax(rad, gp):
    lrho = np.log(rho_triax(rad, gp))
    lr = np.log(rad)
    import gi_helper as gh
    return -gh.derivcoarse(lrho, lr)
Example #4
0
def nr3Dtot_deriv_triax(rad, gp):
    lrho = np.log(rho_triax(rad, gp))
    lr   = np.log(rad)
    import gi_helper as gh
    return -gh.derivcoarse(lrho, lr)