eisgenerator 1.0.x
|
Basic singular EIS data point. More...
#include <eistype.h>
Public Member Functions | |
DataPoint (std::complex< fvalue > imIn, fvalue omegaIn=0) | |
bool | operator< (const DataPoint &in) const |
bool | operator> (const DataPoint &in) const |
bool | operator== (const DataPoint &in) const |
DataPoint | operator- (const DataPoint &in) const |
DataPoint | operator+ (const DataPoint &in) const |
DataPoint | operator/ (fvalue in) const |
DataPoint | operator* (fvalue in) const |
DataPoint | operator/= (fvalue in) |
fvalue | complexVectorLength () const |
Calculates the absolute value of the complex impedance. | |
Public Attributes | |
std::complex< fvalue > | im |
Complex impedance. | |
fvalue | omega |
Frequency of the complex impedance. | |
Basic singular EIS data point.
|
inline |
Calculates the absolute value of the complex impedance.
References im.