Home
last modified time | relevance | path

Searched refs:inv_error (Results 1 – 11 of 11) sorted by relevance

/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/
H A Dqs_cdft_scf_utils.F214 REAL(KIND=dp) :: inv_error local
248 CALL invert_matrix(jacobian, inv_jacobian, inv_error)
272 CALL invert_matrix(jacobian, inv_jacobian, inv_error)
H A Dcolvar_utils.F207 REAL(KIND=dp) :: inv_error local
311 CALL invert_matrix(Gmatrix, Gmatrix_i, inv_error)
312 IF (ABS(inv_error) > 1.0E-8_dp) &
H A Dcp_ddapc_methods.F566 REAL(KIND=dp) :: condition_number, inv_error local
605 CALL invert_matrix(Am, AmI, inv_error, "N", improve=.FALSE.)
607 WRITE (iw, '(T3,A,F15.9)') " Error inverting the A matrix: ", inv_error
H A Dqs_scf.F1193 REAL(KIND=dp) :: inv_error, step_size local
1343 CALL invert_matrix(jacobian, inv_jacobian, inv_error)
/dports/science/cp2k-data/cp2k-7.1.0/src/
H A Dqs_cdft_scf_utils.F214 REAL(KIND=dp) :: inv_error local
248 CALL invert_matrix(jacobian, inv_jacobian, inv_error)
272 CALL invert_matrix(jacobian, inv_jacobian, inv_error)
H A Dcolvar_utils.F207 REAL(KIND=dp) :: inv_error local
311 CALL invert_matrix(Gmatrix, Gmatrix_i, inv_error)
312 IF (ABS(inv_error) > 1.0E-8_dp) &
H A Dcp_ddapc_methods.F566 REAL(KIND=dp) :: condition_number, inv_error local
605 CALL invert_matrix(Am, AmI, inv_error, "N", improve=.FALSE.)
607 WRITE (iw, '(T3,A,F15.9)') " Error inverting the A matrix: ", inv_error
H A Dqs_scf.F1159 REAL(KIND=dp) :: inv_error, step_size local
1309 CALL invert_matrix(jacobian, inv_jacobian, inv_error)
/dports/science/py-gpaw/gpaw-21.6.0/gpaw/xc/
H A Dfxc.py1380 inv_error = np.seterr()
1454 np.seterr(**inv_error)
/dports/math/py-matplotlib/matplotlib-3.4.3/lib/matplotlib/
H A Dpatches.py1758 inv_error = (1.0 / 1.89818e-6) * 0.5
1760 if pwidth < inv_error and pheight < inv_error:
/dports/math/py-matplotlib2/matplotlib-2.2.4/lib/matplotlib/
H A Dpatches.py1662 inv_error = (1.0 / 1.89818e-6) * 0.5
1663 if width < inv_error and height < inv_error: