The Wayback Machine - https://web.archive.org/web/20170919013155/http://de.cppreference.com/w/cpp/numeric/valarray/%7Evalarray
Namensräume
Varianten

std::valarray::~valarray

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

 
 
Numerik-Bibliothek
Gemeinsame mathematischen Funktionen
Floating-Point-Umgebung
Komplexe Zahlen
Numerische Arrays
Pseudo-Zufallszahlen
Compile-time rationale Arithmetik(C++11)
Generische numerische Operationen
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()
Zerstört sich die numerische Array. Die Destruktoren der Elemente genannt werden und die Speicherung genutzt wird freigegeben .
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.

[Bearbeiten]Komplexität

Linear in der Größe der numerischen Array .
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