代码搜索:triangular

找到约 1,594 项符合「triangular」的源代码

代码结果 1,594
www.eeworm.com/read/161094/10454695

c ssymv.c

/* -- translated by f2c (version 19940927). You must link the resulting object file with the libraries: -lf2c -lm (in that order) */ #include "f2c.h" /* Subroutine */ int ssymv_(char *uplo,
www.eeworm.com/read/161094/10454749

c cher2.c

/* -- translated by f2c (version 19940927). You must link the resulting object file with the libraries: -lf2c -lm (in that order) */ #include "f2c.h" /* Subroutine */ int cher2_(char *uplo,
www.eeworm.com/read/161094/10454800

c dsymv.c

/* -- translated by f2c (version 19940927). You must link the resulting object file with the libraries: -lf2c -lm (in that order) */ #include "f2c.h" /* Subroutine */ int dsymv_(char *uplo,
www.eeworm.com/read/350382/10745691

m amtriang.m

function y = amtriang(N,t0,T); %AMTRIANG Generate triangular amplitude modulation. % Y = AMTRIANG(N,T0,T) generates a triangular amplitude modulation % centered on a time T0, and with a spread propor
www.eeworm.com/read/349839/10797176

m amtriang.m

function y = amtriang(N,t0,T); %AMTRIANG Generate triangular amplitude modulation. % Y = AMTRIANG(N,T0,T) generates a triangular amplitude modulation % centered on a time T0, and with a spread propor
www.eeworm.com/read/272848/10940655

cpp lowertriangularmatrix.cpp

// test lower triangular matrix class #include #include "lowerTriangularMatrix.h" using namespace std; int main(void) { lowerTriangularMatrix x(20); x.set(1,1,22);
www.eeworm.com/read/463764/6947716

m ahpmakemat.m

function m=ahpmakemat(a) %AHPMAKEMAT Turn a vector of comparisons into an AHP matrix. % M=AHPMAKEMAT(A) returns an AHP matrix M from an input vector A. % A must be a triangular number to cor
www.eeworm.com/read/469181/6978756

m autocorr.m

function r=autocorr(y,N,wtype,opt); % Usage: r=autocorr(y,N,wtype,opt); % Sample autocorrelation lags calculation % r=R(0:N-1) % y: a vector % N: # of autocorrelation lags % wtype: types of window us
www.eeworm.com/read/383268/7119662

m amtriang.m

function y = amtriang(N,t0,T); %AMTRIANG Generate triangular amplitude modulation. % Y = AMTRIANG(N,T0,T) generates a triangular amplitude modulation % centered on a time T0, and with a spread propor
www.eeworm.com/read/464335/7165201

m golub.m

function A = golub(n) %GOLUB Badly conditioned integer test matrices. % GOLUB(n) is the product of two random integer n-by-n matrices, % one of them unit lower triangular and one unit upper tr