Skip to content
Snippets Groups Projects
Commit 0e017fca authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

Merge branch '28-updated-api-in-bob-math-requires-update-in-this-package-too' into 'master'

Resolve "Updated API in `bob.math` requires update in this package, too"

Closes #28

See merge request !32
parents 3de91e97 abb88b44
No related branches found
No related tags found
1 merge request!32Resolve "Updated API in `bob.math` requires update in this package, too"
Pipeline #
......@@ -362,7 +362,7 @@ double bob::measure::rocch2eer(const blitz::Array<double, 2> &pfa_pmiss) {
eerseg = 0.;
else {
// Find line coefficients seg s.t. XY.seg = 1,
bob::math::linsolve_(XY, seg, one);
bob::math::linsolve_(XY, one, seg);
// Candidate for the EER (to be compared to current value)
eerseg = 1. / blitz::sum(seg);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment