Home
last modified time | relevance | path

Searched refs:trmv (Results 1 – 25 of 156) sorted by relevance

1234567

/dports/math/xblas/xblas-1.0.248/m4/trmv/
H A DMakefile5 SRC_PATH = ../../src/trmv
37 trmv-header: trmv.h
39 $(SRC_PATH)/BLAS_dtrmv_s.c: trmv.m4 trmv-common.m4 ../cblas.m4
45 $(SRC_PATH)/BLAS_ztrmv_c.c: trmv.m4 trmv-common.m4 ../cblas.m4
51 $(SRC_PATH)/BLAS_ctrmv_s.c: trmv.m4 trmv-common.m4 ../cblas.m4
57 $(SRC_PATH)/BLAS_ztrmv_d.c: trmv.m4 trmv-common.m4 ../cblas.m4
63 $(SRC_PATH)/BLAS_strmv_x.c: trmv.m4 trmv-common.m4 ../cblas.m4
69 $(SRC_PATH)/BLAS_dtrmv_x.c: trmv.m4 trmv-common.m4 ../cblas.m4
75 $(SRC_PATH)/BLAS_ctrmv_x.c: trmv.m4 trmv-common.m4 ../cblas.m4
174 trmv.h: ../cblas.m4 ../header.template trmv-common.m4
[all …]
/dports/math/xblas/xblas-1.0.248/m4/test-trmv/
H A DMakefile4 SRC_PATH = ../../testing/test-trmv
10 $(SRC_PATH)/trmv-support.c
16 $(M4) $(M4_OPTS) $(M4_PATH) -D BASE_ROUTINE=trmv do_test_trmv.m4 > do_test_trmv.tmp.c && \
21 …$(M4) $(M4_OPTS) $(M4_PATH) -D BASE_ROUTINE=trmv BLAS_trmv_testgen.m4 > BLAS_trmv_testgen.tmp.c &&…
25 $(SRC_PATH)/trmv-support.c: trmv-support.m4 ../cblas.m4 ../test-common.m4
26 $(M4) $(M4_OPTS) $(M4_PATH) -D BASE_ROUTINE=trmv trmv-support.m4 > trmv-support.tmp.c && \
27 $(INDENT) $(INDENT_OPTS) trmv-support.tmp.c && \
28 mv trmv-support.tmp.c $@ && rm -f trmv-support.tmp.c*
/dports/science/siconos/siconos-4.4.0/externals/numeric_bindings/libs/numeric/bindings/doc/blas/level2/
H A Dtrmv.qbk7 [section trmv]
10 There is one prototype of `trmv` available, please see below.
12 trmv( const MatrixA& a, VectorX& x );
18 `trmv` (short for triangular matrix-vector operation) provides a C++
20 `trmv` performs one of the matrix-vector operations
33 [table Dispatching of trmv.
43 whereas `trmv` requires two arguments.
45 [table Deduction of arguments of trmv.
49 Defined in header [headerref boost/numeric/bindings/blas/level2/trmv.hpp].
67 #include <boost/numeric/bindings/blas/level2/trmv.hpp>
[all …]
/dports/math/blaze/blaze-3.8/blaze/math/blas/cblas/
H A Dtrmv.h62 void trmv( CBLAS_ORDER order, CBLAS_UPLO uplo, CBLAS_TRANSPOSE transA,
66 void trmv( CBLAS_ORDER order, CBLAS_UPLO uplo, CBLAS_TRANSPOSE transA,
70 void trmv( CBLAS_ORDER order, CBLAS_UPLO uplo, CBLAS_TRANSPOSE transA,
74 void trmv( CBLAS_ORDER order, CBLAS_UPLO uplo, CBLAS_TRANSPOSE transA,
107 inline void trmv( CBLAS_ORDER order, CBLAS_UPLO uplo, CBLAS_TRANSPOSE transA, in trmv() function
141 inline void trmv( CBLAS_ORDER order, CBLAS_UPLO uplo, CBLAS_TRANSPOSE transA, in trmv() function
175 inline void trmv( CBLAS_ORDER order, CBLAS_UPLO uplo, CBLAS_TRANSPOSE transA, in trmv() function
212 inline void trmv( CBLAS_ORDER order, CBLAS_UPLO uplo, CBLAS_TRANSPOSE transA, in trmv() function
/dports/science/siconos/siconos-4.4.0/externals/numeric_bindings/boost/numeric/bindings/blas/level2/
H A Dtrmv.hpp69 inline void trmv( const Order, const UpLo, const Trans, const Diag, in trmv() function
83 inline void trmv( const Order, const UpLo, const Trans, const Diag, in trmv() function
97 inline void trmv( const Order, const UpLo, const Trans, const Diag, in trmv() function
111 inline void trmv( const Order, const UpLo, const Trans, const Diag, in trmv() function
126 inline void trmv( const Order, const UpLo, const Trans, const Diag,
140 inline void trmv( const Order, const UpLo, const Trans, const Diag,
154 inline void trmv( const Order, const UpLo, const Trans, const Diag,
168 inline void trmv( const Order, const UpLo, const Trans, const Diag,
183 inline void trmv( const Order, const UpLo, const Trans, const Diag,
271 detail::trmv( order(), uplo(), trans(), diag(), in invoke()
[all …]
/dports/math/xtensor-blas/xtensor-blas-0.20.0/include/xflens/cxxblas/level2extensions/
H A Dtrmv.tcc45 trmv(StorageOrder order, StorageUpLo upLo, in trmv() function
56 trmv(order, upLo, transA, diag, n, A, ldA, xr, 2*incX); in trmv()
57 trmv(order, upLo, transA, diag, n, A, ldA, xi, 2*incX); in trmv()
62 trmv(StorageOrder order, StorageUpLo upLo, in trmv() function
73 trmv(order, upLo, transA, diag, n, A, ldA, xr, 2*incX); in trmv()
74 trmv(order, upLo, transA, diag, n, A, ldA, xi, 2*incX); in trmv()
H A Dtrmv.h47 trmv(StorageOrder order, StorageUpLo upLo,
55 trmv(StorageOrder order, StorageUpLo upLo,
/dports/math/blaze/blaze-3.8/blaze/math/blas/
H A Dtrmv.h71 void trmv( DenseVector<VT,false>& x, const DenseMatrix<MT,SO>& A, CBLAS_UPLO uplo );
74 void trmv( DenseVector<VT,true>& x, const DenseMatrix<MT,SO>& A, CBLAS_UPLO uplo );
104 inline void trmv( DenseVector<VT,false>& x, const DenseMatrix<MT,SO>& A, CBLAS_UPLO uplo ) in trmv() function
121 trmv( ( IsRowMajorMatrix_v<MT> )?( CblasRowMajor ):( CblasColMajor ), in trmv()
151 inline void trmv( DenseVector<VT,true>& x, const DenseMatrix<MT,SO>& A, CBLAS_UPLO uplo ) in trmv() function
168 trmv( ( IsRowMajorMatrix_v<MT> )?( CblasRowMajor ):( CblasColMajor ), in trmv()
/dports/math/xblas/xblas-1.0.248/
H A DMakefile62 cat $(TEST_DIR)/test-trmv/trmv.results >> testall.result
519 trmv: trmv-test target
522 trmv-source:
523 $(MAKE) -C $(M4_DIR)/trmv
525 trmv-lib: common-lib trmv-source
526 $(MAKE) -C $(SRC_DIR)/trmv
528 trmv-test-source:
531 trmv-test-lib: trmv-test-source lib common-test-lib
534 trmv-test: trmv-test-lib
537 trmv-clean:
[all …]
/dports/math/xtensor-blas/xtensor-blas-0.20.0/include/xflens/cxxblas/level2/
H A Dtrmv.h45 trmv(StorageOrder order, StorageUpLo upLo,
56 trmv(StorageOrder order, StorageUpLo upLo,
65 trmv(StorageOrder order, StorageUpLo upLo,
74 trmv(StorageOrder order, StorageUpLo upLo,
83 trmv(StorageOrder order, StorageUpLo upLo,
H A Dtrmv.tcc203 trmv(StorageOrder order, StorageUpLo upLo, in trmv() function
219 trmv(StorageOrder order, StorageUpLo upLo, in trmv() function
237 trmv(StorageOrder order, StorageUpLo upLo, in trmv() function
255 trmv(StorageOrder order, StorageUpLo upLo, in trmv() function
273 trmv(StorageOrder order, StorageUpLo upLo, in trmv() function
/dports/math/blis/blis-0.8.1/frame/2/
H A Dbli_l2_fpa.h53 GENPROT( trmv )
93 GENPROT( trmv, trmv_unb_var1 )
94 GENPROT( trmv, trmv_unb_var2 )
95 GENPROT( trmv, trmv_unf_var1 )
96 GENPROT( trmv, trmv_unf_var2 )
H A Dbli_l2_fpa.c61 GENFRONT( trmv )
107 GENFRONT( trmv, trmv_unb_var1 )
108 GENFRONT( trmv, trmv_unb_var2 )
109 GENFRONT( trmv, trmv_unf_var1 )
110 GENFRONT( trmv, trmv_unf_var2 )
/dports/math/blis/blis-0.8.1/frame/2/trmv/
H A Dbli_trmv_var_oapi.c86 GENFRONT( trmv, trmv_unb_var1 )
87 GENFRONT( trmv, trmv_unb_var2 )
89 GENFRONT( trmv, trmv_unf_var1 )
90 GENFRONT( trmv, trmv_unf_var2 )
/dports/math/eigen3/eigen-3.3.9/test/
H A Dproduct_trmv.cpp12 template<typename MatrixType> void trmv(const MatrixType& m) in trmv() function
77 CALL_SUBTEST_1( trmv(Matrix<float, 1, 1>()) ); in test_product_trmv()
78 CALL_SUBTEST_2( trmv(Matrix<float, 2, 2>()) ); in test_product_trmv()
79 CALL_SUBTEST_3( trmv(Matrix3d()) ); in test_product_trmv()
82 CALL_SUBTEST_4( trmv(MatrixXcf(s,s)) ); in test_product_trmv()
83 CALL_SUBTEST_5( trmv(MatrixXcd(s,s)) ); in test_product_trmv()
87 CALL_SUBTEST_6( trmv(Matrix<float,Dynamic,Dynamic,RowMajor>(s, s)) ); in test_product_trmv()
/dports/math/stanmath/math-4.2.0/lib/eigen_3.3.9/test/
H A Dproduct_trmv.cpp12 template<typename MatrixType> void trmv(const MatrixType& m) in trmv() function
77 CALL_SUBTEST_1( trmv(Matrix<float, 1, 1>()) ); in test_product_trmv()
78 CALL_SUBTEST_2( trmv(Matrix<float, 2, 2>()) ); in test_product_trmv()
79 CALL_SUBTEST_3( trmv(Matrix3d()) ); in test_product_trmv()
82 CALL_SUBTEST_4( trmv(MatrixXcf(s,s)) ); in test_product_trmv()
83 CALL_SUBTEST_5( trmv(MatrixXcd(s,s)) ); in test_product_trmv()
87 CALL_SUBTEST_6( trmv(Matrix<float,Dynamic,Dynamic,RowMajor>(s, s)) ); in test_product_trmv()
/dports/math/libmesh/libmesh-1.6.2/contrib/eigen/3.2.9/test/
H A Dproduct_trmv.cpp12 template<typename MatrixType> void trmv(const MatrixType& m) in trmv() function
78 CALL_SUBTEST_1( trmv(Matrix<float, 1, 1>()) ); in test_product_trmv()
79 CALL_SUBTEST_2( trmv(Matrix<float, 2, 2>()) ); in test_product_trmv()
80 CALL_SUBTEST_3( trmv(Matrix3d()) ); in test_product_trmv()
82 CALL_SUBTEST_4( trmv(MatrixXcf(s,s)) ); in test_product_trmv()
84 CALL_SUBTEST_5( trmv(MatrixXcd(s,s)) ); in test_product_trmv()
86 CALL_SUBTEST_6( trmv(Matrix<float,Dynamic,Dynamic,RowMajor>(s, s)) ); in test_product_trmv()
/dports/math/libsemigroups/libsemigroups-1.3.7/extern/eigen-3.3.7/test/
H A Dproduct_trmv.cpp12 template<typename MatrixType> void trmv(const MatrixType& m) in trmv() function
77 CALL_SUBTEST_1( trmv(Matrix<float, 1, 1>()) ); in test_product_trmv()
78 CALL_SUBTEST_2( trmv(Matrix<float, 2, 2>()) ); in test_product_trmv()
79 CALL_SUBTEST_3( trmv(Matrix3d()) ); in test_product_trmv()
82 CALL_SUBTEST_4( trmv(MatrixXcf(s,s)) ); in test_product_trmv()
83 CALL_SUBTEST_5( trmv(MatrixXcd(s,s)) ); in test_product_trmv()
87 CALL_SUBTEST_6( trmv(Matrix<float,Dynamic,Dynamic,RowMajor>(s, s)) ); in test_product_trmv()
/dports/misc/opennn/opennn-5.0.5/eigen/test/
H A Dproduct_trmv.cpp12 template<typename MatrixType> void trmv(const MatrixType& m) in trmv() function
77 CALL_SUBTEST_1( trmv(Matrix<float, 1, 1>()) ); in test_product_trmv()
78 CALL_SUBTEST_2( trmv(Matrix<float, 2, 2>()) ); in test_product_trmv()
79 CALL_SUBTEST_3( trmv(Matrix3d()) ); in test_product_trmv()
82 CALL_SUBTEST_4( trmv(MatrixXcf(s,s)) ); in test_product_trmv()
83 CALL_SUBTEST_5( trmv(MatrixXcd(s,s)) ); in test_product_trmv()
87 CALL_SUBTEST_6( trmv(Matrix<float,Dynamic,Dynamic,RowMajor>(s, s)) ); in test_product_trmv()
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/eigen-3.3.7/test/
H A Dproduct_trmv.cpp12 template<typename MatrixType> void trmv(const MatrixType& m) in trmv() function
77 CALL_SUBTEST_1( trmv(Matrix<float, 1, 1>()) ); in test_product_trmv()
78 CALL_SUBTEST_2( trmv(Matrix<float, 2, 2>()) ); in test_product_trmv()
79 CALL_SUBTEST_3( trmv(Matrix3d()) ); in test_product_trmv()
82 CALL_SUBTEST_4( trmv(MatrixXcf(s,s)) ); in test_product_trmv()
83 CALL_SUBTEST_5( trmv(MatrixXcd(s,s)) ); in test_product_trmv()
87 CALL_SUBTEST_6( trmv(Matrix<float,Dynamic,Dynamic,RowMajor>(s, s)) ); in test_product_trmv()
/dports/math/xblas/xblas-1.0.248/m4/
H A DMakefile18 trmv/Makefile test-trmv/Makefile \
51 $(MAKE) -C trmv trmv-source
77 $(MAKE) -C test-trmv test-source
107 trmv/trmv-common.m4\
167 trmv/Makefile: lib-makefile.template cblas.m4 trmv/trmv-common.m4 Makefile ../$(MAKEINC)
168 $(M4) $(M4_OPTS) -Droutine=trmv lib-makefile.template >$@
234 test-trmv/Makefile: test-makefile.template cblas.m4 Makefile ../$(MAKEINC)
235 …$(M4) $(M4_OPTS) -D EXTRA_SRCS=BLAS_trmv_testgen,trmv-support -Droutine=trmv test-makefile.templat…
310 $(MAKE) -C trmv source-clean
311 $(MAKE) -C test-trmv source-clean
/dports/math/xblas/xblas-1.0.248/testing/test-trmv/
H A DMakefile18 TEST_SRCS = do_test_trmv.c BLAS_trmv_testgen.c trmv-support.c
32 ./do_test_trmv 12 1 1.0 0 0.01 > trmv.results
38 rm -f *.o *~ *.BAK trmv.results do_test_trmv core
/dports/math/xblas/xblas-1.0.248/src/
H A DMakefile4 …ile spmv/Makefile sbmv/Makefile hemv/Makefile hpmv/Makefile hbmv/Makefile trmv/Makefile tpmv/Makef…
90 trmv: target
91 mkdir trmv
93 trmv/Makefile: trmv Makefile.template ../m4/cblas.m4 ../$(MAKEINC)
94 $(M4) $(M4_OPTS) -Droutine=trmv Makefile.template >$@
164 …ile spmv/Makefile sbmv/Makefile hemv/Makefile hpmv/Makefile hbmv/Makefile trmv/Makefile tpmv/Makef…
/dports/science/siconos/siconos-4.4.0/externals/numeric_bindings/libs/numeric/bindings/tools/templates/level2/
H A Dtrmv.hpp1 $TEMPLATE[trmv.all.UPLO.trait_of]
3 $TEMPLATE[trmv.all.cblas_alias]
/dports/math/blis/blis-0.8.1/frame/compat/
H A Dbla_trmv.c117 INSERT_GENTFUNC_BLAS( trmv, trmv )

1234567