MatrixBerryCore
isparttbxinst.m
Go to the documentation of this file.
1 function [isParTbxInstalled,isAltPartTbxInstalled]=isparttbxinst()
2 isParTbxInstalled=~isempty(which('getCurrentTask'));
3 isAltPartTbxInstalled=...
4  ~isempty(which('mxberry.pcalcalt.auxdfeval'));
function isparttbxinst()