#include <OpenTissue/configuration.h>
#include <OpenTissue/core/math/big/big_types.h>
Go to the source code of this file.
Namespaces | |
namespace | OpenTissue |
namespace | OpenTissue::math |
namespace | OpenTissue::math::optimization |
Functions | |
template<typename T > | |
void | OpenTissue::math::optimization::perturbation (boost::numeric::ublas::vector< T > &y, T const &lambda, ublas::compressed_matrix< T > const &A, ublas::vector< T > const &b, ublas::compressed_matrix< T > &A_prime, ublas::vector< T > &b_prime) |