Home
last modified time | relevance | path

Searched refs:transr (Results 1 – 25 of 792) sorted by relevance

12345678910>>...32

/dports/math/xtensor-blas/xtensor-blas-0.20.0/include/xflens/cxxlapack/interface/
H A Dpftri.tcc44 pftri(char transr, in pftri() argument
52 LAPACK_IMPL(spftri)(&transr, in pftri()
69 pftri(char transr, in pftri() argument
77 LAPACK_IMPL(dpftri)(&transr, in pftri()
93 pftri(char transr, in pftri() argument
101 LAPACK_IMPL(cpftri)(&transr, in pftri()
117 pftri(char transr, in pftri() argument
125 LAPACK_IMPL(zpftri)(&transr, in pftri()
H A Dpftrf.tcc44 pftrf(char transr, in pftrf() argument
52 LAPACK_IMPL(spftrf)(&transr, in pftrf()
69 pftrf(char transr, in pftrf() argument
77 LAPACK_IMPL(dpftrf)(&transr, in pftrf()
93 pftrf(char transr, in pftrf() argument
101 LAPACK_IMPL(cpftrf)(&transr, in pftrf()
117 pftrf(char transr, in pftrf() argument
125 LAPACK_IMPL(zpftrf)(&transr, in pftrf()
H A Dtftri.tcc44 tftri(char transr, in tftri() argument
53 LAPACK_IMPL(stftri)(&transr, in tftri()
70 tftri(char transr, in tftri() argument
79 LAPACK_IMPL(dtftri)(&transr, in tftri()
96 tftri(char transr, in tftri() argument
105 LAPACK_IMPL(ctftri)(&transr, in tftri()
122 tftri(char transr, in tftri() argument
131 LAPACK_IMPL(ztftri)(&transr, in tftri()
H A Dtpttf.tcc44 tpttf(char transr, in tpttf() argument
53 LAPACK_IMPL(stpttf)(&transr, in tpttf()
71 tpttf(char transr, in tpttf() argument
80 LAPACK_IMPL(dtpttf)(&transr, in tpttf()
97 tpttf(char transr, in tpttf() argument
106 LAPACK_IMPL(ctpttf)(&transr, in tpttf()
123 tpttf(char transr, in tpttf() argument
132 LAPACK_IMPL(ztpttf)(&transr, in tpttf()
H A Dtfsm.tcc44 tfsm (char transr, in tfsm() argument
58 LAPACK_IMPL(stfsm) (&transr, in tfsm()
73 tfsm (char transr, in tfsm() argument
87 LAPACK_IMPL(dtfsm) (&transr, in tfsm()
103 tfsm (char transr, in tfsm() argument
117 LAPACK_IMPL(ctfsm) (&transr, in tfsm()
132 tfsm (char transr, in tfsm() argument
146 LAPACK_IMPL(ztfsm) (&transr, in tfsm()
H A Dtfttp.tcc44 tfttp(char transr, in tfttp() argument
53 LAPACK_IMPL(stfttp)(&transr, in tfttp()
71 tfttp(char transr, in tfttp() argument
80 LAPACK_IMPL(dtfttp)(&transr, in tfttp()
97 tfttp(char transr, in tfttp() argument
106 LAPACK_IMPL(ctfttp)(&transr, in tfttp()
123 tfttp(char transr, in tfttp() argument
132 LAPACK_IMPL(ztfttp)(&transr, in tfttp()
H A Dtfttr.tcc44 tfttr(char transr, in tfttr() argument
54 LAPACK_IMPL(stfttr)(&transr, in tfttr()
72 tfttr(char transr, in tfttr() argument
82 LAPACK_IMPL(dtfttr)(&transr, in tfttr()
100 tfttr(char transr, in tfttr() argument
110 LAPACK_IMPL(ctfttr)(&transr, in tfttr()
128 tfttr(char transr, in tfttr() argument
138 LAPACK_IMPL(ztfttr)(&transr, in tfttr()
H A Dtrttf.tcc44 trttf(char transr, in trttf() argument
54 LAPACK_IMPL(strttf)(&transr, in trttf()
73 trttf(char transr, in trttf() argument
83 LAPACK_IMPL(dtrttf)(&transr, in trttf()
101 trttf(char transr, in trttf() argument
111 LAPACK_IMPL(ctrttf)(&transr, in trttf()
129 trttf(char transr, in trttf() argument
139 LAPACK_IMPL(ztrttf)(&transr, in trttf()
H A Dpftrs.tcc44 pftrs(char transr, in pftrs() argument
55 LAPACK_IMPL(spftrs)(&transr, in pftrs()
74 pftrs(char transr, in pftrs() argument
85 LAPACK_IMPL(dpftrs)(&transr, in pftrs()
104 pftrs(char transr, in pftrs() argument
115 LAPACK_IMPL(cpftrs)(&transr, in pftrs()
134 pftrs(char transr, in pftrs() argument
145 LAPACK_IMPL(zpftrs)(&transr, in pftrs()
/dports/math/libflame/libflame-5.2.0/src/map/lapack2flamec/f2c/c/
H A Dspftrs.c192 int spftrs_(char *transr, char *uplo, integer *n, integer * nrhs, real *a, real *b, integer *ldb, i… in spftrs_() argument
229 normaltransr = lsame_(transr, "N"); in spftrs_()
231 if (! normaltransr && ! lsame_(transr, "T")) in spftrs_()
265 stfsm_(transr, "L", uplo, "N", "N", n, nrhs, &c_b10, a, &b[b_offset], ldb); in spftrs_()
266 stfsm_(transr, "L", uplo, "T", "N", n, nrhs, &c_b10, a, &b[b_offset], ldb); in spftrs_()
270 stfsm_(transr, "L", uplo, "T", "N", n, nrhs, &c_b10, a, &b[b_offset], ldb); in spftrs_()
271 stfsm_(transr, "L", uplo, "N", "N", n, nrhs, &c_b10, a, &b[b_offset], ldb); in spftrs_()
H A Ddpftrs.c192 int dpftrs_(char *transr, char *uplo, integer *n, integer * nrhs, doublereal *a, doublereal *b, int… in dpftrs_() argument
231 normaltransr = lsame_(transr, "N"); in dpftrs_()
233 if (! normaltransr && ! lsame_(transr, "T")) in dpftrs_()
267 dtfsm_(transr, "L", uplo, "N", "N", n, nrhs, &c_b10, a, &b[b_offset], ldb); in dpftrs_()
268 dtfsm_(transr, "L", uplo, "T", "N", n, nrhs, &c_b10, a, &b[b_offset], ldb); in dpftrs_()
272 dtfsm_(transr, "L", uplo, "T", "N", n, nrhs, &c_b10, a, &b[b_offset], ldb); in dpftrs_()
273 dtfsm_(transr, "L", uplo, "N", "N", n, nrhs, &c_b10, a, &b[b_offset], ldb); in dpftrs_()
H A Dzpftrs.c218 int zpftrs_(char *transr, char *uplo, integer *n, integer * nrhs, doublecomplex *a, doublecomplex *… in zpftrs_() argument
255 normaltransr = lsame_(transr, "N"); in zpftrs_()
257 if (! normaltransr && ! lsame_(transr, "C")) in zpftrs_()
291 ztfsm_(transr, "L", uplo, "N", "N", n, nrhs, &c_b1, a, &b[b_offset], ldb); in zpftrs_()
292 ztfsm_(transr, "L", uplo, "C", "N", n, nrhs, &c_b1, a, &b[b_offset], ldb); in zpftrs_()
296 ztfsm_(transr, "L", uplo, "C", "N", n, nrhs, &c_b1, a, &b[b_offset], ldb); in zpftrs_()
297 ztfsm_(transr, "L", uplo, "N", "N", n, nrhs, &c_b1, a, &b[b_offset], ldb); in zpftrs_()
H A Dcpftrs.c218 int cpftrs_(char *transr, char *uplo, integer *n, integer * nrhs, complex *a, complex *b, integer *… in cpftrs_() argument
257 normaltransr = lsame_(transr, "N"); in cpftrs_()
259 if (! normaltransr && ! lsame_(transr, "C")) in cpftrs_()
293 ctfsm_(transr, "L", uplo, "N", "N", n, nrhs, &c_b1, a, &b[b_offset], ldb); in cpftrs_()
294 ctfsm_(transr, "L", uplo, "C", "N", n, nrhs, &c_b1, a, &b[b_offset], ldb); in cpftrs_()
298 ctfsm_(transr, "L", uplo, "C", "N", n, nrhs, &c_b1, a, &b[b_offset], ldb); in cpftrs_()
299 ctfsm_(transr, "L", uplo, "N", "N", n, nrhs, &c_b1, a, &b[b_offset], ldb); in cpftrs_()
/dports/math/xlapack/lapack-3.10.0/LAPACKE/src/
H A Dlapacke_dpftrf_work.c35 lapack_int LAPACKE_dpftrf_work( int matrix_layout, char transr, char uplo, in LAPACKE_dpftrf_work() argument
41 LAPACK_dpftrf( &transr, &uplo, &n, a, &info ); in LAPACKE_dpftrf_work()
55 LAPACKE_dpf_trans( matrix_layout, transr, uplo, n, a, a_t ); in LAPACKE_dpftrf_work()
57 LAPACK_dpftrf( &transr, &uplo, &n, a_t, &info ); in LAPACKE_dpftrf_work()
62 LAPACKE_dpf_trans( LAPACK_COL_MAJOR, transr, uplo, n, a_t, a ); in LAPACKE_dpftrf_work()
H A Dlapacke_dpftri_work.c35 lapack_int LAPACKE_dpftri_work( int matrix_layout, char transr, char uplo, in LAPACKE_dpftri_work() argument
41 LAPACK_dpftri( &transr, &uplo, &n, a, &info ); in LAPACKE_dpftri_work()
55 LAPACKE_dpf_trans( matrix_layout, transr, uplo, n, a, a_t ); in LAPACKE_dpftri_work()
57 LAPACK_dpftri( &transr, &uplo, &n, a_t, &info ); in LAPACKE_dpftri_work()
62 LAPACKE_dpf_trans( LAPACK_COL_MAJOR, transr, uplo, n, a_t, a ); in LAPACKE_dpftri_work()
H A Dlapacke_spftri_work.c35 lapack_int LAPACKE_spftri_work( int matrix_layout, char transr, char uplo, in LAPACKE_spftri_work() argument
41 LAPACK_spftri( &transr, &uplo, &n, a, &info ); in LAPACKE_spftri_work()
55 LAPACKE_spf_trans( matrix_layout, transr, uplo, n, a, a_t ); in LAPACKE_spftri_work()
57 LAPACK_spftri( &transr, &uplo, &n, a_t, &info ); in LAPACKE_spftri_work()
62 LAPACKE_spf_trans( LAPACK_COL_MAJOR, transr, uplo, n, a_t, a ); in LAPACKE_spftri_work()
H A Dlapacke_spftrf_work.c35 lapack_int LAPACKE_spftrf_work( int matrix_layout, char transr, char uplo, in LAPACKE_spftrf_work() argument
41 LAPACK_spftrf( &transr, &uplo, &n, a, &info ); in LAPACKE_spftrf_work()
55 LAPACKE_spf_trans( matrix_layout, transr, uplo, n, a, a_t ); in LAPACKE_spftrf_work()
57 LAPACK_spftrf( &transr, &uplo, &n, a_t, &info ); in LAPACKE_spftrf_work()
62 LAPACKE_spf_trans( LAPACK_COL_MAJOR, transr, uplo, n, a_t, a ); in LAPACKE_spftrf_work()
/dports/math/xlife++/xlifepp-sources-v2.0.1-2018-05-09/ext/LAPACKBLAS/LAPACKE/src/
H A Dlapacke_dpftri_work.c36 lapack_int LAPACKE_dpftri_work( int matrix_layout, char transr, char uplo, in LAPACKE_dpftri_work() argument
42 LAPACK_dpftri( &transr, &uplo, &n, a, &info ); in LAPACKE_dpftri_work()
56 LAPACKE_dpf_trans( matrix_layout, transr, uplo, n, a, a_t ); in LAPACKE_dpftri_work()
58 LAPACK_dpftri( &transr, &uplo, &n, a_t, &info ); in LAPACKE_dpftri_work()
63 LAPACKE_dpf_trans( LAPACK_COL_MAJOR, transr, uplo, n, a_t, a ); in LAPACKE_dpftri_work()
H A Dlapacke_spftri_work.c36 lapack_int LAPACKE_spftri_work( int matrix_layout, char transr, char uplo, in LAPACKE_spftri_work() argument
42 LAPACK_spftri( &transr, &uplo, &n, a, &info ); in LAPACKE_spftri_work()
56 LAPACKE_spf_trans( matrix_layout, transr, uplo, n, a, a_t ); in LAPACKE_spftri_work()
58 LAPACK_spftri( &transr, &uplo, &n, a_t, &info ); in LAPACKE_spftri_work()
63 LAPACKE_spf_trans( LAPACK_COL_MAJOR, transr, uplo, n, a_t, a ); in LAPACKE_spftri_work()
/dports/math/blas/lapack-3.10.0/LAPACKE/src/
H A Dlapacke_dpftri_work.c35 lapack_int LAPACKE_dpftri_work( int matrix_layout, char transr, char uplo, in LAPACKE_dpftri_work() argument
41 LAPACK_dpftri( &transr, &uplo, &n, a, &info ); in LAPACKE_dpftri_work()
55 LAPACKE_dpf_trans( matrix_layout, transr, uplo, n, a, a_t ); in LAPACKE_dpftri_work()
57 LAPACK_dpftri( &transr, &uplo, &n, a_t, &info ); in LAPACKE_dpftri_work()
62 LAPACKE_dpf_trans( LAPACK_COL_MAJOR, transr, uplo, n, a_t, a ); in LAPACKE_dpftri_work()
H A Dlapacke_spftrf_work.c35 lapack_int LAPACKE_spftrf_work( int matrix_layout, char transr, char uplo, in LAPACKE_spftrf_work() argument
41 LAPACK_spftrf( &transr, &uplo, &n, a, &info ); in LAPACKE_spftrf_work()
55 LAPACKE_spf_trans( matrix_layout, transr, uplo, n, a, a_t ); in LAPACKE_spftrf_work()
57 LAPACK_spftrf( &transr, &uplo, &n, a_t, &info ); in LAPACKE_spftrf_work()
62 LAPACKE_spf_trans( LAPACK_COL_MAJOR, transr, uplo, n, a_t, a ); in LAPACKE_spftrf_work()
H A Dlapacke_spftri_work.c35 lapack_int LAPACKE_spftri_work( int matrix_layout, char transr, char uplo, in LAPACKE_spftri_work() argument
41 LAPACK_spftri( &transr, &uplo, &n, a, &info ); in LAPACKE_spftri_work()
55 LAPACKE_spf_trans( matrix_layout, transr, uplo, n, a, a_t ); in LAPACKE_spftri_work()
57 LAPACK_spftri( &transr, &uplo, &n, a_t, &info ); in LAPACKE_spftri_work()
62 LAPACKE_spf_trans( LAPACK_COL_MAJOR, transr, uplo, n, a_t, a ); in LAPACKE_spftri_work()
H A Dlapacke_dpftrf_work.c35 lapack_int LAPACKE_dpftrf_work( int matrix_layout, char transr, char uplo, in LAPACKE_dpftrf_work() argument
41 LAPACK_dpftrf( &transr, &uplo, &n, a, &info ); in LAPACKE_dpftrf_work()
55 LAPACKE_dpf_trans( matrix_layout, transr, uplo, n, a, a_t ); in LAPACKE_dpftrf_work()
57 LAPACK_dpftrf( &transr, &uplo, &n, a_t, &info ); in LAPACKE_dpftrf_work()
62 LAPACKE_dpf_trans( LAPACK_COL_MAJOR, transr, uplo, n, a_t, a ); in LAPACKE_dpftrf_work()
/dports/math/lapacke/lapack-3.10.0/LAPACKE/src/
H A Dlapacke_dpftrf_work.c35 lapack_int LAPACKE_dpftrf_work( int matrix_layout, char transr, char uplo, in LAPACKE_dpftrf_work() argument
41 LAPACK_dpftrf( &transr, &uplo, &n, a, &info ); in LAPACKE_dpftrf_work()
55 LAPACKE_dpf_trans( matrix_layout, transr, uplo, n, a, a_t ); in LAPACKE_dpftrf_work()
57 LAPACK_dpftrf( &transr, &uplo, &n, a_t, &info ); in LAPACKE_dpftrf_work()
62 LAPACKE_dpf_trans( LAPACK_COL_MAJOR, transr, uplo, n, a_t, a ); in LAPACKE_dpftrf_work()
H A Dlapacke_spftri_work.c35 lapack_int LAPACKE_spftri_work( int matrix_layout, char transr, char uplo, in LAPACKE_spftri_work() argument
41 LAPACK_spftri( &transr, &uplo, &n, a, &info ); in LAPACKE_spftri_work()
55 LAPACKE_spf_trans( matrix_layout, transr, uplo, n, a, a_t ); in LAPACKE_spftri_work()
57 LAPACK_spftri( &transr, &uplo, &n, a_t, &info ); in LAPACKE_spftri_work()
62 LAPACKE_spf_trans( LAPACK_COL_MAJOR, transr, uplo, n, a_t, a ); in LAPACKE_spftri_work()

12345678910>>...32