Home
last modified time | relevance | path

Searched refs:gelsd (Results 1 – 23 of 23) sorted by relevance

/dports/science/siconos/siconos-4.4.0/externals/numeric_bindings/libs/numeric/bindings/tools/templates/driver/
H A Dgelsd.hpp1 $TEMPLATE[gelsd.includes]
3 $TEMPLATE[gelsd.complex.min_size_rwork.args]
5 $TEMPLATE[gelsd.all.extra_variables]
7 $TEMPLATE[gelsd.all.extra_opt_variables]
9 $TEMPLATE[gelsd.all.MINMN.init]
11 $TEMPLATE[gelsd.all.SMLSIZ.init]
13 $TEMPLATE[gelsd.all.NLVL.init]
20 $TEMPLATE[gelsd.complex.min_size_work]
24 $TEMPLATE[gelsd.all.min_size_iwork]
28 $TEMPLATE[gelsd.real.min_size_work]
[all …]
/dports/science/siconos/siconos-4.4.0/externals/numeric_bindings/libs/numeric/bindings/doc/lapack/driver/
H A Dgelsd.qbk7 [section gelsd]
10 There are two prototypes of `gelsd` available, please see below.
12 gelsd( MatrixA& a, MatrixB& b, VectorS& s, const Scalar >,
17 gelsd( const MatrixA& a, MatrixB& b, VectorS& s, const Scalar >,
24 `gelsd` (short for $FRIENDLY_NAME) provides a C++
26 `gelsd` computes the minimum-norm solution to a real linear least
63 [table Dispatching of gelsd
74 Defined in header [headerref boost/numeric/bindings/lapack/driver/gelsd.hpp].
95 #include <boost/numeric/bindings/lapack/driver/gelsd.hpp>
98 lapack::gelsd( x, y, z );
/dports/math/xtensor-blas/xtensor-blas-0.20.0/include/xflens/cxxlapack/interface/
H A Dgelsd.h42 gelsd(IndexType m,
58 gelsd(IndexType m,
74 gelsd(IndexType m,
91 gelsd(IndexType m,
H A Dgelsd.tcc44 gelsd(IndexType m, in gelsd() function
85 gelsd(IndexType m, in gelsd() function
126 gelsd(IndexType m, in gelsd() function
169 gelsd(IndexType m, in gelsd() function
/dports/science/siconos/siconos-4.4.0/externals/numeric_bindings/libs/numeric/bindings/lapack/test/
H A Dublas_gelsd.cpp258 err += lapack::gelsd(optimalmat, optimalvec, s, rcond, rank, lapack::optimal_workspace()); in test_square_gelsd()
265 err += lapack::gelsd(minimalmat, minimalvec, s, rcond, rank, lapack::minimal_workspace()); in test_square_gelsd()
319 err += lapack::gelsd(optimalmat, optimalvec, s, rcond, rank, lapack::optimal_workspace()); in test_under_gelsd()
326 err += lapack::gelsd(minimalmat, minimalvec, s, rcond, rank, lapack::minimal_workspace()); in test_under_gelsd()
380 err += lapack::gelsd(optimalmat, optimalvec, s, rcond, rank, lapack::optimal_workspace()); in test_over_gelsd()
387 err += lapack::gelsd(minimalmat, minimalvec, s, rcond, rank, lapack::minimal_workspace()); in test_over_gelsd()
444 err += lapack::gelsd(optimalmat, optimalvec, s, rcond, rank, lapack::optimal_workspace()); in test_multiple_gelsd()
451 err += lapack::gelsd(minimalmat, minimalvec, s, rcond, rank, lapack::minimal_workspace()); in test_multiple_gelsd()
/dports/science/siconos/siconos-4.4.0/externals/numeric_bindings/boost/numeric/bindings/lapack/driver/
H A Dgelsd.hpp58 inline std::ptrdiff_t gelsd( const fortran_int_t m, const fortran_int_t n, in gelsd() function
74 inline std::ptrdiff_t gelsd( const fortran_int_t m, const fortran_int_t n, in gelsd() function
90 inline std::ptrdiff_t gelsd( const fortran_int_t m, const fortran_int_t n, in gelsd() function
107 inline std::ptrdiff_t gelsd( const fortran_int_t m, const fortran_int_t n, in gelsd() function
188 return detail::gelsd( bindings::size_row(a), bindings::size_column(a), in invoke()
246 detail::gelsd( bindings::size_row(a), bindings::size_column(a), in invoke()
339 return detail::gelsd( bindings::size_row(a), bindings::size_column(a), in invoke()
402 detail::gelsd( bindings::size_row(a), bindings::size_column(a), in invoke()
465 gelsd( MatrixA& a, MatrixB& b, VectorS& s, in gelsd() function
480 gelsd( MatrixA& a, MatrixB& b, VectorS& s, in gelsd() function
/dports/math/libflame/libflame-5.2.0/src/map/lapack2flamec/
H A DFLA_gelsd.c55 int F77_ ## prefix ## gelsd( int* m, \
108 int F77_ ## prefix ## gelsd( int* m, \
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/contrib/utilities/lapack_templates_data/
H A Dlapack_subroutines3 gelsd
/dports/math/xtensor-blas/xtensor-blas-0.20.0/include/xtensor-blas/
H A Dxlapack.hpp813 int gelsd(E& A, F& b, S& s, blas_index_t& rank, double rcond) in gelsd() function
828 int info = cxxlapack::gelsd<blas_index_t>( in gelsd()
852 info = cxxlapack::gelsd<blas_index_t>( in gelsd()
872 int gelsd(E& A, F& b, S& s, blas_index_t& rank, double rcond = -1) in gelsd() function
884 int info = cxxlapack::gelsd<blas_index_t>( in gelsd()
910 info = cxxlapack::gelsd<blas_index_t>( in gelsd()
H A Dxlinalg.hpp1626 lapack::gelsd(dA, db, s, rank, rcond); in lstsq()
/dports/math/libflame/libflame-5.2.0/docs/libflame/figs/
H A D40-lapack2flame-indirect.tex57 {\tt ?gelsd()}
/dports/science/siconos/siconos-4.4.0/externals/numeric_bindings/libs/numeric/bindings/doc/lapack/
H A Ddriver.qbk18 [include driver/gelsd.qbk]
/dports/math/lapack95/LAPACK95/EXAMPLES2/Old000807/
H A Dgelsdet.base3 @ROUT gelsd
/dports/science/py-scipy/scipy-1.7.1/scipy/linalg/
H A Dflapack_gen.pyf.src796 subroutine <prefix2>gelsd(m,n,minmn,maxmn,nrhs,a,b,s,cond,r,work,lwork,size_iwork,iwork,info)
826 end subroutine <prefix2>gelsd
832 fortranname <prefix2>gelsd
856 subroutine <prefix2c>gelsd(m,n,minmn,maxmn,nrhs,a,b,s,cond,r,work,lwork,size_rwork,rwork, size_iwor…
889 end subroutine <prefix2c>gelsd
895 fortranname <prefix2c>gelsd
/dports/science/py-scipy/scipy-1.7.1/scipy/linalg/tests/
H A Dtest_lapack.py253 gelsd, gelsd_lwork = get_lapack_funcs(('gelsd', 'gelsd_lwork'),
267 x, s, rank, info = gelsd(a1, b1, lwork, iwork_size,
282 gelsd, gelsd_lwork = get_lapack_funcs(('gelsd', 'gelsd_lwork'),
297 x, s, rank, info = gelsd(a1, b1, lwork, rwork_size, iwork_size,
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/include/deal.II/lac/
H A Dlapack_templates.h2062 gelsd(const dealii::types::blas_int *, in gelsd() function
2083 gelsd(const dealii::types::blas_int *m, in gelsd() function
2122 gelsd(const dealii::types::blas_int *m, in gelsd() function
2161 gelsd(const dealii::types::blas_int *m, in gelsd() function
2216 gelsd(const dealii::types::blas_int *m, in gelsd() function
/dports/science/siconos/siconos-4.4.0/externals/numeric_bindings/libs/numeric/bindings/doc/html/
H A Dstandalone_HTML.manifest175 boost_numeric_bindings/reference/lapack/driver_routines/gelsd.html
/dports/science/py-scipy/scipy-1.7.1/doc/release/
H A D0.17.0-notes.rst144 LAPACK's function ``*gelsd``. Users wanting to get the previous behavior
146 "gelss", "gelsd" and "gelsy").
H A D0.16.0-notes.rst62 ``*gelsd`` and ``*gelsy``.
596 …s://github.com/scipy/scipy/pull/4661>`__: Clean, rebase of #4478, adding ?gelsy and ?gelsd wrappers
/dports/math/armadillo/armadillo-10.7.1/include/armadillo_bits/
H A Dauxlib_meat.hpp5277 …lapack::gelsd(&m, &n, &nrhs, A.memptr(), &lda, tmp.memptr(), &ldb, S.memptr(), &rcond, &rank, &wor… in solve_approx_svd()
5289 …lapack::gelsd(&m, &n, &nrhs, A.memptr(), &lda, tmp.memptr(), &ldb, S.memptr(), &rcond, &rank, work… in solve_approx_svd()
H A Dtranslate_lapack.hpp693gelsd(blas_int* m, blas_int* n, blas_int* nrhs, eT* a, blas_int* lda, eT* b, blas_int* ldb, eT* S,… in gelsd() function
/dports/math/R-cran-RcppArmadillo/RcppArmadillo/inst/include/armadillo_bits/
H A Dauxlib_meat.hpp5277 …lapack::gelsd(&m, &n, &nrhs, A.memptr(), &lda, tmp.memptr(), &ldb, S.memptr(), &rcond, &rank, &wor… in solve_approx_svd()
5289 …lapack::gelsd(&m, &n, &nrhs, A.memptr(), &lda, tmp.memptr(), &ldb, S.memptr(), &rcond, &rank, work… in solve_approx_svd()
H A Dtranslate_lapack.hpp693gelsd(blas_int* m, blas_int* n, blas_int* nrhs, eT* a, blas_int* lda, eT* b, blas_int* ldb, eT* S,… in gelsd() function