|
| subroutine | biorthogonalize_single_1d (vout, vin, win, weight_fun) |
| | Biorthogonalize a B-spline function with respect to another B-spline function.
|
| |
◆ biorthogonalize_single_1d()
Biorthogonalize a B-spline function with respect to another B-spline function.
vout <- vout - ( <vout, win> / <vin, win> ) * vin
such that <vout, win> = 0
- Parameters
-
| [in,out] | vout | The biorthogonalized B-spline function |
| [in] | vin | The B-spline function to biorthogonalize with |
| [in] | win | The B-spline function to biorthogonalize against |
| [in] | weight_fun | _(optional)_ The weight function defining the inner product |
The documentation for this interface was generated from the following file:
- /builds/rwr/bspline_feec/src/bspline/m_bspline_linalg.f90