Home
last modified time | relevance | path

Searched refs:trsv (Results 1 – 25 of 123) sorted by relevance

12345

/dports/math/xblas/xblas-1.0.248/m4/trsv/
H A DMakefile5 SRC_PATH = ../../src/trsv
37 trsv-header: trsv.h
39 $(SRC_PATH)/BLAS_dtrsv_s.c: trsv.m4 trsv-common.m4 ../cblas.m4
45 $(SRC_PATH)/BLAS_ztrsv_c.c: trsv.m4 trsv-common.m4 ../cblas.m4
51 $(SRC_PATH)/BLAS_ctrsv_s.c: trsv.m4 trsv-common.m4 ../cblas.m4
57 $(SRC_PATH)/BLAS_ztrsv_d.c: trsv.m4 trsv-common.m4 ../cblas.m4
63 $(SRC_PATH)/BLAS_strsv_x.c: trsv.m4 trsv-common.m4 ../cblas.m4
69 $(SRC_PATH)/BLAS_dtrsv_x.c: trsv.m4 trsv-common.m4 ../cblas.m4
81 $(SRC_PATH)/BLAS_ctrsv_x.c: trsv.m4 trsv-common.m4 ../cblas.m4
174 trsv.h: ../cblas.m4 ../header.template trsv-common.m4
[all …]
/dports/math/xblas/xblas-1.0.248/m4/test-trsv/
H A DMakefile4 SRC_PATH = ../../testing/test-trsv
10 $(SRC_PATH)/trsv-support.c
16 $(M4) $(M4_OPTS) $(M4_PATH) -D BASE_ROUTINE=trsv do_test_trsv.m4 > do_test_trsv.tmp.c && \
21 …$(M4) $(M4_OPTS) $(M4_PATH) -D BASE_ROUTINE=trsv BLAS_trsv_testgen.m4 > BLAS_trsv_testgen.tmp.c &&…
25 $(SRC_PATH)/trsv-support.c: trsv-support.m4 ../cblas.m4 ../test-common.m4
26 $(M4) $(M4_OPTS) $(M4_PATH) -D BASE_ROUTINE=trsv trsv-support.m4 > trsv-support.tmp.c && \
27 $(INDENT) $(INDENT_OPTS) trsv-support.tmp.c && \
28 mv trsv-support.tmp.c $@ && rm -f trsv-support.tmp.c*
/dports/biology/hyphy/hyphy-2.5.33/res/SubstitutionModels/Nucleotide/
H A DHKY85.mdl11 ModelMatrixName = {{*,trsv,trst,trsv}
12 {trsv,*,trsv,trst}
13 {trst,trsv,*,trsv}
14 {trsv,trst,trsv,*}};
/dports/science/siconos/siconos-4.4.0/externals/numeric_bindings/libs/numeric/bindings/doc/blas/level2/
H A Dtrsv.qbk7 [section trsv]
10 There is one prototype of `trsv` available, please see below.
12 trsv( const MatrixA& a, VectorX& x );
18 `trsv` (short for triangular solve system of equations) provides a C++
20 `trsv` solves one of the systems of equations
36 [table Dispatching of trsv.
46 whereas `trsv` requires two arguments.
48 [table Deduction of arguments of trsv.
52 Defined in header [headerref boost/numeric/bindings/blas/level2/trsv.hpp].
70 #include <boost/numeric/bindings/blas/level2/trsv.hpp>
[all …]
/dports/math/xtensor-blas/xtensor-blas-0.20.0/include/xflens/cxxblas/level2extensions/
H A Dtrsv.tcc45 trsv(StorageOrder order, StorageUpLo upLo, in trsv() function
55 trsv(order, upLo, transA, diag, n, A, ldA, x_, 2*incX); in trsv()
56 trsv(order, upLo, transA, diag, n, A, ldA, x_+1, 2*incX); in trsv()
61 trsv(StorageOrder order, StorageUpLo upLo, in trsv() function
71 trsv(order, upLo, transA, diag, n, A, ldA, x_, 2*incX); in trsv()
72 trsv(order, upLo, transA, diag, n, A, ldA, x_+1, 2*incX); in trsv()
H A Dtrsv.h47 trsv(StorageOrder order, StorageUpLo upLo,
55 trsv(StorageOrder order, StorageUpLo upLo,
/dports/science/siconos/siconos-4.4.0/externals/numeric_bindings/boost/numeric/bindings/blas/level2/
H A Dtrsv.hpp69 inline void trsv( const Order, const UpLo, const Trans, const Diag, in trsv() function
83 inline void trsv( const Order, const UpLo, const Trans, const Diag, in trsv() function
97 inline void trsv( const Order, const UpLo, const Trans, const Diag, in trsv() function
111 inline void trsv( const Order, const UpLo, const Trans, const Diag, in trsv() function
126 inline void trsv( const Order, const UpLo, const Trans, const Diag,
140 inline void trsv( const Order, const UpLo, const Trans, const Diag,
154 inline void trsv( const Order, const UpLo, const Trans, const Diag,
168 inline void trsv( const Order, const UpLo, const Trans, const Diag,
183 inline void trsv( const Order, const UpLo, const Trans, const Diag,
271 detail::trsv( order(), uplo(), trans(), diag(), in invoke()
[all …]
/dports/math/xblas/xblas-1.0.248/testing/test-trsv/
H A DMakefile19 TEST_SRCS = do_test_trsv.c BLAS_trsv_testgen.c trsv-support.c \
29 ./do_test_trsv 10 1 1.0 3 0.01 > trsv.results
33 ./do_test_trsv 10 1 1.0 0 $(DO_FEW_TESTS) > trsv.results
37 ./do_test_trsv 10 1 1.0 0 $(DO_SOME_TESTS) > trsv.results
41 ./do_test_trsv 10 1 1.0 0 $(DO_ALL_TESTS) > trsv.results
45 ./do_test_trsv 10 1 1.0 0 $(DO_NO_TESTS) > trsv.results
55 rm -f *.o *~ *.BAK trsv.results do_test_trsv core
/dports/science/qmcpack/qmcpack-3.11.0/external_codes/boost_multi/multi/adaptors/blas/
H A Dtrsv.hpp27 using core::trsv;
36 auto trsv(filling a_nonzero_side, diagonal a_diag, A2D const& a, X1D&& x) in trsv() function
57 auto trsv(filling a_nonzero_side, A2D const& a, X1D&& x) in trsv() function
58 ->decltype(trsv(a_nonzero_side, diagonal::general, a, std::forward<X1D>(x))){ in trsv()
59 return trsv(a_nonzero_side, diagonal::general, a, std::forward<X1D>(x));} in trsv()
66 Ret trsv(filling a_nonzero_side, diagonal a_diag, A2D const& a, X1D const& x, void* = 0){
67 return trsv(a_nonzero_side, a_diag, a, Ret{x});}
70 Ret trsv(filling a_nonzero_side, A2D const& a, X1D const& x, void* = 0){
71 return trsv(a_nonzero_side, a, Ret{x});}
163 using blas::trsv;
[all …]
/dports/math/blaze/blaze-3.8/blaze/math/lapack/clapack/
H A Dtrsv.h96 void trsv( char uplo, char trans, char diag, blas_int_t n, const float* A,
99 void trsv( char uplo, char trans, char diag, blas_int_t n, const double* A,
102 void trsv( char uplo, char trans, char diag, blas_int_t n, const complex<float>* A,
105 void trsv( char uplo, char trans, char diag, blas_int_t n, const complex<double>* A,
146 inline void trsv( char uplo, char trans, char diag, blas_int_t n, const float* A, in trsv() function
193 inline void trsv( char uplo, char trans, char diag, blas_int_t n, const double* A, in trsv() function
240 inline void trsv( char uplo, char trans, char diag, blas_int_t n, const complex<float>* A, in trsv() function
290 inline void trsv( char uplo, char trans, char diag, blas_int_t n, const complex<double>* A, in trsv() function
/dports/math/xblas/xblas-1.0.248/
H A DMakefile64 cat $(TEST_DIR)/test-trsv/trsv.results >> testall.result
577 trsv: trsv-test target
580 trsv-source:
581 $(MAKE) -C $(M4_DIR)/trsv
583 trsv-lib: common-lib trsv-source
584 $(MAKE) -C $(SRC_DIR)/trsv
586 trsv-test-source:
589 trsv-test-lib: trsv-test-source lib common-test-lib
592 trsv-test: trsv-test-lib
595 trsv-clean:
[all …]
/dports/math/xtensor-blas/xtensor-blas-0.20.0/include/xflens/cxxblas/level2/
H A Dtrsv.h45 trsv(StorageOrder order, StorageUpLo upLo,
56 trsv(StorageOrder order, StorageUpLo upLo,
65 trsv(StorageOrder order, StorageUpLo upLo,
74 trsv(StorageOrder order, StorageUpLo upLo,
83 trsv(StorageOrder order, StorageUpLo upLo,
/dports/math/blis/blis-0.8.1/frame/2/
H A Dbli_l2_fpa.h54 GENPROT( trsv )
98 GENPROT( trsv, trsv_unb_var1 )
99 GENPROT( trsv, trsv_unb_var2 )
100 GENPROT( trsv, trsv_unf_var1 )
101 GENPROT( trsv, trsv_unf_var2 )
H A Dbli_l2_fpa.c62 GENFRONT( trsv )
112 GENFRONT( trsv, trsv_unb_var1 )
113 GENFRONT( trsv, trsv_unb_var2 )
114 GENFRONT( trsv, trsv_unf_var1 )
115 GENFRONT( trsv, trsv_unf_var2 )
/dports/math/blis/blis-0.8.1/frame/2/trsv/
H A Dbli_trsv_var_oapi.c86 GENFRONT( trsv, trsv_unb_var1 )
87 GENFRONT( trsv, trsv_unb_var2 )
89 GENFRONT( trsv, trsv_unf_var1 )
90 GENFRONT( trsv, trsv_unf_var2 )
/dports/net-mgmt/yaf/yaf-2.11.0/src/
H A Dring.c68 size_t trsv; member
186 if (ring->count >= (ring->cap - ring->trsv)) { in rgaNextHead()
312 if (++(ring->trsv) >= ring->cap) { in rgaWaitTail()
313 ring->trsv = ring->cap; in rgaWaitTail()
334 if (rsv > ring->trsv) { in rgaReleaseTail()
335 rsv = ring->trsv; in rgaReleaseTail()
337 ring->trsv -= rsv; in rgaReleaseTail()
/dports/math/xblas/xblas-1.0.248/m4/
H A DMakefile20 trsv/Makefile test-trsv/Makefile \
53 $(MAKE) -C trsv trsv-source
79 $(MAKE) -C test-trsv test-source
109 trsv/trsv-common.m4\
173 trsv/Makefile: lib-makefile.template cblas.m4 trsv/trsv-common.m4 Makefile ../$(MAKEINC)
174 $(M4) $(M4_OPTS) -Droutine=trsv lib-makefile.template >$@
237 test-trsv/Makefile: test-makefile.template cblas.m4 Makefile ../$(MAKEINC)
238 …$(M4) $(M4_OPTS) -D EXTRA_SRCS=BLAS_trsv_testgen,trsv-support -Droutine=trsv test-makefile.templat…
314 $(MAKE) -C trsv source-clean
315 $(MAKE) -C test-trsv source-clean
/dports/science/qmcpack/qmcpack-3.11.0/external_codes/boost_multi/multi/adaptors/blas/test/
H A Dtrsv.cpp45 blas::trsv(blas::filling::upper, blas::diagonal::general, A, b);
59 blas::trsv(blas::filling::upper, blas::diagonal::general, A, b);
74 …blas::trsv(blas::filling::upper, A, b); // this operation happens in GPU when #include "adaptors/b…
91 …blas::trsv(blas::filling::upper, A, b); // this operation happens in GPU when #include "adaptors/b…
106 blas::trsv(blas::filling::upper, blas::diagonal::general, A, b);
/dports/math/xblas/xblas-1.0.248/src/
H A DMakefile4 …ile hemv/Makefile hpmv/Makefile hbmv/Makefile trmv/Makefile tpmv/Makefile trsv/Makefile tbsv/Makef…
102 trsv: target
103 mkdir trsv
105 trsv/Makefile: trsv Makefile.template ../m4/cblas.m4 ../$(MAKEINC)
106 $(M4) $(M4_OPTS) -Droutine=trsv Makefile.template >$@
164 …ile hemv/Makefile hpmv/Makefile hbmv/Makefile trmv/Makefile tpmv/Makefile trsv/Makefile tbsv/Makef…
/dports/math/blaze/blaze-3.8/blaze/math/lapack/
H A Dtrsv.h71 void trsv( const DenseMatrix<MT,SO>& A, DenseVector<VT,TF>& b, char uplo, char trans, char diag );
169 inline void trsv( const DenseMatrix<MT,SO>& A, DenseVector<VT,TF>& b, char uplo, char trans, char d… in trsv() function
214 trsv( uplo, trans, diag, n, (*A).data(), lda, (*b).data(), incX ); in trsv()
/dports/math/blasfeo/blasfeo-0.1.2/tests/
H A Droutines_list.md32 - blasfeo\_(s|d)trsv\_lnn\_mn
33 - blasfeo\_(s|d)trsv\_ltn\_mn
34 - blasfeo\_(s|d)trsv\_lnn
35 - blasfeo\_(s|d)trsv\_lnu
36 - blasfeo\_(s|d)trsv\_ltn
37 - blasfeo\_(s|d)trsv\_unn
38 - blasfeo\_(s|d)trsv\_utn
/dports/science/siconos/siconos-4.4.0/externals/numeric_bindings/libs/numeric/bindings/tools/templates/level2/
H A Dtrsv.hpp1 $TEMPLATE[trsv.all.UPLO.trait_of]
3 $TEMPLATE[trsv.all.cblas_alias]
/dports/math/blaze/blaze-3.8/blazetest/blazetest/mathtest/lapack/
H A DSolverTest.h1278 blaze::trsv( LU, x, 'L', 'N', 'N' ); in testTrsv()
1308 blaze::trsv( LU, x, 'U', 'T', 'N' ); in testTrsv()
1338 blaze::trsv( LU, x, 'U', 'C', 'N' ); in testTrsv()
1368 blaze::trsv( LU, x, 'L', 'N', 'U' ); in testTrsv()
1398 blaze::trsv( LU, x, 'U', 'T', 'U' ); in testTrsv()
1428 blaze::trsv( LU, x, 'U', 'C', 'U' ); in testTrsv()
1458 blaze::trsv( LU, x, 'U', 'N', 'N' ); in testTrsv()
1488 blaze::trsv( LU, x, 'L', 'T', 'N' ); in testTrsv()
1518 blaze::trsv( LU, x, 'L', 'C', 'N' ); in testTrsv()
1548 blaze::trsv( LU, x, 'U', 'N', 'U' ); in testTrsv()
[all …]
/dports/math/blis/blis-0.8.1/frame/compat/
H A Dbla_trsv.c117 INSERT_GENTFUNC_BLAS( trsv, trsv )
/dports/devel/taskflow/taskflow-3.2.0/sandbox/cublas_examples/
H A Dtrsv.cu35 auto trsv = blas->c_trsv( in main() local
41 trsv.succeed(h2dA, h2dB) in main()

12345