No BSD License
function r = Tsqrt(x) %function r = Tsqrt(x) % %The same as CHOL, only %R*R' = X; %instead of %R'*R = X. % %See also CHOL. r = chol(x)';
Contact us at files@mathworks.com