Home
last modified time | relevance | path

Searched defs:orglq (Results 1 – 5 of 5) sorted by relevance

/dports/science/siconos/siconos-4.4.0/externals/numeric_bindings/boost/numeric/bindings/lapack/computational/
H A Dorglq.hpp54 inline std::ptrdiff_t orglq( const fortran_int_t m, const fortran_int_t n, in orglq() function
67 inline std::ptrdiff_t orglq( const fortran_int_t m, const fortran_int_t n, in orglq() function
181 orglq( MatrixA& a, const VectorTAU& tau, Workspace work ) { in orglq() function
193 orglq( MatrixA& a, const VectorTAU& tau ) { in orglq() function
/dports/math/blaze/blaze-3.8/blaze/math/lapack/clapack/
H A Dorglq.h125 inline void orglq( blas_int_t m, blas_int_t n, blas_int_t k, float* A, blas_int_t lda, in orglq() function
168 inline void orglq( blas_int_t m, blas_int_t n, blas_int_t k, double* A, blas_int_t lda, in orglq() function
/dports/math/xtensor-blas/xtensor-blas-0.20.0/include/xflens/cxxlapack/interface/
H A Dorglq.tcc44 orglq(IndexType m, in orglq() function
76 orglq(IndexType m, in orglq() function
/dports/math/blaze/blaze-3.8/blaze/math/lapack/
H A Dorglq.h118 inline void orglq( DenseMatrix<MT,SO>& A, const ElementType_t<MT>* tau ) in orglq() function
/dports/science/dynare/dynare-4.6.4/contrib/ms-sbvar/utilities_dw/matrix/
H A Dbmatrix.c1239 #define orglq sorglq in bQR() macro