代码搜索:overloading
找到约 1,176 项符合「overloading」的源代码
代码结果 1,176
www.eeworm.com/read/294203/8246712
m length.m
function n = length(q)
% LENGTH Length of vector.
% (Quaternion overloading of standard Matlab function.)
% Copyright
www.eeworm.com/read/294203/8246715
m isreal.m
function tf = isreal(A)
% ISREAL True for real (quaternion) array.
% (Quaternion overloading of standard Matlab function.)
% Copyright
www.eeworm.com/read/294203/8246717
m asinh.m
function Y = asinh(X)
% ASINH Inverse hyperbolic sine.
% (Quaternion overloading of standard Matlab function.)
% Copyright
www.eeworm.com/read/294203/8246729
m triu.m
function d = triu(v, k)
% TRIU Extract upper triangular part.
% (Quaternion overloading of standard Matlab function.)
% Copyright
www.eeworm.com/read/294203/8246745
m acos.m
function Y = acos(X)
% ACOS Inverse cosine.
% (Quaternion overloading of standard Matlab function.)
% Copyright
www.eeworm.com/read/294203/8246750
m round.m
function a = round(q)
% ROUND Round towards nearest integer.
% (Quaternion overloading of standard Matlab function.)
% Copyright
www.eeworm.com/read/294203/8246754
m subsref.m
function b = subsref(a, ss)
% SUBSREF Subscripted reference.
% (Quaternion overloading of standard Matlab function.)
% Copyright
www.eeworm.com/read/294203/8246766
m subsasgn.m
function r = subsasgn(a, ss, b)
% SUBSASGN Subscripted assignment.
% (Quaternion overloading of standard Matlab function.)
% Copyright
www.eeworm.com/read/294203/8246791
m ifftshift.m
function Y = ifftshift(X,dim)
% IFFTSHIFT Inverse FFT shift.
% (Quaternion overloading of standard Matlab function.)
% Copyright
www.eeworm.com/read/294203/8246803
m ceil.m
function a = ceil(q)
% CEIL Round towards plus infinity.
% (Quaternion overloading of standard Matlab function.)
% Copyright