Function bempp::assembly::fmm_tools::basis_to_quadrature_into_dense

source ยท
pub fn basis_to_quadrature_into_dense<const BLOCKSIZE: usize, T: RlstScalar + MatrixInverse, G: Grid<T = T::Real, EntityDescriptor = ReferenceCellType> + Sync>(
    output: &mut Array<T, BaseArray<T, VectorContainer<T>, 2>, 2>,
    npts: usize,
    space: &SerialFunctionSpace<'_, T, G>,
)
Expand description

Generate a dense matrix mapping between basis functions and quadrature points