pub fn transpose_basis_to_quadrature_into_csr<const BLOCKSIZE: usize, T: RlstScalar + MatrixInverse, G: Grid<T = T::Real, EntityDescriptor = ReferenceCellType> + Sync>(
    npts: usize,
    space: &SerialFunctionSpace<'_, T, G>,
) -> CsrMatrix<T>
Expand description

Generate a CSR transpose matrix mapping between basis functions and quadrature points