TBCI Numerical high perf. C++ Library 2.8.0
matlib.cc File Reference

includes TBCI::Matrix class and friends instantiations for a certain type NUM to be defined by the Makefile More...

#include "tbci/matrix.h"
#include "matrix_inst.h"
#include "matrix_kernels_inst.h"
Include dependency graph for matlib.cc:

Go to the source code of this file.

Namespaces

namespace  TBCI
 The TBCI Numerical Library is put into TBCI namespace, if the compiler supports it (egcs-1.1.x and later for example).

Macros

#define NUM   double
#define T   NUM
#define U   NUM

Detailed Description

includes TBCI::Matrix class and friends instantiations for a certain type NUM to be defined by the Makefile

Definition in file matlib.cc.

Macro Definition Documentation

◆ NUM

#define NUM   double

Definition at line 9 of file matlib.cc.

◆ T

#define T   NUM

Definition at line 20 of file matlib.cc.

◆ U

#define U   NUM

Definition at line 21 of file matlib.cc.