Lolly 1.4.27
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
Complex Struct Reference
Collaboration diagram for Complex:
Collaboration graph
[legend]

Public Member Functions

 Complex (double re_, double im_)
 
 Complex ()
 
 ~Complex ()
 
 Complex (double re_, double im_)
 
 Complex ()
 
 ~Complex ()
 

Public Attributes

double re
 
double im
 

Detailed Description

Definition at line 13 of file fast_alloc_bench.cpp.

Constructor & Destructor Documentation

◆ Complex() [1/4]

Complex::Complex ( double re_,
double im_ )
inline

Definition at line 16 of file fast_alloc_bench.cpp.

16: re (re_), im (im_) {}
The list class represents a linked list.
Definition list.hpp:48

◆ Complex() [2/4]

Complex::Complex ( )
inline

Definition at line 17 of file fast_alloc_bench.cpp.

17: re (0.5), im (1.0) {}

◆ ~Complex() [1/2]

Complex::~Complex ( )
inline

Definition at line 18 of file fast_alloc_bench.cpp.

18{}

◆ Complex() [3/4]

Complex::Complex ( double re_,
double im_ )
inline

Definition at line 8 of file fast_alloc_test.cpp.

8: re (re_), im (im_) {}

◆ Complex() [4/4]

Complex::Complex ( )
inline

Definition at line 9 of file fast_alloc_test.cpp.

9: re (0.5), im (1.0) {}

◆ ~Complex() [2/2]

Complex::~Complex ( )
inline

Definition at line 10 of file fast_alloc_test.cpp.

10{}

Member Data Documentation

◆ re

double Complex::re

Definition at line 15 of file fast_alloc_bench.cpp.

◆ im

double Complex::im

Definition at line 15 of file fast_alloc_bench.cpp.


The documentation for this struct was generated from the following files: