|
ConicBundle
|
extends CoeffmatInfo to store a name (e.g. of the constraint it represents) More...
#include <Coeffmat.hxx>
Public Member Functions | |
| CMIName (std::string in_name, CH_Matrix_Classes::Real sf=1.) | |
| initalize name and scale factor | |
| CoeffmatInfo * | clone () const |
| generates a new copy of itself on the heap | |
| std::ostream & | print_id (std::ostream &out) const |
| outputs the name | |
Public Member Functions inherited from ConicBundle::CoeffmatInfo | |
| CoeffmatInfo (CH_Matrix_Classes::Real sf=1.) | |
| default value is 1 for no scaling | |
| CH_Matrix_Classes::Real | get_scalefactor () const |
| returns the scale factor | |
| void | set_scalefactor (CH_Matrix_Classes::Real sf) |
| sets the scale factor | |
| void | multiply (CH_Matrix_Classes::Real sf) |
| scales the scale factor | |
Private Attributes | |
| std::string | name |
| well, this is the name | |
Additional Inherited Members | |
Protected Attributes inherited from ConicBundle::CoeffmatInfo | |
| CH_Matrix_Classes::Real | scalefactor |
| scaling value | |
extends CoeffmatInfo to store a name (e.g. of the constraint it represents)
1.8.13