The Wayback Machine - https://web.archive.org/web/20170926032725/http://ja.cppreference.com/w/cpp/numeric/valarray/%7Evalarray
名前空間
変種
操作

std::valarray::~valarray

提供: cppreference.com
< cpp‎ | numeric‎ | valarray

 
 
ニューメリックスライブラリ
一般的な数学関数
浮動小数点環境
複素数
数値配列
擬似乱数生成
コンパイル時有理数演算(C++11)
汎用の数値演算
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()
数値配列を破棄します。要素のデストラクタが呼ばれ、使用されるストレージの割り当てが解除され.
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.

[編集]複雑性

数値配列の大きさに比例.
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