29 #include "utility/matrices/vectorZ.h"    39     void PutStr(
const std::string &str);
    40     void PutChar(
const char c)
    54         vZ_char::operator =(otro);
    59         vZ_char::operator =(otro);
    64       { 
return GetMenor(j); }    
    73     friend NmbVars PutVars(
const char var);
    74     friend NmbVars PutVars(
const std::string &var);
    76     friend std::ostream &operator << (std::ostream &stream, 
const NmbVars &n)
    77       { 
return operator << (stream, (
const vZ_char &) n); }
    92 NmbVars PutVars(
const std::string &vars)
   103   { 
return v1.Combina(v2); }
 Stores the names of the function variables. 
Definition: NmbVars.h:36
NmbVars QuitaVar(short unsigned int j) const
Return a set of variable names excepth the j-th one. 
Definition: NmbVars.h:63
NmbVars(const std::string &vars)
Initializes the names of the first n variables from the argument string. 
Definition: NmbVars.h:45