Home
last modified time | relevance | path

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

/petsc/src/mat/impls/h2opus/
H A Dmath2opussampler.hpp35 Mat GetSamplingMat() { return A; } in GetSamplingMat() function in PetscMatrixSampler
/petsc/src/mat/impls/h2opus/cuda/
H A Dmath2opus.cu733 Mat S = a->sampler->GetSamplingMat(); in MatH2OpusInferCoordinates_Private()
912 if (!kernel && a->sampler && a->sampler->GetSamplingMat()) { in MatAssemblyEnd_H2OPUS()
918 …PetscCall(MatApproximateNorm_Private(a->sampler->GetSamplingMat(), NORM_2, a->norm_max_samples, &A… in MatAssemblyEnd_H2OPUS()
960 Ae = a->sampler->GetSamplingMat(); in MatAssemblyEnd_H2OPUS()