8 #ifndef TEST_ASSIMILATION_ROTMAT_H_
9 #define TEST_ASSIMILATION_ROTMAT_H_
14 #include "eckit/testing/Test.h"
18 #include "oops/util/Expect.h"
19 #include "oops/util/FloatCompare.h"
58 EXPECT(oops::is_close_absolute(c, 0.6, 1e-9));
59 EXPECT(oops::is_close_absolute(s, 0.8, 1e-9));
71 EXPECT(oops::is_close_absolute(c, 0.8, 1e-9));
72 EXPECT(oops::is_close_absolute(s, 0.6, 1e-9));
75 CASE(
"assimilation/rotmat/b_zero") {
79 CASE(
"assimilation/rotmat/a_zero") {
83 CASE(
"assimilation/rotmat/b_gt_a") {
87 CASE(
"assimilation/rotmat/b_leq_a") {
93 std::string
testid()
const override {
return "test::rotmat";}
void clear() const override
std::string testid() const override
void register_tests() const override
void rotmat(const double &a, const double &b, double &c, double &s)
CASE("test_linearmodelparameterswrapper_valid_name")
Compute the Givens rotation matrix parameters.