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

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

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

std::size_t Dune::XT::Common::MinMaxAvg::count() const

No documentation provided.

ElementType Dune::XT::Common::MinMaxAvg::sum() const

No documentation provided.

ElementType Dune::XT::Common::MinMaxAvg::min() const

No documentation provided.

ElementType Dune::XT::Common::MinMaxAvg::max() const

No documentation provided.

ElementType Dune::XT::Common::MinMaxAvg::average() const

No documentation provided.

void Dune::XT::Common::MinMaxAvg::operator()(const ElementType &el)

No documentation provided.

void Dune::XT::Common::MinMaxAvg::output(std::ostream &stream) const

No documentation provided.

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

No documentation provided.

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

No documentation provided.

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

No documentation provided.

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

No documentation provided.