codac  1.5.7
codac_matrix_arithmetic.h
Go to the documentation of this file.
1 
12 #ifndef __CODAC_MATRIX_ARITHMETIC_H__
13 #define __CODAC_MATRIX_ARITHMETIC_H__
14 
15 #include "codac_IntervalMatrix.h"
16 
17 namespace codac
18 {
24  const IntervalMatrix operator|(const IntervalMatrix& x, const IntervalMatrix& y);
25 
31  const IntervalMatrix operator&(const IntervalMatrix& x, const IntervalMatrix& y);
32 }
33 
34 #endif
FixPoint of a separator The fixpoint of a separator is computed by calling the "::"separate function ...
Definition: codac_capd_helpers.h:9
const IntervalMatrix operator&(const IntervalMatrix &x, const IntervalMatrix &y)
const IntervalMatrix operator|(const IntervalMatrix &x, const IntervalMatrix &y)