Home
last modified time | relevance | path

Searched refs:op_inplace_sub (Results 1 – 19 of 19) sorted by relevance

/dports/math/viennacl/ViennaCL-1.7.1/viennacl/
H A Dmatrix.hpp1889 struct op_executor<matrix_base<T>, op_inplace_sub, matrix_base<T> >
2412 op_executor<matrix_base<T>, op_inplace_sub, LHS>::apply(lhs, proxy.lhs()); in apply()
2413 op_executor<matrix_base<T>, op_inplace_sub, RHS>::apply(lhs, proxy.rhs()); in apply()
2540 op_executor<matrix_base<T>, op_inplace_sub, RHS>::apply(lhs, proxy.rhs()); in apply()
2662 op_executor<matrix_base<T>, op_inplace_sub, RHS>::apply(lhs, proxy.rhs()); in apply()
3494 op_inplace_sub,
3534 op_inplace_sub,
3576 op_inplace_sub,
3818 op_inplace_sub,
3839 op_inplace_sub,
[all …]
H A Dcirculant_matrix.hpp305 …struct op_executor<vector_base<T>, op_inplace_sub, vector_expression<const circulant_matrix<T, A>,…
342 …struct op_executor<vector_base<T>, op_inplace_sub, vector_expression<const circulant_matrix<T, A>,…
H A Dhankel_matrix.hpp288 …struct op_executor<vector_base<T>, op_inplace_sub, vector_expression<const hankel_matrix<T, A>, co…
325 …struct op_executor<vector_base<T>, op_inplace_sub, vector_expression<const hankel_matrix<T, A>, co…
H A Dvandermonde_matrix.hpp288 …struct op_executor<vector_base<T>, op_inplace_sub, vector_expression<const vandermonde_matrix<T, A…
325 …struct op_executor<vector_base<T>, op_inplace_sub, vector_expression<const vandermonde_matrix<T, A…
H A Dvector.hpp2080 struct op_executor<vector_base<T>, op_inplace_sub, vector_base<T> >
2506 …struct op_executor<vector_base<T>, op_inplace_sub, vector_expression<const LHS, const RHS, op_add>…
2523 op_executor<vector_base<T>, op_inplace_sub, LHS>::apply(lhs, proxy.lhs()); in apply()
2524 op_executor<vector_base<T>, op_inplace_sub, RHS>::apply(lhs, proxy.rhs()); in apply()
2645 op_executor<vector_base<T>, op_inplace_sub, RHS>::apply(temp, proxy.rhs()); in apply()
2651 op_executor<vector_base<T>, op_inplace_sub, RHS>::apply(lhs, proxy.rhs()); in apply()
2767 op_executor<vector_base<T>, op_inplace_sub, RHS>::apply(temp, proxy.rhs()); in apply()
2773 op_executor<vector_base<T>, op_inplace_sub, RHS>::apply(lhs, proxy.rhs()); in apply()
2878 …struct op_executor<vector_base<T>, op_inplace_sub, vector_expression<const LHS, const RHS, op_sub>…
2890 op_executor<vector_base<T>, op_inplace_sub, RHS>::apply(temp, proxy.rhs()); in apply()
[all …]
H A Dtoeplitz_matrix.hpp329 …struct op_executor<vector_base<T>, op_inplace_sub, vector_expression<const toeplitz_matrix<T, A>, …
366 …struct op_executor<vector_base<T>, op_inplace_sub, vector_expression<const toeplitz_matrix<T, A>, …
H A Dell_matrix.hpp300 …struct op_executor<vector_base<T>, op_inplace_sub, vector_expression<const ell_matrix<T, A>, const…
343 …struct op_executor<vector_base<T>, op_inplace_sub, vector_expression<const ell_matrix<T, A>, const…
H A Dsliced_ell_matrix.hpp321 …struct op_executor<vector_base<ScalarT>, op_inplace_sub, vector_expression<const sliced_ell_matrix…
364 …struct op_executor<vector_base<ScalarT>, op_inplace_sub, vector_expression<const sliced_ell_matrix…
H A Dcoordinate_matrix.hpp446 …struct op_executor<vector_base<T>, op_inplace_sub, vector_expression<const coordinate_matrix<T, A>…
489 …struct op_executor<vector_base<T>, op_inplace_sub, vector_expression<const coordinate_matrix<T, A>…
H A Dhyb_matrix.hpp382 …struct op_executor<vector_base<T>, op_inplace_sub, vector_expression<const hyb_matrix<T, A>, const…
425 …struct op_executor<vector_base<T>, op_inplace_sub, vector_expression<const hyb_matrix<T, A>, const…
H A Dcompressed_compressed_matrix.hpp559 …struct op_executor<vector_base<T>, op_inplace_sub, vector_expression<const compressed_compressed_m…
602 …struct op_executor<vector_base<T>, op_inplace_sub, vector_expression<const compressed_compressed_m…
H A Dcompressed_matrix.hpp1119 …struct op_executor<vector_base<T>, op_inplace_sub, vector_expression<const compressed_matrix<T, A>…
1162 …struct op_executor<vector_base<T>, op_inplace_sub, vector_expression<const compressed_matrix<T, A>…
H A Dforwards.h85 struct op_inplace_sub {}; struct
/dports/math/viennacl/ViennaCL-1.7.1/tests/src/
H A Dscheduler_matrix_vector.cpp168 …viennacl::scheduler::statement my_statement(vcl_v1, viennacl::op_inplace_sub(), viennacl::linalg… in test_prod_rank1()
289 …viennacl::scheduler::statement my_statement(vcl_v1, viennacl::op_inplace_sub(), alpha * viennacl… in test_prod_rank1()
349 …viennacl::scheduler::statement my_statement(vcl_v2, viennacl::op_inplace_sub(), viennacl::linalg… in test_prod_rank1()
410 …viennacl::scheduler::statement my_statement(vcl_v2, viennacl::op_inplace_sub(), alpha * viennacl… in test_prod_rank1()
H A Dscheduler_matrix_matrix.cpp184 …viennacl::scheduler::statement my_statement(vcl_C, viennacl::op_inplace_sub(), viennacl::linalg::p… in test_prod()
260 …viennacl::scheduler::statement my_statement(vcl_C, viennacl::op_inplace_sub(), viennacl::linalg::p… in test_prod()
334 …viennacl::scheduler::statement my_statement(vcl_C, viennacl::op_inplace_sub(), viennacl::linalg::p… in test_prod()
409 …viennacl::scheduler::statement my_statement(vcl_C, viennacl::op_inplace_sub(), viennacl::linalg::p… in test_prod()
H A Dscheduler_matrix.cpp213 …viennacl::scheduler::statement my_statement(vcl_C, viennacl::op_inplace_sub(), vcl_C); // same as … in run_test()
433 viennacl::scheduler::statement my_statement(vcl_C, viennacl::op_inplace_sub(), trans(vcl_A)); in run_test()
H A Dscheduler_vector.cpp209 …viennacl::scheduler::statement my_statement(vcl_v1, viennacl::op_inplace_sub(), vcl_v2); // same… in test()
/dports/math/viennacl/ViennaCL-1.7.1/viennacl/linalg/
H A Dvector_operations.hpp1296 …linalg::detail::op_executor<vector_base<T>, op_inplace_sub, vector_expression<const LHS, const RHS… in operator -=()
/dports/math/viennacl/ViennaCL-1.7.1/viennacl/scheduler/
H A Dforwards.h227 …template<> struct op_type_info<op_inplace_sub> { enum { id = OPERATION_BINARY_IN…