realroot_doc 0.1.1
|
#include <homography.hpp>
Definition at line 15 of file homography.hpp.
homography | ( | ) | [inline] |
homography | ( | const homography< real > & | H | ) | [inline] |
homography | ( | const real & | A, |
const real & | B, | ||
const real & | C, | ||
const real & | D | ||
) | [inline] |
void contract_hom | ( | const real & | t | ) | [inline] |
Definition at line 29 of file homography.hpp.
Referenced by interval_rep< POL >::contract_box().
void reciprocal_hom | ( | const real & | t | ) | [inline] |
Definition at line 26 of file homography.hpp.
Referenced by interval_rep< POL >::reverse_box().
void shift_hom | ( | const real & | t | ) | [inline] |
Definition at line 23 of file homography.hpp.
Referenced by interval_rep< POL >::shift_box().
real a |
Definition at line 17 of file homography.hpp.
Referenced by homography< C >::contract_hom(), data_t::convert(), interval_rep< POL >::domain(), interval_rep< POL >::point(), interval_rep< POL >::print(), homography< C >::reciprocal_hom(), and homography< C >::shift_hom().
real b |
Definition at line 17 of file homography.hpp.
Referenced by data_t::convert(), interval_rep< POL >::domain(), interval_rep< POL >::point(), interval_rep< POL >::print(), homography< C >::reciprocal_hom(), and homography< C >::shift_hom().
real c |
Definition at line 17 of file homography.hpp.
Referenced by homography< C >::contract_hom(), data_t::convert(), interval_rep< POL >::domain(), interval_rep< POL >::middle(), interval_rep< POL >::point(), interval_rep< POL >::print(), homography< C >::reciprocal_hom(), homography< C >::shift_hom(), and solver< C, Sleeve< V > >::solve().
real d |
Definition at line 17 of file homography.hpp.
Referenced by data_t::convert(), interval_rep< POL >::domain(), interval_rep< POL >::middle(), interval_rep< POL >::point(), interval_rep< POL >::print(), homography< C >::reciprocal_hom(), homography< C >::shift_hom(), and solver< C, Sleeve< V > >::solve().