Home
last modified time | relevance | path

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

/petsc/src/mat/impls/h2opus/
H A Dmath2opussampler.hpp12 HRealVector hbuffer_in, hbuffer_out; member in PetscMatrixSampler
85 if (hbuffer_in.size() < (size_t)n * nv) hbuffer_in.resize(n * nv); in VerifyBuffers()
104 …permute_vectors(v, this->hbuffer_in.data(), n, nv, this->hindexmap.data(), 1, H2OPUS_HWTYPE_CPU, t… in PermuteBuffersIn()
105 *w = this->hbuffer_in.data(); in PermuteBuffersIn()