The Parametric Pseudo-Manifold (PPS) Library 1.0
|
Definition of the class LUdcmp, which represents a linear system solver based on LU decomposition. This class is basically a wrapper for the LU decomposition code described in the following book: More...
#include <vector>
Go to the source code of this file.
Classes | |
class | pps::LUdcmp |
This class represents a linear system solver based on LU decomposition. More... | |
Namespaces | |
namespace | pps |
The namespace pps contains the definition and implementation of all classes of the open source library Parametric Pseudo-Surface (PPS). |
Definition of the class LUdcmp, which represents a linear system solver based on LU decomposition. This class is basically a wrapper for the LU decomposition code described in the following book:
William H. Press; Saul. A. Teukolsky; William T. Vetterling; Brian P. Flannery. Numerical Recipes in C: The Art of Scientific Computing. Second Edition, Cambridge University Press, 1992.
Definition in file ludcmp.h.