<!--
This file is generated by a tool. Do not edit directly.
For open-source contributions the docs will be updated automatically.
-->

*Last updated: 2023-03-16.*

<div itemscope itemtype="http://developers.google.com/ReferenceObject">
<meta itemprop="name" content="tf_quant_finance.math.pde" />
<meta itemprop="path" content="Stable" />
</div>

# Module: tf_quant_finance.math.pde

<!-- Insert buttons and diff -->

<table class="tfo-notebook-buttons tfo-api" align="left">
</table>

<a target="_blank" href="https://github.com/paolodelia99/tf-quant-finance/blob/main/tf_quant_finance/math/pde/__init__.py">View source</a>



PDE solver methods.



## Modules

[`boundary_conditions`](../../tf_quant_finance/math/pde/boundary_conditions.md) module: Helper functions to construct boundary conditions of PDEs.

[`fd_solvers`](../../tf_quant_finance/math/pde/fd_solvers.md) module: Functions for solving linear parabolic PDEs.

[`grids`](../../tf_quant_finance/math/pde/grids.md) module: Functions to create grids suitable for PDE pricing.

[`steppers`](../../tf_quant_finance/math/pde/steppers.md) module: Steppers for PDE solvers.

