Home
last modified time | relevance | path

Searched refs:best_step_size (Results 1 – 3 of 3) sorted by relevance

/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/
H A Dct_methods.F740 … REAL(KIND=dp) :: best_norm, best_step_size, beta, c0, c1, & local
819 best_step_size = 0.0_dp
870 CALL dbcsr_add(res, m, 1.0_dp, best_step_size)
871 CALL dbcsr_add(res, n, 1.0_dp, -best_step_size*best_step_size)
906 CALL dbcsr_multiply("N", "N", -best_step_size, pq, step_oo, 1.0_dp, aux1, &
909 CALL dbcsr_multiply("N", "N", -best_step_size, pq, step, 1.0_dp, aux1, &
913 CALL dbcsr_multiply("N", "N", -best_step_size, vv_step, pq, 1.0_dp, aux2, &
916 CALL dbcsr_multiply("N", "N", -best_step_size, step, pq, 1.0_dp, aux2, &
1113 best_step_size = 0.0_dp
1126 best_step_size = step_size(istep)
[all …]
/dports/science/cp2k-data/cp2k-7.1.0/src/
H A Dct_methods.F740 … REAL(KIND=dp) :: best_norm, best_step_size, beta, c0, c1, & local
819 best_step_size = 0.0_dp
870 CALL dbcsr_add(res, m, 1.0_dp, best_step_size)
871 CALL dbcsr_add(res, n, 1.0_dp, -best_step_size*best_step_size)
906 CALL dbcsr_multiply("N", "N", -best_step_size, pq, step_oo, 1.0_dp, aux1, &
909 CALL dbcsr_multiply("N", "N", -best_step_size, pq, step, 1.0_dp, aux1, &
913 CALL dbcsr_multiply("N", "N", -best_step_size, vv_step, pq, 1.0_dp, aux2, &
916 CALL dbcsr_multiply("N", "N", -best_step_size, step, pq, 1.0_dp, aux2, &
1113 best_step_size = 0.0_dp
1126 best_step_size = step_size(istep)
[all …]
/dports/graphics/openorienteering-mapper/mapper-0.9.2/src/core/objects/
H A Dobject.cpp1914 float best_step_size = 0; in calcBezierPointDeletionRetainingShapeOptimization() local
1934 best_step_size = step_size; in calcBezierPointDeletionRetainingShapeOptimization()
1952 out_pfactor += best_step_size * step_dir_p; in calcBezierPointDeletionRetainingShapeOptimization()
1955 out_qfactor += best_step_size * step_dir_q; in calcBezierPointDeletionRetainingShapeOptimization()