view liboctave/octave.in.pc @ 30225:3a988323d5d7

refactor typed data get and set methods for mxArray objects * mex.cc (TYPED_GET_METHOD, TYPED_SET_METHOD): Delete macros (class mxArray_base_full, class mxArray_base_sparse): Define get and set methods for typed data. (class mxArray_separate_full, class mxArray_separate_sparse): Provided overloaded get and set methods for typed data that simply panic since these operations are only defined for real-valued data or complex-valued data that uses interleaved storage.
author John W. Eaton <jwe@octave.org>
date Fri, 01 Oct 2021 13:45:04 -0400
parents 26070f36f1e7
children
line wrap: on
line source

Name: @PACKAGE_NAME@
Description: C++ interface to GNU Octave underlying library.
URL: https://www.octave.org
Version: @PACKAGE_VERSION@
Requires:
Requires.private:
Libs: -L@octlibdir@ @LIBOCTAVE@
Libs.private: @LIBOCTAVE_LINK_DEPS@
Cflags: -I@octincludedir@/..