arrayOp.hh File Reference

#include <stdarg.h>
#include <initializer_list>
#include "toolbox/array.hh"

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

Page URL: http://wiki.math.ethz.ch/bin/view/Concepts/WebHome
21 August 2020
© 2020 Eidgenössische Technische Hochschule Zürich