codac 2.0.0
Loading...
Searching...
No Matches
codac2_Ellipsoid.h File Reference
Include dependency graph for codac2_Ellipsoid.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  codac2::Ellipsoid
 Ellipsoid representation. More...
 

Namespaces

namespace  codac2
 

Functions

Ellipsoid codac2::operator+ (const Ellipsoid &e1, const Ellipsoid &e2)
 Compute the Minkowski sum of two ellipsoids.
 
Ellipsoid codac2::linear_mapping (const Ellipsoid &e, const Matrix &A, const Vector &b)
 Guaranteed linear evaluation A*e+b, considering the rounding errors.
 
Ellipsoid codac2::unreliable_linear_mapping (const Ellipsoid &e, const Matrix &A, const Vector &b)
 Nonrigorous linear evaluation A*e+b.
 
Ellipsoid codac2::nonlinear_mapping (const Ellipsoid &e, const AnalyticFunction< VectorType > &f)
 (Rigorous?) non-linear evaluation f(e)
 
Ellipsoid codac2::nonlinear_mapping (const Ellipsoid &e, const AnalyticFunction< VectorType > &f, const Vector &trig, const Vector &q)
 (Rigorous?) non-linear evaluation f(e), with parameters
 
Matrix codac2::nonlinear_mapping_base (const Matrix &G, const Matrix &J, const IntervalMatrix &J_box, const Vector &trig, const Vector &q)
 (Rigorous?) non-linear evaluation f(e), from Jacobian information
 
std::ostream & codac2::operator<< (std::ostream &os, const Ellipsoid &e)
 Streams out an Ellipsoid.
 

Detailed Description

Date
2024
Author
Morgan Louédec
License: GNU Lesser General Public License (LGPL)