mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-03 18:09:18 -05:00
gnu: ceres-solver: Mark as tunable.
* gnu/packages/maths.scm (ceres)[properties]: New field.
This commit is contained in:
parent
182b97dac0
commit
24667081ad
1 changed files with 4 additions and 1 deletions
|
@ -2475,7 +2475,10 @@ (define-public ceres
|
||||||
@item non-linear least squares problems with bounds constraints;
|
@item non-linear least squares problems with bounds constraints;
|
||||||
@item general unconstrained optimization problems.
|
@item general unconstrained optimization problems.
|
||||||
@end enumerate\n")
|
@end enumerate\n")
|
||||||
(license license:bsd-3)))
|
(license license:bsd-3)
|
||||||
|
|
||||||
|
;; Mark as tunable to take advantage of SIMD code in Eigen.
|
||||||
|
(properties `((tunable? . #t)))))
|
||||||
|
|
||||||
;; For a fully featured Octave, users are strongly recommended also to install
|
;; For a fully featured Octave, users are strongly recommended also to install
|
||||||
;; the following packages: less, ghostscript, gnuplot.
|
;; the following packages: less, ghostscript, gnuplot.
|
||||||
|
|
Loading…
Reference in a new issue