Xmipp  v3.23.11-Nereus
Protected Member Functions | Protected Attributes | List of all members
FftwTest Class Reference
Inheritance diagram for FftwTest:
Inheritance graph
[legend]
Collaboration diagram for FftwTest:
Collaboration graph
[legend]

Protected Member Functions

virtual void SetUp ()
 
- Protected Member Functions inherited from testing::Test
 Test ()
 
virtual void TearDown ()
 

Protected Attributes

MultidimArray< double > mulDouble
 

Additional Inherited Members

- Public Member Functions inherited from testing::Test
virtual ~Test ()
 
- Static Public Member Functions inherited from testing::Test
static void SetUpTestSuite ()
 
static void TearDownTestSuite ()
 
static void TearDownTestCase ()
 
static void SetUpTestCase ()
 
static bool HasFatalFailure ()
 
static bool HasNonfatalFailure ()
 
static bool IsSkipped ()
 
static bool HasFailure ()
 
static void RecordProperty (const std::string &key, const std::string &value)
 
static void RecordProperty (const std::string &key, int64_t value)
 

Detailed Description

Definition at line 8 of file test_fftw_main.cpp.

Member Function Documentation

◆ SetUp()

virtual void FftwTest::SetUp ( )
inlineprotectedvirtual

Reimplemented from testing::Test.

Definition at line 12 of file test_fftw_main.cpp.

13  {
14 #define len 128
15 
16  mulDouble.resize(3,3);
17  DIRECT_A2D_ELEM(mulDouble,0,0) = 1;
18  DIRECT_A2D_ELEM(mulDouble,0,1) = 2;
19  DIRECT_A2D_ELEM(mulDouble,0,2) = 3;
20 
21  DIRECT_A2D_ELEM(mulDouble,1,0) = 3;
22  DIRECT_A2D_ELEM(mulDouble,1,1) = 2;
23  DIRECT_A2D_ELEM(mulDouble,1,2) = 1;
24 
25  DIRECT_A2D_ELEM(mulDouble,2,0) = 4;
26  DIRECT_A2D_ELEM(mulDouble,2,1) = 4;
27  DIRECT_A2D_ELEM(mulDouble,2,2) = 5;
28  }
void resize(size_t Ndim, size_t Zdim, size_t Ydim, size_t Xdim, bool copy=true)
#define DIRECT_A2D_ELEM(v, i, j)
MultidimArray< double > mulDouble

Member Data Documentation

◆ mulDouble

MultidimArray< double > FftwTest::mulDouble
protected

Definition at line 29 of file test_fftw_main.cpp.


The documentation for this class was generated from the following file: