#include <OpenTissue/configuration.h>
#include <OpenTissue/core/math/big/big_types.h>
#include <OpenTissue/core/math/big/big_lu.h>
#include <OpenTissue/core/math/big/big_svd.h>
#include <boost/cast.hpp>
#include <stdexcept>
Go to the source code of this file.
Namespaces | |
namespace | OpenTissue |
namespace | OpenTissue::math |
namespace | OpenTissue::math::big |
Functions | |
template<class matrix_type , typename invert_functor > | |
void | OpenTissue::math::big::moore_penrose_pseudoinverse (matrix_type const &A, matrix_type &invA, invert_functor const &invert) |
template<class matrix_type > | |
void | OpenTissue::math::big::lu_moore_penrose_pseudoinverse (matrix_type const &A, matrix_type &invA) |
template<class matrix_type > | |
void | OpenTissue::math::big::svd_moore_penrose_pseudoinverse (matrix_type const &A, matrix_type &invA) |