QNANO
Public Member Functions | Public Attributes | List of all members
Multivar Class Reference

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)
 
Multivaroperator= (const Multivar &other)
 
 Multivar (size_t sz_)
 

Public Attributes

size_t sz
 
double * d
 

Detailed Description

Class to store the arguments for multi-variable function.


The documentation for this class was generated from the following file: