CellGPU  0.8.0
GPU-accelerated simulations of cells
Classes | Macros | Functions
Matrix.h File Reference
#include "std_include.h"
Include dependency graph for Matrix.h:
This graph shows which files directly or indirectly include this file:

Classes

struct  Matrix2x2
 contains a {{x11,x12},{x21,x22}} set, and matrix manipulations More...
 

Macros

#define HOSTDEVICE   inline __attribute__((always_inline))
 

Functions

HOSTDEVICE Matrix2x2 dyad (const Dscalar2 &v1, const Dscalar2 &v2)
 Form a matrix by the dyadic product of two vectors.
 
void printMatrix (Matrix2x2 &m)