Namensräume
Varianten

cpp/numeric/valarray/~valarray: Unterschied zwischen den Versionen

Aus cppreference.com
< cpp‎ | numeric‎ | valarray
K (1 Version: Translate from the English version)
K (r2.7.3) (Bot: Ergänze: en, es, fr, it, ja, pt, ru, zh)
 
Zeile 10:Zeile 10:
 
===Komplexität===
 
===Komplexität===
 
{{tr|Linear in der Größe der numerischen Array .|Linear in the size of the numeric array.}}
 
{{tr|Linear in der Größe der numerischen Array .|Linear in the size of the numeric array.}}
 +
 +
[[en:cpp/numeric/valarray/~valarray]]
 +
[[es:cpp/numeric/valarray/~valarray]]
 +
[[fr:cpp/numeric/valarray/~valarray]]
 +
[[it:cpp/numeric/valarray/~valarray]]
 +
[[ja:cpp/numeric/valarray/~valarray]]
 +
[[pt:cpp/numeric/valarray/~valarray]]
 +
[[ru:cpp/numeric/valarray/~valarray]]
 +
[[zh:cpp/numeric/valarray/~valarray]]

Aktuelle Version vom 2. November 2012, 14:10 Uhr

 
 
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.