#include <square_mat_point.h>
Public Member Functions | |
| itpp::mat | get_matrix () const | 
| itpp::vec | get_vector () const | 
| double | get_scalar () const | 
| void | set_parameters (const itpp::mat &m, const itpp::vec &v, double s) | 
| void | from_setting (const Setting &set) | 
| void | to_setting (Setting &set) const | 
| This method save all the instance properties into the Setting structure.  | |
| virtual string | to_string () | 
| This method returns a basic info about the current instance.  | |
| virtual void | validate () | 
| This method TODO.  | |
| void square_mat_point::from_setting | ( | const Setting & | set | ) |  [virtual] | 
        
Load from structure with elements:
 { matrix = ( "matrix", ...
   vector = [ ...
   scalar = ...
 }
Reimplemented from bdm::root.
 1.5.9