arrayOp.hh File Reference
Go to the source code of this file.
Namespaces | |
concepts | |
Basic namespace for Concepts-2. | |
std | |
Macros | |
#define | ArrayProduct_D 0 |
Functions | |
template<typename F > | |
concepts::Array< F > | std::abs (const concepts::Array< F > &a) |
Returns an array with the absolute values of array a . More... | |
void | concepts::chebychevPoints (concepts::Array< Real > &p) |
Zeros of Chebychev polynomials in [-1,1]. More... | |
template<class F , uint dim> | |
Array< F > | concepts::componentArray (const Array< Point< F, dim >> &a, uint i) |
Returns the component array of an array of vectors. More... | |
template<class F > | |
Array< F > | concepts::makeArray (std::initializer_list< F > list) |
Creates an array from a comma separated list of values. More... | |
template<typename F > | |
F | std::min (const concepts::Array< F > &a) |
Returns the minimal value in array a . More... | |
template<typename F > | |
F | std::product (const concepts::Array< F > &a) |
Returns the product of values in the array a . More... | |
template<typename F > | |
F | std::product (const concepts::Array< F > &a, uint j) |
Returns the product of values in the array a without index j . More... | |
template<typename F > | |
F | std::product (const concepts::Array< F > &a, uint j, uint k) |
Returns the product of values in the array a without indices j and k . More... | |
Detailed Description
Operation to arrays
Definition in file arrayOp.hh.
Macro Definition Documentation
◆ ArrayProduct_D
#define ArrayProduct_D 0 |
Definition at line 16 of file arrayOp.hh.