mirror of
https://github.com/ceres-solver/ceres-solver.git
synced 2026-08-29 16:40:38 +08:00
Increase tolerance in small_blas_test.cc
Change-Id: I7b8460bec65e56029d01c293e83743e99a57d10c
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
namespace ceres {
|
||||
namespace internal {
|
||||
|
||||
const double kTolerance = 3.0 * std::numeric_limits<double>::epsilon();
|
||||
const double kTolerance = 5.0 * std::numeric_limits<double>::epsilon();
|
||||
|
||||
TEST(BLAS, MatrixMatrixMultiply) {
|
||||
const int kRowA = 3;
|
||||
|
||||
Reference in New Issue
Block a user