Searched refs:sopen (Results 1 – 5 of 5) sorted by relevance
8 mex-scripts: sread sopen sclose swrite29 sopen: target30 …MEX} -g GCC='${CC}' CC='${PCC}' CFLAGS='${COPTFLAGS} ${CC_FLAGS} ${CCPPFLAGS} ${PCC_FLAGS}' sopen.c31 -@${RM} -f sopen.o32 -@${MV} sopen.mex* ${PETSC_DIR}/${PETSC_ARCH}/lib/petsc/matlab
5 % This provides an object-oriented interface to the PETSc provided MATLAB routines sopen(), sread(…8 % The MEX source for sopen(), sread() and sclose() is in $PETSC_DIR/src/sys/classes/viewer/impls/s…11 S = struct('fd', sopen());13 S = struct('fd', sopen(socketnumber));
3 % O = close(sreader) - closes the socket connection created with sopen(socketnumber)
3 % write(sreader,data,datatype) - writes data to a socket opened with sopen(socketnumber)
3 % O = read(sreader,count,datatype) - reads data from a socket opened with sopen(socketnumber)