omni::math::summation
NAME

omni::math::summation

A function of omni::math

#include <omni/math.hpp>
template < typename T > inline T omni::math::summation(T index, T end, const omni::delegate1<T, T>& sum)


OVERLOADS

template < typename T > inline T omni::math::summation(T index, T end, const omni::delegate1<T, T>& sum, const omni::delegate1<bool, T>& break_cond)

SYNOPSIS

No synopsis.

top

DESCRIPTION

No description.

top