Home > manopt > autodiff > functions_AD > iscstruct.m

iscstruct

PURPOSE ^

SYNOPSIS ^

function flag = iscstruct(A)

DESCRIPTION ^

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 function flag = iscstruct(A)
0002     flag = ( isstruct(A) && isfield(A, 'real') && isfield(A, 'imag') );
0003 end

Generated on Fri 30-Sep-2022 13:18:25 by m2html © 2005