API Reference#
Purpose#
pypcga is an open-source, and object-oriented library that provides a user friendly implementation of the Principal Component Geostatistical Approach for large-scale inversion.
The original code has been written by Jonghyun Harry Lee.
See: https://github.com/jonghyunharrylee/pyPCGA
The following functionalities are directly provided on module-level.
Classes#
|
Solve inverse problem with PCGA (approx to quasi-linear method) |
Utilitary functions#
|
Return the dot products for multiple vectors. |
|
Randomized Eigen Value Decomposition (EVD). |
|
Returns QR decomposition of Z with Q*AQ = I. |