Krita Source Code Documentation
Loading...
Searching...
No Matches
gauss.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 1982 Donald H. House <x@unknown.com>
3 * SPDX-FileCopyrightText: 1989 Robert Allen <x@unknown.com>
4 *
5 * SPDX-License-Identifier: GPL-2.0-or-later
6 */
7#ifndef _GAUSS_H_
8#define _GAUSS_H_
9
10class gauss
11{
12public:
25 static double gaussian(double, double, int);
26};
27
28#endif
Definition gauss.h:11
static double gaussian(double, double, int)
Definition gauss.cpp:20