#include <capd/intervals/lib.h>
#include <capd/vectalg/lib.h>
#include "codac2_IntervalVector.h"
#include "codac2_Matrix.h"
#include "codac2_IntervalMatrix.h"
Go to the source code of this file.
- Date
- 2024
- Author
- Maƫl Godard
- Copyright
- Copyright 2024 Codac Team
- License: GNU Lesser General Public License (LGPL)
◆ to_capd() [1/3]
Converts a Codac Interval object into an CAPD Interval object.
- Parameters
-
x | the Codac Interval to be converted |
- Returns
- the converted CAPD Interval
◆ to_codac() [1/3]
Converts an CAPD Interval object into a Codac Interval object.
- Parameters
-
x | the CAPD Interval to be converted |
- Returns
- the converted Codac Interval
◆ to_capd() [2/3]
Converts a Codac IntervalVector object into an CAPD IVector object.
- Parameters
-
x | the Codac IntervalVector to be converted |
- Returns
- the converted CAPD IVector
◆ to_codac() [2/3]
Converts an CAPD IVector object into a Codac IntervalVector object.
- Parameters
-
x | the CAPD IVector to be converted |
- Returns
- the converted Codac IntervalVector
◆ to_capd() [3/3]
Converts a Codac IntervalMatrix object into an CAPD IMatrix object.
- Parameters
-
x | the Codac IntervalMatrix to be converted |
- Returns
- the converted CAPD IMatrix
◆ to_codac() [3/3]
Converts an CAPD IMatrix object into a Codac IntervalMatrix object.
- Parameters
-
x | the CAPD IMatrix to be converted |
- Returns
- the converted Codac IntervalMatrix