Class documentation of Concepts

Loading...
Searching...
No Matches
alglib::complex Class Reference

Public Member Functions

 complex (const double &_x)
 
 complex (const double &_x, const double &_y)
 
 complex (const complex &z)
 
complexoperator= (const double &v)
 
complexoperator+= (const double &v)
 
complexoperator-= (const double &v)
 
complexoperator*= (const double &v)
 
complexoperator/= (const double &v)
 
complexoperator= (const complex &z)
 
complexoperator+= (const complex &z)
 
complexoperator-= (const complex &z)
 
complexoperator*= (const complex &z)
 
complexoperator/= (const complex &z)
 
alglib_impl::ae_complexc_ptr ()
 
const alglib_impl::ae_complexc_ptr () const
 
std::string tostring (int dps) const
 

Public Attributes

double x
 
double y
 

Detailed Description

Definition at line 992 of file ap.h.

Member Data Documentation

◆ x

double alglib::complex::x

Definition at line 1017 of file ap.h.

◆ y

double alglib::complex::y

Definition at line 1017 of file ap.h.


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