arrayOp.hh
Array< F > componentArray(const Array< Point< F, dim >> &a, uint i)
Returns the component array of an array of vectors.
Definition: arrayOp.hh:121
#define conceptsAssert(cond, exc)
Assert that a certain condition is fulfilled.
Definition: exceptions.hh:394
F product(const concepts::Array< F > &a)
Returns the product of values in the array a.
Definition: arrayOp.hh:23
void makeArray(const F &cell, const Array< Real > &p, G(F::*fun)(Real) const, Array< G > &array)
Creates an array array by applying an function fun of a cell cell for each value p.
Definition: arrays.hh:24
Definition: operations.hh:76
void chebychevPoints(concepts::Array< Real > &p)
Zeros of Chebychev polynomials in [-1,1].
Definition: arrayOp.hh:106