代码搜索:overloading
找到约 1,176 项符合「overloading」的源代码
代码结果 1,176
www.eeworm.com/read/331439/12828711
m asinh.m
function Y = asinh(X)
% ASINH Inverse hyperbolic sine.
% (Quaternion overloading of standard Matlab function.)
% Copyright
www.eeworm.com/read/331439/12828724
m triu.m
function d = triu(v, k)
% TRIU Extract upper triangular part.
% (Quaternion overloading of standard Matlab function.)
% Copyright
www.eeworm.com/read/331439/12828734
m acos.m
function Y = acos(X)
% ACOS Inverse cosine.
% (Quaternion overloading of standard Matlab function.)
% Copyright
www.eeworm.com/read/331439/12828740
m round.m
function a = round(q)
% ROUND Round towards nearest integer.
% (Quaternion overloading of standard Matlab function.)
% Copyright
www.eeworm.com/read/331439/12828743
m subsref.m
function b = subsref(a, ss)
% SUBSREF Subscripted reference.
% (Quaternion overloading of standard Matlab function.)
% Copyright
www.eeworm.com/read/331439/12828755
m det.m
function n = det(X, d)
% DET Determinant.
% (Quaternion overloading of standard Matlab function, with differences.)
%
% The second parameter may be:
%
% 'Moore' The determinant is the product o
www.eeworm.com/read/331439/12828756
m subsasgn.m
function r = subsasgn(a, ss, b)
% SUBSASGN Subscripted assignment.
% (Quaternion overloading of standard Matlab function.)
% Copyright
www.eeworm.com/read/331439/12828782
m ifftshift.m
function Y = ifftshift(X,dim)
% IFFTSHIFT Inverse FFT shift.
% (Quaternion overloading of standard Matlab function.)
% Copyright
www.eeworm.com/read/331439/12828793
m ceil.m
function a = ceil(q)
% CEIL Round towards plus infinity.
% (Quaternion overloading of standard Matlab function.)
% Copyright
www.eeworm.com/read/331439/12828799
m uint16.m
function d = uint16(q)
% UINT16 Convert to unsigned 16-bit integer (obsolete).
% (Quaternion overloading of standard Matlab function.)
% Copyright