#include <OpenTissue/configuration.h>
#include <OpenTissue/core/math/big/big_svd_impl1.h>
#include <OpenTissue/core/math/big/big_types.h>
#include <OpenTissue/core/math/math_value_traits.h>
#include <boost/cast.hpp>
#include <cmath>
#include <stdexcept>
Go to the source code of this file.
Namespaces | |
namespace | OpenTissue |
namespace | OpenTissue::math |
namespace | OpenTissue::math::big |
Functions | |
template<typename ME > | |
void | OpenTissue::math::big::svd (ublas::matrix_expression< ME > const &A, ublas::matrix< typename ME::value_type > &U, ublas::vector< typename ME::value_type > &s, ublas::matrix< typename ME::value_type > &V) |
template<typename matrix_type , typename vector_type > | |
void | OpenTissue::math::big::svd (matrix_type const &A, vector_type &x, vector_type const &b) |
template<class matrix_type > | |
void | OpenTissue::math::big::svd_invert (matrix_type const &A, matrix_type &invA) |