codac 2.0.0
Loading...
Searching...
No Matches
codac2_ibex.h File Reference
#include <ibex_Interval.h>
#include <ibex_Vector.h>
#include <ibex_Matrix.h>
#include <ibex_IntervalVector.h>
#include <ibex_IntervalMatrix.h>
#include "codac2_Interval.h"
#include "codac2_Vector.h"
#include "codac2_IntervalVector.h"
#include "codac2_Matrix.h"
#include "codac2_IntervalMatrix.h"
Include dependency graph for codac2_ibex.h:

Go to the source code of this file.

Functions

ibex::Interval codac2::to_ibex (const codac2::Interval &x)
 Casts a Codac Interval object into an IBEX Interval object.
 
codac2::Interval codac2::to_codac (const ibex::Interval &x)
 Casts an IBEX Interval object into a Codac Interval object.
 
ibex::Vector codac2::to_ibex (const codac2::Vector &x)
 Casts a Codac Vector object into an IBEX Vector object.
 
codac2::Vector codac2::to_codac (const ibex::Vector &x)
 Casts an IBEX Vector object into a Codac Vector object.
 
ibex::IntervalVector codac2::to_ibex (const codac2::IntervalVector &x)
 Casts a Codac IntervalVector object into an IBEX IntervalVector object.
 
codac2::IntervalVector codac2::to_codac (const ibex::IntervalVector &x)
 Casts an IBEX IntervalVector object into a Codac IntervalVector object.
 
ibex::Matrix codac2::to_ibex (const codac2::Matrix &x)
 Casts a Codac Matrix object into an IBEX Matrix object.
 
codac2::Matrix codac2::to_codac (const ibex::Matrix &x)
 Casts an IBEX Matrix object into a Codac Matrix object.
 
ibex::IntervalMatrix codac2::to_ibex (const codac2::IntervalMatrix &x)
 Casts a Codac IntervalMatrix object into an IBEX IntervalMatrix object.
 
codac2::IntervalMatrix codac2::to_codac (const ibex::IntervalMatrix &x)
 Casts an IBEX IntervalMatrix object into a Codac IntervalMatrix object.
 

Detailed Description

Date
2024
Author
Simon Rohou
License: GNU Lesser General Public License (LGPL)

Function Documentation

◆ to_ibex() [1/5]

ibex::Interval codac2::to_ibex ( const codac2::Interval & x)

Casts a Codac Interval object into an IBEX Interval object.

Parameters
xconst Codac type Interval
Returns
const IBEX type Interval

◆ to_codac() [1/5]

codac2::Interval codac2::to_codac ( const ibex::Interval & x)

Casts an IBEX Interval object into a Codac Interval object.

Parameters
xconst IBEX type Interval
Returns
Codac type Interval

◆ to_ibex() [2/5]

ibex::Vector codac2::to_ibex ( const codac2::Vector & x)

Casts a Codac Vector object into an IBEX Vector object.

Parameters
xconst Codac type Vector
Returns
IBEX type Vector

◆ to_codac() [2/5]

codac2::Vector codac2::to_codac ( const ibex::Vector & x)

Casts an IBEX Vector object into a Codac Vector object.

Parameters
xconst IBEX type Vector
Returns
Codac type Vector

◆ to_ibex() [3/5]

ibex::IntervalVector codac2::to_ibex ( const codac2::IntervalVector & x)

Casts a Codac IntervalVector object into an IBEX IntervalVector object.

Parameters
xconst Codac type IntervalVector
Returns
IBEX type IntervalVector

◆ to_codac() [3/5]

codac2::IntervalVector codac2::to_codac ( const ibex::IntervalVector & x)

Casts an IBEX IntervalVector object into a Codac IntervalVector object.

Parameters
xconst IBEX type IntervalVector
Returns
Codac type IntervalVector

◆ to_ibex() [4/5]

ibex::Matrix codac2::to_ibex ( const codac2::Matrix & x)

Casts a Codac Matrix object into an IBEX Matrix object.

Parameters
xconst Codac type Matrix
Returns
IBEX type Matrix

◆ to_codac() [4/5]

codac2::Matrix codac2::to_codac ( const ibex::Matrix & x)

Casts an IBEX Matrix object into a Codac Matrix object.

Parameters
xconst IBEX type Matrix
Returns
Codac type Matrix

◆ to_ibex() [5/5]

ibex::IntervalMatrix codac2::to_ibex ( const codac2::IntervalMatrix & x)

Casts a Codac IntervalMatrix object into an IBEX IntervalMatrix object.

Parameters
xconst Codac type IntervalMatrix
Returns
IBEX type IntervalMatrix

◆ to_codac() [5/5]

codac2::IntervalMatrix codac2::to_codac ( const ibex::IntervalMatrix & x)

Casts an IBEX IntervalMatrix object into a Codac IntervalMatrix object.

Parameters
xconst IBEX type IntervalMatrix
Returns
Codac type IntervalMatrix