Developer documentation
Version 3.0.3-105-gd3941f44
gt.h File Reference
#include <iostream>
#include <mutex>
#include <Eigen/Dense>
#include "progressbar.h"
#include "types.h"

Go to the source code of this file.

Classes

struct  MR::DWI::Tractography::GT::Properties
 
class  MR::DWI::Tractography::GT::Stats
 

Namespaces

namespace  MR
 
namespace  MR::DWI
 
namespace  MR::DWI::Tractography
 
namespace  MR::DWI::Tractography::GT
 

Macros

#define ITER_BIGSTEP   10000
 
#define FRAC_BURNIN   10
 
#define FRAC_PHASEOUT   10
 

Variables

const double MR::DWI::Tractography::GT::M_4PI = 4.0 * Math::pi
 
const double MR::DWI::Tractography::GT::M_sqrt4PI = std::sqrt(M_4PI)
 

Macro Definition Documentation

◆ FRAC_BURNIN

#define FRAC_BURNIN   10

Definition at line 21 of file gt.h.

◆ FRAC_PHASEOUT

#define FRAC_PHASEOUT   10

Definition at line 22 of file gt.h.

◆ ITER_BIGSTEP

#define ITER_BIGSTEP   10000

Definition at line 20 of file gt.h.