Home
last modified time | relevance | path

Searched refs:svd_dc (Results 1 – 12 of 12) sorted by relevance

/dports/math/armadillo/armadillo-10.7.1/include/armadillo_bits/
H A Dfn_svd.hpp41 const bool status = auxlib::svd_dc(S, A); in svd()
74 const bool status = auxlib::svd_dc(out, A); in svd()
117 const bool status = (sig == 'd') ? auxlib::svd_dc(U, S, V, A) : auxlib::svd(U, S, V, A); in svd()
H A Dop_orth_null_meat.hpp65 const bool status = auxlib::svd_dc(U, s, V, A); in apply_direct()
141 const bool status = auxlib::svd_dc(U, s, V, A); in apply_direct()
H A Dfn_rank.hpp45 const bool status = auxlib::svd_dc(s, A); in rank()
H A Dop_cond_meat.hpp38 const bool status = auxlib::svd_dc(S, A); in cond()
H A Dauxlib_bones.hpp230 inline static bool svd_dc(Col<eT>& S, Mat<eT>& A);
233 inline static bool svd_dc(Col<T>& S, Mat< std::complex<T> >& A);
237 inline static bool svd_dc(Mat<eT>& U, Col<eT>& S, Mat<eT>& V, Mat<eT>& A);
240 …inline static bool svd_dc(Mat< std::complex<T> >& U, Col<T>& S, Mat< std::complex<T> >& V, Mat< st…
H A Dauxlib_meat.hpp3666 auxlib::svd_dc(Col<eT>& S, Mat<eT>& A) in svd_dc() function in auxlib
3734 auxlib::svd_dc(Col<T>& S, Mat< std::complex<T> >& A) in svd_dc() function in auxlib
3805 auxlib::svd_dc(Mat<eT>& U, Col<eT>& S, Mat<eT>& V, Mat<eT>& A) in svd_dc() function in auxlib
3887 auxlib::svd_dc(Mat< std::complex<T> >& U, Col<T>& S, Mat< std::complex<T> >& V, Mat< std::complex<T… in svd_dc() function in auxlib
/dports/math/R-cran-RcppArmadillo/RcppArmadillo/inst/include/armadillo_bits/
H A Dfn_svd.hpp41 const bool status = auxlib::svd_dc(S, A); in svd()
74 const bool status = auxlib::svd_dc(out, A); in svd()
117 const bool status = (sig == 'd') ? auxlib::svd_dc(U, S, V, A) : auxlib::svd(U, S, V, A); in svd()
H A Dop_orth_null_meat.hpp65 const bool status = auxlib::svd_dc(U, s, V, A); in apply_direct()
141 const bool status = auxlib::svd_dc(U, s, V, A); in apply_direct()
H A Dfn_rank.hpp45 const bool status = auxlib::svd_dc(s, A); in rank()
H A Dop_cond_meat.hpp38 const bool status = auxlib::svd_dc(S, A); in cond()
H A Dauxlib_bones.hpp230 inline static bool svd_dc(Col<eT>& S, Mat<eT>& A);
233 inline static bool svd_dc(Col<T>& S, Mat< std::complex<T> >& A);
237 inline static bool svd_dc(Mat<eT>& U, Col<eT>& S, Mat<eT>& V, Mat<eT>& A);
240 …inline static bool svd_dc(Mat< std::complex<T> >& U, Col<T>& S, Mat< std::complex<T> >& V, Mat< st…
H A Dauxlib_meat.hpp3666 auxlib::svd_dc(Col<eT>& S, Mat<eT>& A) in svd_dc() function in auxlib
3734 auxlib::svd_dc(Col<T>& S, Mat< std::complex<T> >& A) in svd_dc() function in auxlib
3805 auxlib::svd_dc(Mat<eT>& U, Col<eT>& S, Mat<eT>& V, Mat<eT>& A) in svd_dc() function in auxlib
3887 auxlib::svd_dc(Mat< std::complex<T> >& U, Col<T>& S, Mat< std::complex<T> >& V, Mat< std::complex<T… in svd_dc() function in auxlib