Operation to arrays. More...


Go to the source code of this file.
Namespaces | |
| namespace | concepts |
Geometries and material constants for eddy current problems. | |
| namespace | std |
Defines | |
| #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. | |
| void | concepts::chebychevPoints (concepts::Array< Real > &p) |
| Zeros of Chebychev polynomials in [-1,1]. | |
| template<class F > | |
| Array< F > | concepts::makeArray (uint n, const F &first,...) |
| Creates an array of length from a comma separated list of values. | |
| template<typename F > | |
| F | std::min (const concepts::Array< F > &a) |
Returns the minimal value in array a. | |
| 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. | |
| 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. | |
| template<typename F > | |
| F | std::product (const concepts::Array< F > &a) |
Returns the product of values in the array a. | |
Operation to arrays.
Definition in file arrayOp.hh.
| #define ArrayProduct_D 0 |
Definition at line 12 of file arrayOp.hh.