Class template Dune::XT::Common::MinMaxAvg

template<class ElementType>
class Dune::XT::Common::MinMaxAvg<ElementType>

a vector wrapper for continuously updating min,max,avg of some element type vector

Method Dune::XT::Common::MinMaxAvg::count

template<class ElementType>
std::size_t Dune::XT::Common::MinMaxAvg<ElementType>::count() const

No documentation provided.

Method Dune::XT::Common::MinMaxAvg::sum

template<class ElementType>
ElementType Dune::XT::Common::MinMaxAvg<ElementType>::sum() const

No documentation provided.

Method Dune::XT::Common::MinMaxAvg::min

template<class ElementType>
ElementType Dune::XT::Common::MinMaxAvg<ElementType>::min() const

No documentation provided.

Method Dune::XT::Common::MinMaxAvg::max

template<class ElementType>
ElementType Dune::XT::Common::MinMaxAvg<ElementType>::max() const

No documentation provided.

Method Dune::XT::Common::MinMaxAvg::average

template<class ElementType>
ElementType Dune::XT::Common::MinMaxAvg<ElementType>::average() const

No documentation provided.

Method Dune::XT::Common::MinMaxAvg::operator()

template<class ElementType>
void Dune::XT::Common::MinMaxAvg<ElementType>::operator()(const ElementType &el)

No documentation provided.

Method Dune::XT::Common::MinMaxAvg::output

template<class ElementType>
void Dune::XT::Common::MinMaxAvg<ElementType>::output(std::ostream &stream) const

No documentation provided.

Constructor Dune::XT::Common::MinMaxAvg::MinMaxAvg<ElementType>

template<>
template<class ElementType>
Dune::XT::Common::MinMaxAvg<ElementType>::MinMaxAvg<ElementType>() = default

No documentation provided.

Field Dune::XT::Common::MinMaxAvg::acc_

int Dune::XT::Common::MinMaxAvg::acc_

No documentation provided.

Type alias Dune::XT::Common::MinMaxAvg::ThisType

type Dune::XT::Common::MinMaxAvg::ThisType

No documentation provided.

Function template Dune::XT::Common::MinMaxAvg::MinMaxAvg<ElementType>

template<class ElementType>
template<class stl_container_type>
explicit Dune::XT::Common::MinMaxAvg<ElementType>::MinMaxAvg<ElementType>(const stl_container_type &elements)

No documentation provided.