Home
last modified time | relevance | path

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

/dports/finance/quantlib/QuantLib-1.20/ql/experimental/exoticoptions/
H A Dcontinuousarithmeticasianvecerengine.cpp128 TridiagonalOperator explicit_part(gammaOp.size()); in calculate() local
149 explicit_part = TridiagonalOperator::identity(gammaOp.size()) + in calculate()
151 explicit_part.setFirstRow(1.0,0.0); // Apply before applying in calculate()
152 explicit_part.setLastRow(-1.0,1.0); // Neumann BC in calculate()
154 u = explicit_part.applyTo(u); in calculate()
/dports/science/py-GPy/GPy-1.10.0/GPy/inference/latent_function_inference/
H A Dlaplace.py267 explicit_part = 0.5*(np.dot(Ki_f, Ki_f.T) - K_Wi_i)
272 dL_dK = explicit_part + implicit_part
447 explicit_part = 0.5*(np.dot(Ki_f, Ki_f.T) - K_Wi_i)
453 dL_dK = explicit_part + implicit_part
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/motion/thermostat/
H A Dthermostat_methods.F125 explicit_barostat_section, explicit_part, explicit_shell, save_mem, shell_adiabatic, & local
154 CALL section_vals_get(thermo_part_section, explicit=explicit_part)
231 IF (explicit_part) CALL section_vals_val_get(thermo_part_section, "REGION", i_val=region)
240 IF (explicit_part) THEN
/dports/science/cp2k-data/cp2k-7.1.0/src/motion/thermostat/
H A Dthermostat_methods.F125 explicit_barostat_section, explicit_part, explicit_shell, save_mem, shell_adiabatic, & local
154 CALL section_vals_get(thermo_part_section, explicit=explicit_part)
231 IF (explicit_part) CALL section_vals_val_get(thermo_part_section, "REGION", i_val=region)
240 IF (explicit_part) THEN