function x = cs_pvec (b,p) %#ok %CS_PVEC x=b(p) % % Example: % x = cs_pvec (b,p) % See also: cs_demo % CXSparse, Copyright (c) 2006-2022, Timothy A. Davis. All Rights Reserved. % SPDX-License-Identifier: LGPL-2.1+ error ('cs_pvec mexFunction not found') ;