ROOT  6.07/01
Reference Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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< TP (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,
T  c_real,
T  c_imag 
)
inline

Variable Documentation

const float S = 4.f
static