|
PLaSK library
|
Gradient data structure (cos² and cos·sin) More...
#include <solvers/optical/modal/fourier/expansion3d.hpp>
Classes | |
| struct | Vertex |
Public Member Functions | |
| Gradient (const Gradient &)=default | |
| Gradient (double c2, double cs) | |
| Gradient (const Vec< 2 > &norm) | |
| Gradient & | operator= (const Gradient &norm)=default |
| Gradient & | operator= (const Vec< 2 > &norm) |
| Gradient | operator* (double f) const |
| Gradient | operator/ (double f) const |
| Gradient & | operator+= (const Gradient &norm) |
| Gradient & | operator*= (double f) |
| Gradient & | operator/= (double f) |
| bool | isnan () const |
Public Attributes | |
| dcomplex | c2 |
| dcomplex | cs |
Gradient data structure (cos² and cos·sin)
Definition at line 104 of file expansion3d.hpp.
Definition at line 108 of file expansion3d.hpp.
Definition at line 109 of file expansion3d.hpp.
|
inline |
Definition at line 123 of file expansion3d.hpp.
Definition at line 117 of file expansion3d.hpp.
Definition at line 120 of file expansion3d.hpp.
|
inline |
Definition at line 119 of file expansion3d.hpp.
Definition at line 118 of file expansion3d.hpp.
Definition at line 121 of file expansion3d.hpp.
|
default |
|
inline |
Definition at line 111 of file expansion3d.hpp.
| dcomplex plask::optical::modal::ExpansionPW3D::Gradient::c2 |
Definition at line 106 of file expansion3d.hpp.
| dcomplex plask::optical::modal::ExpansionPW3D::Gradient::cs |
Definition at line 106 of file expansion3d.hpp.