代码搜索:overloading

找到约 1,176 项符合「overloading」的源代码

代码结果 1,176
www.eeworm.com/read/162614/5523573

ada c67002b.ada

-- C67002B.ADA -- Grant of Unlimited Rights -- -- Under contracts F33600-87-D-0337, F33600-84-D-0280, MDA903-79-C-0687, -- F08630-91-C-0015, and DCA100-97-D-0025,
www.eeworm.com/read/162614/5523596

ada c67002a.ada

-- C67002A.ADA -- Grant of Unlimited Rights -- -- Under contracts F33600-87-D-0337, F33600-84-D-0280, MDA903-79-C-0687, -- F08630-91-C-0015, and DCA100-97-D-0025,
www.eeworm.com/read/473219/6849150

m det.m

function d = det(X) %DET (overloaded) % Author Johan L鰂berg % $Id: det.m,v 1.2 2004/07/01 11:17:09 johanl Exp $ n = X.n; m = X.m; if n~=m error('Matrix must be square.'); else
www.eeworm.com/read/193277/8242441

m det.m

function d = det(X) %DET (overloaded) % Author Johan L鰂berg % $Id: det.m,v 1.1 2006/08/10 18:00:19 joloef Exp $ n = X.dim(1); m = X.dim(2); if n~=m error('Matrix must be square.');
www.eeworm.com/read/193277/8243276

m det.m

function d = det(X) %DET (overloaded) % Author Johan L鰂berg % $Id: det.m,v 1.4 2006/07/26 20:17:57 joloef Exp $ n = X.dim(1); m = X.dim(2); if n~=m error('Matrix must be square.');
www.eeworm.com/read/294203/8246604

m conv.m

function C = conv(A, B) % CONV Convolution and polynomial multiplication. % (Quaternion overloading of standard Matlab function.) % Copyright
www.eeworm.com/read/294203/8246616

m sinh.m

function Y = sinh(X) % SINH Hyperbolic Sine. % (Quaternion overloading of standard Matlab function.) % Copyright
www.eeworm.com/read/294203/8246645

m atanh.m

function Y = atanh(X) % ATANH Inverse hyperbolic tangent. % (Quaternion overloading of standard Matlab function.) % Copyright
www.eeworm.com/read/294203/8246648

m norm.m

function n = norm(A, p) % NORM Matrix or vector norm. % (Quaternion overloading of standard Matlab function, with some limitations.) % Copyright
www.eeworm.com/read/294203/8246651

m svd.m

function [U,S,V] = svd(X, econ) % SVD Singular value decomposition. % (Quaternion overloading of standard Matlab function.) % Copyright