Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)

Namespaces | Defines | Functions
toolbox/arrayOp.hh File Reference

Operation to arrays. More...

#include <stdarg.h>
#include "toolbox/array.hh"
Include dependency graph for arrayOp.hh:
This graph shows which files directly or indirectly include this file:

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 >
std::min (const concepts::Array< F > &a)
 Returns the minimal value in array a.
template<typename 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 >
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 >
std::product (const concepts::Array< F > &a)
 Returns the product of values in the array a.

Detailed Description

Operation to arrays.

Definition in file arrayOp.hh.


Define Documentation

#define ArrayProduct_D   0

Definition at line 12 of file arrayOp.hh.


Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)