oILAB
Loading...
Searching...
No Matches
gbLAB::Exponential Class Reference

#include <Function.h>

+ Inheritance diagram for gbLAB::Exponential:

Public Member Functions

 Exponential (const Eigen::Vector< double, Eigen::Dynamic > &_x)
 
std::complex< double > operator() (const Eigen::Vector< double, Eigen::Dynamic > &vec) const
 
- Public Member Functions inherited from gbLAB::Function< Exponential, std::complex< double > >
 Function (double _domainSize=std::numeric_limits< double >::infinity())
 
std::complex< double > operator() (const Eigen::Vector< double, Eigen::Dynamic > &vec) const
 

Private Attributes

const Eigen::Vector< double, Eigen::Dynamic > & x
 

Additional Inherited Members

- Data Fields inherited from gbLAB::Function< Exponential, std::complex< double > >
double domainSize
 

Detailed Description

Definition at line 39 of file Function.h.

Constructor & Destructor Documentation

◆ Exponential()

gbLAB::Exponential::Exponential ( const Eigen::Vector< double, Eigen::Dynamic > &  _x)
explicit

Definition at line 73 of file FunctionImplementation.h.

Member Function Documentation

◆ operator()()

std::complex< double > gbLAB::Exponential::operator() ( const Eigen::Vector< double, Eigen::Dynamic > &  vec) const

Definition at line 74 of file FunctionImplementation.h.

Field Documentation

◆ x

const Eigen::Vector<double,Eigen::Dynamic>& gbLAB::Exponential::x
private

Definition at line 42 of file Function.h.


The documentation for this class was generated from the following files: