MatrixBerryCore
+mxberry
+core
isvec.m
Go to the documentation of this file.
1
function
isPositive=
isvec
(inpArray)
2
isPositive=length(inpArray)==numel(inpArray)&&ndims(inpArray)<=2;
mxberry::core::isvec
function isvec(in inpArray)
Generated for MatrixBerryCore by
1.8.13