mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 23:32:24 -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 general unconstrained optimization problems.
|
||||
@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
|
||||
;; the following packages: less, ghostscript, gnuplot.
|
||||
|
|
Loading…
Reference in a new issue