ViennaCL - The Vienna Computing Library  1.7.0
Free open-source GPU-accelerated linear algebra and solver library.
external_1.cpp File Reference

Go to the source code of this file.

Macros

#define VIENNACL_WITH_UBLAS
 

Functions

void other_func ()
 
int main ()
 

Detailed Description

Test for external linkage.

Test:
A check for the absence of external linkage (otherwise, library is not truly 'header-only')

Definition in file external_1.cpp.

Macro Definition Documentation

#define VIENNACL_WITH_UBLAS

Definition at line 24 of file external_1.cpp.

Function Documentation

int main ( )

Definition at line 92 of file external_1.cpp.

void other_func ( )

Definition at line 85 of file external_2.cpp.