Home
last modified time | relevance | path

Searched defs:getrs (Results 1 – 16 of 16) sorted by relevance

/dports/science/siconos/siconos-4.4.0/externals/numeric_bindings/boost/numeric/bindings/lapack/computational/
H A Dgetrs.hpp63 inline std::ptrdiff_t getrs( Order, const Trans, const int n, const int nrhs, in getrs() function
77 inline std::ptrdiff_t getrs( Order, const Trans, const int n, const int nrhs, in getrs() function
91 inline std::ptrdiff_t getrs( Order, const Trans, const int n, const int nrhs, in getrs() function
105 inline std::ptrdiff_t getrs( Order, const Trans, const int n, const int nrhs, in getrs() function
244 inline std::ptrdiff_t getrs( const MatrixA& a, const VectorIPIV& ipiv, in getrs() function
/dports/math/xtensor-blas/xtensor-blas-0.20.0/include/xflens/cxxlapack/interface/
H A Dgetrs.tcc44 getrs(char trans, in getrs() function
76 getrs(char trans, in getrs() function
108 getrs(char trans, in getrs() function
139 getrs(char trans, in getrs() function
/dports/math/blaze/blaze-3.8/blaze/math/lapack/clapack/
H A Dgetrs.h150 inline void getrs( char trans, blas_int_t n, blas_int_t nrhs, const float* A, in getrs() function
207 inline void getrs( char trans, blas_int_t n, blas_int_t nrhs, const double* A, in getrs() function
264 inline void getrs( char trans, blas_int_t n, blas_int_t nrhs, const complex<float>* A, in getrs() function
327 inline void getrs( char trans, blas_int_t n, blas_int_t nrhs, const complex<double>* A, in getrs() function
/dports/math/blaze/blaze-3.8/blaze/math/lapack/
H A Dgetrs.h172 inline void getrs( const DenseMatrix<MT,SO>& A, DenseVector<VT,TF>& b, char trans, in getrs() function
310 inline void getrs( const DenseMatrix<MT1,SO1>& A, DenseMatrix<MT2,SO2>& B, in getrs() function
/dports/science/qmcpack/qmcpack-3.11.0/external_codes/boost_multi/multi/adaptors/lapack/
H A Dgetrf.hpp35 void getrs(Context&& ctxt, LU const& lu, IPIV const& ipiv, B&& b){ in getrs() function
58 void getrs(LU const& lu, IPIV const& ipiv, B&& b){return getrs(::lapack::context{}, lu, ipiv, std::… in getrs() function
H A Dcore.hpp103 void getrs(char trans, lapack_int const n, lapack_int const nrhs, double const* A, lapack_int const… in getrs() function
130 …template<class... Args> static auto getrs(Args&&... args)->decltype(core::getrs(args...)){return c… in getrs() function
/dports/science/qmcpack/qmcpack-3.11.0/src/Platforms/CUDA/
H A Dcusolver.hpp116 inline cusolverStatus_t getrs(cusolverDnHandle_t& handle, in getrs() function
130 inline cusolverStatus_t getrs(cusolverDnHandle_t& handle, in getrs() function
/dports/math/py-pyodeint/pyodeint-0.10.4/external/anyode/include/anyode/
H A Danyode_decomposition.hpp45 constexpr getrs_callback<Real_t> getrs{}; in solve() local
/dports/math/py-pyodesys/pyodesys-0.14.1/pyodesys/native/sources/anyode/
H A Danyode_decomposition.hpp45 constexpr getrs_callback<Real_t> getrs{}; in solve() local
/dports/math/py-pygslodeiv2/pygslodeiv2-0.9.4/external/anyode/include/anyode/
H A Danyode_decomposition.hpp45 constexpr getrs_callback<Real_t> getrs{}; in solve() local
/dports/math/arpack++/arpackpp-2.3.0/include/
H A Dlapackc.h217 inline void getrs(const char* trans, const ARint &n, const ARint &nrhs, in getrs() function
223 inline void getrs(const char* trans, const ARint &n, const ARint &nrhs, in getrs() function
230 inline void getrs(const char* trans, const ARint &n, const ARint &nrhs, in getrs() function
237 inline void getrs(const char* trans, const ARint &n, const ARint &nrhs, in getrs() function
/dports/math/hmat-oss/hmat-oss-1.7.1/src/
H A Dlapack_overloads.hpp158 getrs<hmat::S_t>(char trans, int n, int nrhs, const hmat::S_t* a, int lda, const int* ipiv, hmat::S… in getrs() function
165 getrs<hmat::D_t>(char trans, int n, int nrhs, const hmat::D_t* a, int lda, const int* ipiv, hmat::D… in getrs() function
172 getrs<hmat::C_t>(char trans, int n, int nrhs, const hmat::C_t* a, int lda, const int* ipiv, hmat::C… in getrs() function
179 getrs<hmat::Z_t>(char trans, int n, int nrhs, const hmat::Z_t* a, int lda, const int* ipiv, hmat::Z… in getrs() function
/dports/science/simbody/simbody-Simbody-3.7/SimTKmath/LinearAlgebra/src/
H A DLapackInterface.cpp238 template <> void LapackInterface::getrs<double> in getrs() function in SimTK::LapackInterface
253 template <> void LapackInterface::getrs<float> in getrs() function in SimTK::LapackInterface
267 template <> void LapackInterface::getrs<complex<float> > in getrs() function in SimTK::LapackInterface
280 template <> void LapackInterface::getrs<complex<double> > in getrs() function in SimTK::LapackInterface
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/include/deal.II/lac/
H A Dlapack_templates.h3321 getrs(const char *, in getrs() function
3337 getrs(const char * trans, in getrs() function
3366 getrs(const char * trans, in getrs() function
3395 getrs(const char * trans, in getrs() function
3424 getrs(const char * trans, in getrs() function
/dports/math/armadillo/armadillo-10.7.1/include/armadillo_bits/
H A Dtranslate_lapack.hpp45getrs(char* trans, blas_int* n, blas_int* nrhs, eT* a, blas_int* lda, blas_int* ipiv, eT* b, blas_… in getrs() function
/dports/math/R-cran-RcppArmadillo/RcppArmadillo/inst/include/armadillo_bits/
H A Dtranslate_lapack.hpp45getrs(char* trans, blas_int* n, blas_int* nrhs, eT* a, blas_int* lda, blas_int* ipiv, eT* b, blas_… in getrs() function