The Wayback Machine - https://web.archive.org/web/20170917091427/http://it.cppreference.com/w/cpp/numeric/valarray/%7Evalarray

std::valarray::~valarray

Da cppreference.com.
< cpp‎ | numeric‎ | valarray

 
 
Numeri libreria
Comuni funzioni matematiche
Virgola mobile ambiente
I numeri complessi
Array numerici
Pseudo-casuale generazione
In fase di compilazione aritmetica razionale(C++11)
Generici operazioni numeriche
Original:
Generic numeric operations
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
iota(C++11)
accumulate
inner_product
adjacent_difference
partial_sum
 
 
~valarray()
Distrugge la matrice numerica. I distruttori degli elementi sono i chiamati e di archiviazione utilizzato è deallocato.
Original:
Destructs the numeric array. The destructors of the elements are called and the used storage is deallocated.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

[modifica]Complessità

Lineare nella dimensione della matrice numerica.
Original:
Linear in the size of the numeric array.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
close