Home
last modified time | relevance | path

Searched refs:holder_b (Results 1 – 2 of 2) sorted by relevance

/dports/math/xtensor/xtensor-0.24.0/test/
H A Dtest_xexpression_holder.cpp28 xexpression_holder holder_b(b); in TEST() local
39 xexpression_holder holder_b(b); in TEST() local
41 holder_a = holder_b; in TEST()
42 holder_b = xexpression_holder(c); in TEST()
/dports/math/hmat-oss/hmat-oss-1.7.1/src/
H A Dc_wrapping.hpp203 hmat_matrix_t * holder_b, void *beta, hmat_matrix_t * holder_c) { in gemm() argument
206 hmat::HMatInterface<T>* hmat_b = (hmat::HMatInterface<T>*)holder_b; in gemm()