ROOT  6.06/09
Reference Guide
Functions | Variables
mandel.cpp File Reference
#include "mandel.h"
#include <QMutexLocker>
#include <QtCore/QtDebug>
#include "../tsc.h"
#include <Vc/vector.h>
#include <Vc/common/macros.h>
+ Include dependency graph for mandel.cpp:

Go to the source code of this file.

Functions

template<typename T >
MyComplex< T > P (MyComplex< T > z, T c_real, T c_imag)
 [MyComplex] More...
 

Variables

static const float S = 4.f
 

Function Documentation

template<typename T >
MyComplex<T> P ( MyComplex< T >  z,
c_real,
c_imag 
)
inline

Variable Documentation

const float S = 4.f
static