CEPS  24.01
Cardiac ElectroPhysiology Simulator
CepsMathOperations.hpp File Reference

Go to the source code of this file.

Data Structures

struct  CepsMathOperation< CepsMathScalar, CepsMathScalar >
 Define operations between CepsMathScalar and CepsMathScalar available: plus, minus, mult and div. More...
 
struct  CepsMathOperation< CepsMathScalar, CepsMathVertex >
 Define operations between CepsMathScalar and CepsMathVertex available: plus, minus and mult. More...
 
struct  CepsMathOperation< CepsMathScalar, CepsMathTensor >
 Define operations between CepsMathScalar and CepsMathTensor available: plus, minus and mult. More...
 
struct  CepsMathOperation< CepsMathVertex, CepsMathScalar >
 Define operations between CepsMathVertex and CepsMathScalar available: plus, minus, mult and div. More...
 
struct  CepsMathOperation< CepsMathVertex, CepsMathVertex >
 Define operations between CepsMathVertex and CepsMathVertex available: plus, minus and mult. More...
 
struct  CepsMathOperation< CepsMathVertex, CepsMathTensor >
 Define operations between CepsMathVertex and CepsMathTensor available: only mult. More...
 
struct  CepsMathOperation< CepsMathTensor, CepsMathScalar >
 Define operations between CepsMathTensor and CepsMathScalar available: plus, minus, mult and div. More...
 
struct  CepsMathOperation< CepsMathTensor, CepsMathVertex >
 Define operations between CepsMathTensor and CepsMathVertex available: only mult. More...
 
struct  CepsMathOperation< CepsMathTensor, CepsMathTensor >
 Define operations between CepsMathTensor and CepsMathTensor available: plus, minus and mult. More...
 

Detailed Description

Very basic mathematic operations : helper for template type deduction of operators between more complex objects

Definition in file CepsMathOperations.hpp.