Home
last modified time | relevance | path

Searched defs:ppcon (Results 1 – 3 of 3) sorted by relevance

/dports/math/xtensor-blas/xtensor-blas-0.20.0/include/xflens/cxxlapack/interface/
H A Dppcon.tcc44 ppcon(char uplo, in ppcon() function
74 ppcon(char uplo, in ppcon() function
105 ppcon(char uplo, in ppcon() function
135 ppcon(char uplo, in ppcon() function
/dports/science/dalton/dalton-66052b3af5ea7225e31178bf9a8b031913c72190/external/pelib/src/interfaces/
H A Dpelib_lapack_interfaces.F90335 subroutine ppcon(ap, anorm, rcond, uplo, info) subroutine
339 real(rp), intent(in) :: anorm
340 real(rp), intent(out) :: rcond
341 real(rp), dimension(:), intent(in) :: ap
342 character(len=1), optional :: uplo
343 integer(ip), intent(out), optional :: info
367 call dppcon(o_uplo, n, ap(1), anorm, rcond, work, iwork, o_info) argument
/dports/science/siconos/siconos-4.4.0/externals/numeric_bindings/boost/numeric/bindings/lapack/computational/
H A Dppcon.hpp57 inline std::ptrdiff_t ppcon( const UpLo, const fortran_int_t n, in ppcon() function
72 inline std::ptrdiff_t ppcon( const UpLo, const fortran_int_t n, in ppcon() function
87 inline std::ptrdiff_t ppcon( const UpLo, const fortran_int_t n, in ppcon() function
102 inline std::ptrdiff_t ppcon( const UpLo, const fortran_int_t n, in ppcon() function
299 ppcon( const MatrixAP& ap, const typename remove_imaginary< in ppcon() function
314 ppcon( const MatrixAP& ap, const typename remove_imaginary< in ppcon() function