| QNANO
    | 
Class to store the arguments for multi-variable function. More...
#include <Real_Function.h>
| Public Member Functions | |
| size_t | size () const | 
| void | resize (size_t newsz) | 
| void | set_zero () | 
| double | access_check (size_t i) | 
| double | operator() (size_t i) const | 
| double & | operator() (size_t i) | 
| double & | operator[] (size_t i) | 
| double | operator[] (size_t i) const | 
| void | add (const Multivar &other) | 
| void | subtract (const Multivar &other) | 
| void | add_scaled (double scale, const Multivar &other) | 
| void | scale (double scale) | 
| void | copy (const Multivar &other) | 
| Multivar (const Multivar &other) | |
| Multivar & | operator= (const Multivar &other) | 
| Multivar (size_t sz_) | |
| Public Attributes | |
| size_t | sz | 
| double * | d | 
Class to store the arguments for multi-variable function.
 1.8.11
 1.8.11