PIP 5.5.3
Platform-Independent Primitives
Macros
pimathvector.h File Reference

Math vector. More...

#include "pimathbase.h"
#include "pimathcomplex.h"

Macros

#define PIMV_FOR   for (uint i = 0; i < Size; ++i)
 Vector templated. More...
 
#define PIMV_FOR   for (uint i = 0; i < c.size(); ++i)
 Vector templated. More...
 

Detailed Description

Math vector.

Macro Definition Documentation

◆ PIMV_FOR [1/2]

#define PIMV_FOR   for (uint i = 0; i < Size; ++i)

Vector templated.

Vector.

◆ PIMV_FOR [2/2]

#define PIMV_FOR   for (uint i = 0; i < c.size(); ++i)

Vector templated.

Vector.