Namespaces | Functions

/home/hauberg/Dokumenter/Capture/humim-tracker-0.1/src/OpenTissue/OpenTissue/core/math/big/big_svd_impl_atlas.h File Reference

#include <OpenTissue/configuration.h>
#include <boost/numeric/bindings/traits/ublas_matrix.hpp>
#include <boost/numeric/bindings/traits/ublas_vector.hpp>
#include <boost/numeric/bindings/traits/ublas_symmetric.hpp>
#include <boost/numeric/bindings/lapack/gesvd.hpp>
#include <OpenTissue/core/math/big/big_types.h>
#include <stdexcept>

Go to the source code of this file.

Namespaces

namespace  OpenTissue
namespace  OpenTissue::math
namespace  OpenTissue::math::big
namespace  OpenTissue::math::big::details

Functions

template<typename ME >
void OpenTissue::math::big::details::svd_impl_atlas (ublas::matrix_expression< ME > const &A, ublas::matrix< typename ME::value_type, ublas::column_major > &U, ublas::vector< typename ME::value_type > &s, ublas::matrix< typename ME::value_type, ublas::column_major > &VT)