The module best.core contains several C++/C and Fortran libraries that are interfaced via Python. We provide a brief description of this functionality here. The functions in best.core are used internally by the rest of the modules in best.
Latin hyper-cube sampling.
This is an interface to John Burkardt’s latin_center written in C++.
You should probably use the high-level class best.random.LatinHyperCubeDesign.
An interface to the LAPACK Fortan routine dggsvd which performs a Generalized Singular Value Decomposition .
You should probably use the high-level class best.linalg.GeneralizedSVD.