René's URL Explorer Experiment


Title: std::valarray - cppreference.com

Generator: MediaWiki 1.43.8

direct link

Domain: en.cppreference.com

format-detectiontelephone=no

Links:

cppreference.comhttps://en.cppreference.com/
Create accounthttps://en.cppreference.com/index.php?title=Special:CreateAccount&returnto=cpp%2Fnumeric%2Fvalarray
Log inhttps://en.cppreference.com/index.php?title=Special:UserLogin&returnto=cpp%2Fnumeric%2Fvalarray
Pagehttps://en.cppreference.com/cpp/numeric/valarray
Discussionhttps://en.cppreference.com/Talk:cpp/numeric/valarray
https://en.cppreference.com/cpp/numeric/valarray
Readhttps://en.cppreference.com/cpp/numeric/valarray
View sourcehttps://en.cppreference.com/index.php?title=cpp/numeric/valarray&action=edit
View historyhttps://en.cppreference.com/index.php?title=cpp/numeric/valarray&action=history
https://en.cppreference.com/cpp/numeric/valarray
cpphttps://en.cppreference.com/cpp
numerichttps://en.cppreference.com/cpp/numeric
C++https://en.cppreference.com/cpp
Compiler supporthttps://en.cppreference.com/cpp/compiler_support
Freestanding and hostedhttps://en.cppreference.com/cpp/freestanding
Languagehttps://en.cppreference.com/cpp/language
Standard libraryhttps://en.cppreference.com/cpp/standard_library
Standard library headershttps://en.cppreference.com/cpp/header
Named requirementshttps://en.cppreference.com/cpp/named_req
Feature test macroshttps://en.cppreference.com/cpp/feature_test
Language support libraryhttps://en.cppreference.com/cpp/utility#Language_support
Concepts libraryhttps://en.cppreference.com/cpp/concepts
Diagnostics libraryhttps://en.cppreference.com/cpp/error
Memory management libraryhttps://en.cppreference.com/cpp/memory
Metaprogramming libraryhttps://en.cppreference.com/cpp/meta
General utilities libraryhttps://en.cppreference.com/cpp/utility
Containers libraryhttps://en.cppreference.com/cpp/container
Iterators libraryhttps://en.cppreference.com/cpp/iterator
Ranges libraryhttps://en.cppreference.com/cpp/ranges
Algorithms libraryhttps://en.cppreference.com/cpp/algorithm
Strings libraryhttps://en.cppreference.com/cpp/string
Text processing libraryhttps://en.cppreference.com/cpp/text
Numerics libraryhttps://en.cppreference.com/cpp/numeric
Date and time libraryhttps://en.cppreference.com/cpp/chrono
Input/output libraryhttps://en.cppreference.com/cpp/io
Filesystem libraryhttps://en.cppreference.com/cpp/filesystem
Concurrency support libraryhttps://en.cppreference.com/cpp/thread
Execution control libraryhttps://en.cppreference.com/cpp/execution
Technical specificationshttps://en.cppreference.com/cpp/experimental
Symbols indexhttps://en.cppreference.com/cpp/symbol_index
External librarieshttps://en.cppreference.com/cpp/links/libs
[edit]https://cppreference.com/index.php?title=Template:cpp/navbar_content&action=edit
Numerics libraryhttps://en.cppreference.com/cpp/numeric
Common mathematical functionshttps://en.cppreference.com/cpp/numeric/math
Mathematical special functionshttps://en.cppreference.com/cpp/numeric/special_functions
Mathematical constantshttps://en.cppreference.com/cpp/numeric/constants
Basic linear algebra algorithmshttps://en.cppreference.com/cpp/numeric/linalg
Data-parallel types (SIMD)https://en.cppreference.com/cpp/numeric/simd
Floating-point environmenthttps://en.cppreference.com/cpp/numeric/fenv
Complex numbershttps://en.cppreference.com/cpp/numeric/complex
Pseudo-random number generationhttps://en.cppreference.com/cpp/numeric/random
Bit manipulationhttps://en.cppreference.com/cpp/utility/bit
Saturation arithmetichttps://en.cppreference.com/cpp/numeric#Saturation_arithmetic
Factor operationshttps://en.cppreference.com/cpp/numeric#Factor_operations
gcdhttps://en.cppreference.com/cpp/numeric/gcd
lcmhttps://en.cppreference.com/cpp/numeric/lcm
Interpolationshttps://en.cppreference.com/cpp/numeric#Interpolation_operations
midpointhttps://en.cppreference.com/cpp/numeric/midpoint
lerphttps://en.cppreference.com/cpp/numeric/lerp
Generic numeric operationshttps://en.cppreference.com/cpp/numeric#Numeric_operations
iotahttps://en.cppreference.com/cpp/algorithm/iota
ranges::iotahttps://en.cppreference.com/cpp/algorithm/ranges/iota
accumulatehttps://en.cppreference.com/cpp/algorithm/accumulate
inner_producthttps://en.cppreference.com/cpp/algorithm/inner_product
adjacent_differencehttps://en.cppreference.com/cpp/algorithm/adjacent_difference
partial_sumhttps://en.cppreference.com/cpp/algorithm/partial_sum
reducehttps://en.cppreference.com/cpp/algorithm/reduce
transform_reducehttps://en.cppreference.com/cpp/algorithm/transform_reduce
inclusive_scanhttps://en.cppreference.com/cpp/algorithm/inclusive_scan
exclusive_scanhttps://en.cppreference.com/cpp/algorithm/exclusive_scan
transform_inclusive_scanhttps://en.cppreference.com/cpp/algorithm/transform_inclusive_scan
transform_exclusive_scanhttps://en.cppreference.com/cpp/algorithm/transform_exclusive_scan
C-style checked integer arithmetichttps://en.cppreference.com/cpp/numeric#Checked_integer_arithmetic
ckd_addhttps://en.cppreference.com/cpp/numeric/ckd_add
ckd_subhttps://en.cppreference.com/cpp/numeric/ckd_sub
ckd_mulhttps://en.cppreference.com/cpp/numeric/ckd_mul
[edit]https://cppreference.com/index.php?title=Template:cpp/numeric/navbar_content&action=edit
Member functionshttps://en.cppreference.com/cpp/numeric/valarray#Member_functions
valarray::valarrayhttps://en.cppreference.com/cpp/numeric/valarray/valarray
valarray::~valarrayhttps://en.cppreference.com/cpp/numeric/valarray/~valarray
valarray::operator=https://en.cppreference.com/cpp/numeric/valarray/operator%3D
valarray::operator[]https://en.cppreference.com/cpp/numeric/valarray/operator_at
valarray::swaphttps://en.cppreference.com/cpp/numeric/valarray/swap
valarray::sizehttps://en.cppreference.com/cpp/numeric/valarray/size
valarray::resizehttps://en.cppreference.com/cpp/numeric/valarray/resize
valarray::sumhttps://en.cppreference.com/cpp/numeric/valarray/sum
valarray::minhttps://en.cppreference.com/cpp/numeric/valarray/min
valarray::maxhttps://en.cppreference.com/cpp/numeric/valarray/max
valarray::shifthttps://en.cppreference.com/cpp/numeric/valarray/shift
valarray::cshifthttps://en.cppreference.com/cpp/numeric/valarray/cshift
valarray::applyhttps://en.cppreference.com/cpp/numeric/valarray/apply
valarray::beginhttps://en.cppreference.com/cpp/numeric/valarray/begin
valarray::endhttps://en.cppreference.com/cpp/numeric/valarray/end
valarray::operator+valarray::operator-valarray::operator~valarray::operator!https://en.cppreference.com/cpp/numeric/valarray/operator_arith
valarray::operator+=valarray::operator-=valarray::operator*=valarray::operator/=valarray::operator%=valarray::operator&=valarray::operator|=valarray::operator^=valarray::operator<<=valarray::operator>>=https://en.cppreference.com/cpp/numeric/valarray/operator_arith2
Non-member functionshttps://en.cppreference.com/cpp/numeric/valarray#Non-member_functions
operator*operator/operator%operator+operator-operator^operator&operator|operator<>operator&&operator||https://en.cppreference.com/cpp/numeric/valarray/operator_arith3
operator==operator!=operatoroperator<=operator>=https://en.cppreference.com/cpp/numeric/valarray/operator_cmp
swap(std::valarray)https://en.cppreference.com/cpp/numeric/valarray/swap2
abshttps://en.cppreference.com/cpp/numeric/valarray/abs
exphttps://en.cppreference.com/cpp/numeric/valarray/exp
loghttps://en.cppreference.com/cpp/numeric/valarray/log
log10https://en.cppreference.com/cpp/numeric/valarray/log10
powhttps://en.cppreference.com/cpp/numeric/valarray/pow
sqrthttps://en.cppreference.com/cpp/numeric/valarray/sqrt
sinhttps://en.cppreference.com/cpp/numeric/valarray/sin
coshttps://en.cppreference.com/cpp/numeric/valarray/cos
tanhttps://en.cppreference.com/cpp/numeric/valarray/tan
asinhttps://en.cppreference.com/cpp/numeric/valarray/asin
acoshttps://en.cppreference.com/cpp/numeric/valarray/acos
atanhttps://en.cppreference.com/cpp/numeric/valarray/atan
atan2https://en.cppreference.com/cpp/numeric/valarray/atan2
sinhhttps://en.cppreference.com/cpp/numeric/valarray/sinh
coshhttps://en.cppreference.com/cpp/numeric/valarray/cosh
tanhhttps://en.cppreference.com/cpp/numeric/valarray/tanh
Helper classeshttps://en.cppreference.com/cpp/numeric/valarray#Helper_classes
slice_arrayhttps://en.cppreference.com/cpp/numeric/valarray/slice_array
gslice_arrayhttps://en.cppreference.com/cpp/numeric/valarray/gslice_array
indirect_arrayhttps://en.cppreference.com/cpp/numeric/valarray/indirect_array
slicehttps://en.cppreference.com/cpp/numeric/valarray/slice
gslicehttps://en.cppreference.com/cpp/numeric/valarray/gslice
mask_arrayhttps://en.cppreference.com/cpp/numeric/valarray/mask_array
Deduction guideshttps://en.cppreference.com/cpp/numeric/valarray/deduction_guides
[edit]https://cppreference.com/index.php?title=Template:cpp/numeric/valarray/navbar_content&action=edit
https://en.cppreference.com/cpp/header/valarray
1 Template parametershttps://en.cppreference.com/cpp/numeric/valarray#Template_parameters
2 Member typeshttps://en.cppreference.com/cpp/numeric/valarray#Member_types
3 Member functionshttps://en.cppreference.com/cpp/numeric/valarray#Member_functions
4 Non-member functionshttps://en.cppreference.com/cpp/numeric/valarray#Non-member_functions
4.1 Exponential functionshttps://en.cppreference.com/cpp/numeric/valarray#Exponential_functions
4.2 Power functionshttps://en.cppreference.com/cpp/numeric/valarray#Power_functions
4.3 Trigonometric functionshttps://en.cppreference.com/cpp/numeric/valarray#Trigonometric_functions
4.4 Hyperbolic functionshttps://en.cppreference.com/cpp/numeric/valarray#Hyperbolic_functions
5 Helper classeshttps://en.cppreference.com/cpp/numeric/valarray#Helper_classes
6 Deduction guides(since C++17)https://en.cppreference.com/cpp/numeric/valarray#Deduction_guides(since_C++17)
7 Noteshttps://en.cppreference.com/cpp/numeric/valarray#Notes
8 Defect reportshttps://en.cppreference.com/cpp/numeric/valarray#Defect_reports
9 See alsohttps://en.cppreference.com/cpp/numeric/valarray#See_also
NumericTypehttps://en.cppreference.com/cpp/named_req/NumericType
mutable iteratorhttps://en.cppreference.com/cpp/iterator
LegacyRandomAccessIteratorhttps://en.cppreference.com/cpp/named_req/RandomAccessIterator
LegacyContiguousIteratorhttps://en.cppreference.com/cpp/named_req/ContiguousIterator
contiguous_iteratorhttps://en.cppreference.com/cpp/iterator/contiguous_iterator
constant iteratorhttps://en.cppreference.com/cpp/iterator
LegacyRandomAccessIteratorhttps://en.cppreference.com/cpp/named_req/RandomAccessIterator
LegacyContiguousIteratorhttps://en.cppreference.com/cpp/named_req/ContiguousIterator
contiguous_iteratorhttps://en.cppreference.com/cpp/iterator/contiguous_iterator
(constructor)https://en.cppreference.com/cpp/numeric/valarray/valarray
[edit]https://cppreference.com/index.php?title=Template:cpp/numeric/valarray/dsc_valarray&action=edit
(destructor)https://en.cppreference.com/cpp/numeric/valarray/~valarray
[edit]https://cppreference.com/index.php?title=Template:cpp/numeric/valarray/dsc_~valarray&action=edit
operator=https://en.cppreference.com/cpp/numeric/valarray/operator%3D
[edit]https://cppreference.com/index.php?title=Template:cpp/numeric/valarray/dsc_operator%3D&action=edit
operator[]https://en.cppreference.com/cpp/numeric/valarray/operator_at
[edit]https://cppreference.com/index.php?title=Template:cpp/numeric/valarray/dsc_operator_at&action=edit
operator+operator-operator~operator!https://en.cppreference.com/cpp/numeric/valarray/operator_arith
[edit]https://cppreference.com/index.php?title=Template:cpp/numeric/valarray/dsc_operator_arith&action=edit
operator+=operator-=operator*=operator/=operator%=operator&=operator|=operator^=operator<<=operator>>=https://en.cppreference.com/cpp/numeric/valarray/operator_arith2
[edit]https://cppreference.com/index.php?title=Template:cpp/numeric/valarray/dsc_operator_arith2&action=edit
swaphttps://en.cppreference.com/cpp/numeric/valarray/swap
[edit]https://cppreference.com/index.php?title=Template:cpp/numeric/valarray/dsc_swap&action=edit
sizehttps://en.cppreference.com/cpp/numeric/valarray/size
[edit]https://cppreference.com/index.php?title=Template:cpp/numeric/valarray/dsc_size&action=edit
resizehttps://en.cppreference.com/cpp/numeric/valarray/resize
[edit]https://cppreference.com/index.php?title=Template:cpp/numeric/valarray/dsc_resize&action=edit
sumhttps://en.cppreference.com/cpp/numeric/valarray/sum
[edit]https://cppreference.com/index.php?title=Template:cpp/numeric/valarray/dsc_sum&action=edit
minhttps://en.cppreference.com/cpp/numeric/valarray/min
[edit]https://cppreference.com/index.php?title=Template:cpp/numeric/valarray/dsc_min&action=edit
maxhttps://en.cppreference.com/cpp/numeric/valarray/max
[edit]https://cppreference.com/index.php?title=Template:cpp/numeric/valarray/dsc_max&action=edit
shifthttps://en.cppreference.com/cpp/numeric/valarray/shift
[edit]https://cppreference.com/index.php?title=Template:cpp/numeric/valarray/dsc_shift&action=edit
cshifthttps://en.cppreference.com/cpp/numeric/valarray/cshift
[edit]https://cppreference.com/index.php?title=Template:cpp/numeric/valarray/dsc_cshift&action=edit
applyhttps://en.cppreference.com/cpp/numeric/valarray/apply
[edit]https://cppreference.com/index.php?title=Template:cpp/numeric/valarray/dsc_apply&action=edit
beginhttps://en.cppreference.com/cpp/numeric/valarray/begin
[edit]https://cppreference.com/index.php?title=Template:cpp/numeric/valarray/dsc_begin&action=edit
endhttps://en.cppreference.com/cpp/numeric/valarray/end
[edit]https://cppreference.com/index.php?title=Template:cpp/numeric/valarray/dsc_end&action=edit
std::swap(std::valarray)https://en.cppreference.com/cpp/numeric/valarray/swap2
[edit]https://cppreference.com/index.php?title=Template:cpp/numeric/valarray/dsc_swap2&action=edit
operator+operator-operator*operator/operator%operator&operator|operator^operator<>operator&&operatorhttps://en.cppreference.com/cpp/numeric/valarray/operator_arith3
[edit]https://cppreference.com/index.php?title=Template:cpp/numeric/valarray/dsc_operator_arith3&action=edit
operator==operator!=operatoroperator>=https://en.cppreference.com/cpp/numeric/valarray/operator_cmp
[edit]https://cppreference.com/index.php?title=Template:cpp/numeric/valarray/dsc_operator_cmp&action=edit
abs(std::valarray)https://en.cppreference.com/cpp/numeric/valarray/abs
[edit]https://cppreference.com/index.php?title=Template:cpp/numeric/valarray/dsc_abs&action=edit
exp(std::valarray)https://en.cppreference.com/cpp/numeric/valarray/exp
[edit]https://cppreference.com/index.php?title=Template:cpp/numeric/valarray/dsc_exp&action=edit
log(std::valarray)https://en.cppreference.com/cpp/numeric/valarray/log
[edit]https://cppreference.com/index.php?title=Template:cpp/numeric/valarray/dsc_log&action=edit
log10(std::valarray)https://en.cppreference.com/cpp/numeric/valarray/log10
[edit]https://cppreference.com/index.php?title=Template:cpp/numeric/valarray/dsc_log10&action=edit
pow(std::valarray)https://en.cppreference.com/cpp/numeric/valarray/pow
[edit]https://cppreference.com/index.php?title=Template:cpp/numeric/valarray/dsc_pow&action=edit
sqrt(std::valarray)https://en.cppreference.com/cpp/numeric/valarray/sqrt
[edit]https://cppreference.com/index.php?title=Template:cpp/numeric/valarray/dsc_sqrt&action=edit
sin(std::valarray)https://en.cppreference.com/cpp/numeric/valarray/sin
[edit]https://cppreference.com/index.php?title=Template:cpp/numeric/valarray/dsc_sin&action=edit
cos(std::valarray)https://en.cppreference.com/cpp/numeric/valarray/cos
[edit]https://cppreference.com/index.php?title=Template:cpp/numeric/valarray/dsc_cos&action=edit
tan(std::valarray)https://en.cppreference.com/cpp/numeric/valarray/tan
[edit]https://cppreference.com/index.php?title=Template:cpp/numeric/valarray/dsc_tan&action=edit
asin(std::valarray)https://en.cppreference.com/cpp/numeric/valarray/asin
[edit]https://cppreference.com/index.php?title=Template:cpp/numeric/valarray/dsc_asin&action=edit
acos(std::valarray)https://en.cppreference.com/cpp/numeric/valarray/acos
[edit]https://cppreference.com/index.php?title=Template:cpp/numeric/valarray/dsc_acos&action=edit
atan(std::valarray)https://en.cppreference.com/cpp/numeric/valarray/atan
[edit]https://cppreference.com/index.php?title=Template:cpp/numeric/valarray/dsc_atan&action=edit
atan2(std::valarray)https://en.cppreference.com/cpp/numeric/valarray/atan2
[edit]https://cppreference.com/index.php?title=Template:cpp/numeric/valarray/dsc_atan2&action=edit
sinh(std::valarray)https://en.cppreference.com/cpp/numeric/valarray/sinh
[edit]https://cppreference.com/index.php?title=Template:cpp/numeric/valarray/dsc_sinh&action=edit
cosh(std::valarray)https://en.cppreference.com/cpp/numeric/valarray/cosh
[edit]https://cppreference.com/index.php?title=Template:cpp/numeric/valarray/dsc_cosh&action=edit
tanh(std::valarray)https://en.cppreference.com/cpp/numeric/valarray/tanh
[edit]https://cppreference.com/index.php?title=Template:cpp/numeric/valarray/dsc_tanh&action=edit
slicehttps://en.cppreference.com/cpp/numeric/valarray/slice
[edit]https://cppreference.com/index.php?title=Template:cpp/numeric/valarray/dsc_slice&action=edit
slice_arrayhttps://en.cppreference.com/cpp/numeric/valarray/slice_array
[edit]https://cppreference.com/index.php?title=Template:cpp/numeric/valarray/dsc_slice_array&action=edit
gslicehttps://en.cppreference.com/cpp/numeric/valarray/gslice
[edit]https://cppreference.com/index.php?title=Template:cpp/numeric/valarray/dsc_gslice&action=edit
gslice_arrayhttps://en.cppreference.com/cpp/numeric/valarray/gslice_array
[edit]https://cppreference.com/index.php?title=Template:cpp/numeric/valarray/dsc_gslice_array&action=edit
mask_arrayhttps://en.cppreference.com/cpp/numeric/valarray/mask_array
[edit]https://cppreference.com/index.php?title=Template:cpp/numeric/valarray/dsc_mask_array&action=edit
indirect_arrayhttps://en.cppreference.com/cpp/numeric/valarray/indirect_array
[edit]https://cppreference.com/index.php?title=Template:cpp/numeric/valarray/dsc_indirect_array&action=edit
Deduction guideshttps://en.cppreference.com/cpp/numeric/valarray/deduction_guides
restricthttps://en.cppreference.com/c/language/restrict
expression templateshttps://en.wikipedia.org/wiki/expression_templates
Intel Integrated Performance Primitiveshttps://software.intel.com/en-us/node/684140
Feature-testhttps://en.cppreference.com/cpp/utility/feature_test
__cpp_lib_valarrayhttps://en.cppreference.com/cpp/feature_test#cpp_lib_valarray
202511Lhttps://en.cppreference.com/cpp/compiler_support/26#cpp_lib_valarray_202511L
[1]https://en.cppreference.com/cpp/numeric/valarray#cite_note-1
https://en.cppreference.com/cpp/numeric/valarray#cite_ref-1
P3016R6https://wg21.link/P3016R6
P3016R6https://wg21.link/P3016R6
simd::basic_vechttps://en.cppreference.com/cpp/numeric/simd/basic_vec
[edit]https://cppreference.com/index.php?title=Template:cpp/numeric/simd/dsc_basic_vec&action=edit
simd::vechttps://en.cppreference.com/cpp/numeric/simd/basic_vec
[edit]https://cppreference.com/index.php?title=Template:cpp/numeric/simd/dsc_vec&action=edit
simd::basic_maskhttps://en.cppreference.com/index.php?title=cpp/numeric/simd/basic_mask&action=edit&redlink=1
[edit]https://cppreference.com/index.php?title=Template:cpp/numeric/simd/dsc_basic_mask&action=edit
simd::maskhttps://en.cppreference.com/index.php?title=cpp/numeric/simd/basic_mask&action=edit&redlink=1
[edit]https://cppreference.com/index.php?title=Template:cpp/numeric/simd/dsc_mask&action=edit
Categorieshttps://en.cppreference.com/Special:Categories
Pages using deprecated source tagshttps://en.cppreference.com/index.php?title=Category:Pages_using_deprecated_source_tags&action=edit&redlink=1
Pages using deprecated enclose attributeshttps://en.cppreference.com/index.php?title=Category:Pages_using_deprecated_enclose_attributes&action=edit&redlink=1
Support ushttp://www.cppreference.com/support
Recent changeshttps://en.cppreference.com/Special:RecentChanges
FAQhttps://en.cppreference.com/Cppreference:FAQ
Offline versionhttps://en.cppreference.com/Cppreference:Archives
https://en.cppreference.com/cpp/numeric/valarray
What links herehttps://en.cppreference.com/Special:WhatLinksHere/cpp/numeric/valarray
Related changeshttps://en.cppreference.com/Special:RecentChangesLinked/cpp/numeric/valarray
Upload filehttp://upload.cppreference.com/w/Special:Upload
Special pageshttps://en.cppreference.com/Special:SpecialPages
Printable versionjavascript:print();
Permanent linkhttps://en.cppreference.com/index.php?title=cpp/numeric/valarray&oldid=184480
Page informationhttps://en.cppreference.com/index.php?title=cpp/numeric/valarray&action=info
Deutschhttps://de.cppreference.com/cpp/numeric/valarray
Españolhttp://es.cppreference.com/cpp/numeric/valarray
Françaishttp://fr.cppreference.com/cpp/numeric/valarray
Italianohttp://it.cppreference.com/cpp/numeric/valarray
日本語http://ja.cppreference.com/cpp/numeric/valarray
Portuguêshttp://pt.cppreference.com/cpp/numeric/valarray
Русскийhttp://ru.cppreference.com/cpp/numeric/valarray
中文http://zh.cppreference.com/cpp/numeric/valarray

Viewport: width=1120

Robots: max-image-preview:standard


URLs of crawlers that visited me.