codac 2.0.0
Loading...
Searching...
No Matches
codac2_capd.h File Reference
#include <capd/intervals/lib.h>
#include <capd/vectalg/lib.h>
#include "codac2_IntervalVector.h"
#include "codac2_Matrix.h"
#include "codac2_IntervalMatrix.h"
Include dependency graph for codac2_capd.h:

Go to the source code of this file.

Functions

capd::Interval codac2::to_capd (const codac2::Interval &x)
 Converts a Codac Interval object into an CAPD Interval object.
 
codac2::Interval codac2::to_codac (const capd::Interval &x)
 Converts an CAPD Interval object into a Codac Interval object.
 
capd::IVector codac2::to_capd (const codac2::IntervalVector &x)
 Converts a Codac IntervalVector object into an CAPD IVector object.
 
codac2::IntervalVector codac2::to_codac (const capd::IVector &x)
 Converts an CAPD IVector object into a Codac IntervalVector object.
 
capd::IMatrix codac2::to_capd (const codac2::IntervalMatrix &x)
 Converts a Codac IntervalMatrix object into an CAPD IMatrix object.
 
codac2::IntervalMatrix codac2::to_codac (const capd::IMatrix &x)
 Converts an CAPD IMatrix object into a Codac IntervalMatrix object.
 

Detailed Description

Date
2024
Author
Maƫl Godard
License: GNU Lesser General Public License (LGPL)

Function Documentation

◆ to_capd() [1/3]

capd::Interval codac2::to_capd ( const codac2::Interval & x)

Converts a Codac Interval object into an CAPD Interval object.

Parameters
xthe Codac Interval to be converted
Returns
the converted CAPD Interval

◆ to_codac() [1/3]

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

Converts an CAPD Interval object into a Codac Interval object.

Parameters
xthe CAPD Interval to be converted
Returns
the converted Codac Interval

◆ to_capd() [2/3]

capd::IVector codac2::to_capd ( const codac2::IntervalVector & x)

Converts a Codac IntervalVector object into an CAPD IVector object.

Parameters
xthe Codac IntervalVector to be converted
Returns
the converted CAPD IVector

◆ to_codac() [2/3]

codac2::IntervalVector codac2::to_codac ( const capd::IVector & x)

Converts an CAPD IVector object into a Codac IntervalVector object.

Parameters
xthe CAPD IVector to be converted
Returns
the converted Codac IntervalVector

◆ to_capd() [3/3]

capd::IMatrix codac2::to_capd ( const codac2::IntervalMatrix & x)

Converts a Codac IntervalMatrix object into an CAPD IMatrix object.

Parameters
xthe Codac IntervalMatrix to be converted
Returns
the converted CAPD IMatrix

◆ to_codac() [3/3]

codac2::IntervalMatrix codac2::to_codac ( const capd::IMatrix & x)

Converts an CAPD IMatrix object into a Codac IntervalMatrix object.

Parameters
xthe CAPD IMatrix to be converted
Returns
the converted Codac IntervalMatrix