la_solve¶
-
dolfin.cpp.la.la_solve()¶ Solve linear system Ax = b.
Parameters: - GenericLinearOperator & A (const) –
- & x (GenericVector) –
- GenericVector & b (const) –
- method (std::string) –
- preconditioner (std::string) –
Return type: std::size_t
dolfin.cpp.la.la_solve()¶Solve linear system Ax = b.
| Parameters: |
|
|---|---|
| Return type: | std::size_t |