代码搜索:overloading
找到约 1,176 项符合「overloading」的源代码
代码结果 1,176
www.eeworm.com/read/294203/8246874
m atan.m
function Y = atan(X)
% ATAN Inverse tangent.
% (Quaternion overloading of standard Matlab function.)
% Copyright
www.eeworm.com/read/294203/8246876
m floor.m
function a = floor(q)
% FLOOR Round towards minus infinity.
% (Quaternion overloading of standard Matlab function.)
% Copyright
www.eeworm.com/read/294203/8246882
m single.m
function d = single(q)
% SINGLE Convert quaternion to single precision (obsolete).
% (Quaternion overloading of standard Matlab function.)
% Copyright
www.eeworm.com/read/294203/8246885
m rdivide.m
function r = rdivide(a, b)
% ./ Right array divide.
% (Quaternion overloading of standard Matlab function.)
% Copyright
www.eeworm.com/read/294203/8246890
m log.m
function Y = log(X)
% LOG Natural logarithm.
% (Quaternion overloading of standard Matlab function.)
% Copyright
www.eeworm.com/read/294203/8246896
m mean.m
function m = mean(X, dim)
% MEAN Average or mean value.
% (Quaternion overloading of standard Matlab function.)
% Copyright
www.eeworm.com/read/294203/8246901
m asin.m
function Y = asin(X)
% ASIN Inverse sine.
% (Quaternion overloading of standard Matlab function.)
% Copyright
www.eeworm.com/read/294203/8246909
m repmat.m
function b = repmat(a, m, n)
% REPMAT Replicate and tile an array.
% (Quaternion overloading of standard Matlab function.)
% Copyright
www.eeworm.com/read/294203/8246912
m size.m
function [r, c] = size(q, dim)
% SIZE Size of matrix.
% (Quaternion overloading of standard Matlab function.)
% Copyright
www.eeworm.com/read/294203/8246965
m cosh.m
function Y = cosh(X)
% COSH Hyperbolic cosine.
% (Quaternion overloading of standard Matlab function.)
% Copyright