From bc5a3e8923cb8efedbbd5b88e212eb0e9009cf87 Mon Sep 17 00:00:00 2001 From: Thales Lima Oliveira Date: Thu, 5 Oct 2017 20:02:59 -0300 Subject: Add copyright on files and documentation update --- docs/doxygen/html/class_exponential.html | 30 ++++++++++++++++++++++-------- 1 file changed, 22 insertions(+), 8 deletions(-) (limited to 'docs/doxygen/html/class_exponential.html') diff --git a/docs/doxygen/html/class_exponential.html b/docs/doxygen/html/class_exponential.html index 833e923..c5a7707 100644 --- a/docs/doxygen/html/class_exponential.html +++ b/docs/doxygen/html/class_exponential.html @@ -21,6 +21,12 @@ + @@ -86,6 +92,11 @@ $(document).ready(function(){initNavTree('class_exponential.html','');});
Exponential Class Reference
+ +

Generates an output following an exponential function. \( output = A\cdot e^{B\cdot input} \). + More...

+ +

#include <Exponential.h>

Inheritance diagram for Exponential:
@@ -465,8 +476,11 @@ Additional Inherited Members  

Detailed Description

-
-

Definition at line 8 of file Exponential.h.

+

Generates an output following an exponential function. \( output = A\cdot e^{B\cdot input} \).

+
Author
Thales Lima Oliveira thale.nosp@m.s@uf.nosp@m.u.br
+
Date
05/10/2017
+ +

Definition at line 33 of file Exponential.h.

Member Function Documentation

◆ Contains()

@@ -502,7 +516,7 @@ Additional Inherited Members

Implements Element.

-

Definition at line 15 of file Exponential.h.

+

Definition at line 40 of file Exponential.h.

@@ -551,7 +565,7 @@ Additional Inherited Members

Reimplemented from Element.

-

Definition at line 17 of file Exponential.cpp.

+

Definition at line 34 of file Exponential.cpp.

@@ -583,7 +597,7 @@ Additional Inherited Members

Reimplemented from Element.

-

Definition at line 121 of file Exponential.cpp.

+

Definition at line 138 of file Exponential.cpp.

@@ -621,7 +635,7 @@ Additional Inherited Members

Implements Element.

-

Definition at line 16 of file Exponential.h.

+

Definition at line 41 of file Exponential.h.

@@ -659,7 +673,7 @@ Additional Inherited Members

Reimplemented from Element.

-

Definition at line 67 of file Exponential.cpp.

+

Definition at line 84 of file Exponential.cpp.

@@ -709,7 +723,7 @@ Additional Inherited Members

Reimplemented from Element.

-

Definition at line 56 of file Exponential.cpp.

+

Definition at line 73 of file Exponential.cpp.

-- cgit