|
Jet
v1.3.3
|
Linear system (Ax=b) for 2-D finite differencing. More...
#include <jet/fdm_linear_system2.h>
Public Member Functions | |
| void | clear () |
| Clears all the data. More... | |
| void | resize (const Size2 &size) |
| Resizes the arrays with given grid size. More... | |
Public Attributes | |
| FdmMatrix2 | A |
| System matrix. More... | |
| FdmVector2 | x |
| Solution vector. More... | |
| FdmVector2 | b |
| RHS vector. More... | |
Linear system (Ax=b) for 2-D finite differencing.
| void jet::FdmLinearSystem2::clear | ( | ) |
Clears all the data.
| void jet::FdmLinearSystem2::resize | ( | const Size2 & | size | ) |
Resizes the arrays with given grid size.
| FdmMatrix2 jet::FdmLinearSystem2::A |
System matrix.
| FdmVector2 jet::FdmLinearSystem2::b |
RHS vector.
| FdmVector2 jet::FdmLinearSystem2::x |
Solution vector.
1.8.18