This is a local implementation of a minimal "complex number" class, for internal use only. More...
Public Member Functions | |
| vnl_rnpoly_solve_cmplx (double a=0, double b=0) | |
| double | norm () const |
| vnl_rnpoly_solve_cmplx | operator- () const |
| vnl_rnpoly_solve_cmplx | operator+ (vnl_rnpoly_solve_cmplx const &Y) const |
| vnl_rnpoly_solve_cmplx | operator- (vnl_rnpoly_solve_cmplx const &Y) const |
| vnl_rnpoly_solve_cmplx & | operator+= (vnl_rnpoly_solve_cmplx const &Y) |
| vnl_rnpoly_solve_cmplx & | operator-= (vnl_rnpoly_solve_cmplx const &Y) |
| vnl_rnpoly_solve_cmplx | operator * (vnl_rnpoly_solve_cmplx const &Y) const |
| vnl_rnpoly_solve_cmplx | operator/ (vnl_rnpoly_solve_cmplx const &Y) const |
| vnl_rnpoly_solve_cmplx | operator * (double T) const |
| vnl_rnpoly_solve_cmplx & | operator *= (double T) |
| vnl_rnpoly_solve_cmplx & | operator *= (vnl_rnpoly_solve_cmplx const &Y) |
| vnl_rnpoly_solve_cmplx & | operator/= (vnl_rnpoly_solve_cmplx const &Y) |
Public Attributes | |
| double | R |
| double | C |
This is a local implementation of a minimal "complex number" class, for internal use only.
Definition at line 18 of file vnl_rnpoly_solve.cxx.
|
inline |
Definition at line 23 of file vnl_rnpoly_solve.cxx.
|
inline |
Definition at line 24 of file vnl_rnpoly_solve.cxx.
|
inline |
Definition at line 35 of file vnl_rnpoly_solve.cxx.
|
inline |
Definition at line 39 of file vnl_rnpoly_solve.cxx.
|
inline |
Definition at line 41 of file vnl_rnpoly_solve.cxx.
|
inline |
Definition at line 43 of file vnl_rnpoly_solve.cxx.
|
inline |
Definition at line 27 of file vnl_rnpoly_solve.cxx.
|
inline |
Definition at line 31 of file vnl_rnpoly_solve.cxx.
|
inline |
Definition at line 25 of file vnl_rnpoly_solve.cxx.
|
inline |
Definition at line 29 of file vnl_rnpoly_solve.cxx.
|
inline |
Definition at line 33 of file vnl_rnpoly_solve.cxx.
|
inline |
Definition at line 37 of file vnl_rnpoly_solve.cxx.
|
inline |
Definition at line 45 of file vnl_rnpoly_solve.cxx.
| double vnl_rnpoly_solve_cmplx::C |
Definition at line 22 of file vnl_rnpoly_solve.cxx.
| double vnl_rnpoly_solve_cmplx::R |
Definition at line 21 of file vnl_rnpoly_solve.cxx.
1.8.15