33 void AddName (
const string &
aname) { name +=
aname; }
34 const string & Name()
const {
return name; }
35 size_t NBytes ()
const {
return nbytes; }
36 size_t NBlocks ()
const {
return nblocks; }
Datatype for automatic differentiation.
Definition autodiff.hpp:26
Reports amount of used memory.
Definition memusage.hpp:17
namespace for standard data types and algorithms.
Definition ngstd.hpp:42