代码搜索:triangular

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

代码结果 1,594
www.eeworm.com/read/341613/12075339

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/253939/12176331

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/151555/12201485

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
www.eeworm.com/read/150758/12266420

c dsymv.c

#include "blas.h" int dsymv_(char *uplo, long *n, double *alpha, double *a, long *lda, double *x, long *incx, double *beta, double *y, long *incy) { long info, i, j, ix, iy, jx, jy, kx,
www.eeworm.com/read/150758/12266423

c dpotf2.c

/* dpotf2.f -- translated by f2c (version 20000121). You must link the resulting object file with the libraries: -lf2c -lm (in that order) */ #include "f2c.h" /* Table of constant values */ s
www.eeworm.com/read/149915/12333431

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/148789/12426001

c dsymv.c

#include "blas.h" int dsymv_(char *uplo, long *n, double *alpha, double *a, long *lda, double *x, long *incx, double *beta, double *y, long *incy) { long info, i, j, ix, iy, jx, jy, kx,
www.eeworm.com/read/148789/12426007

c dpotf2.c

/* dpotf2.f -- translated by f2c (version 20000121). You must link the resulting object file with the libraries: -lf2c -lm (in that order) */ #include "f2c.h" /* Table of constant values */ s
www.eeworm.com/read/234666/14101972

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/132141/14107434

cpp lower.cpp

// test lower triangular matrix class #include #include "lower.h" void main(void) { LowerMatrix X(20); X.Store(22,1,1).Store(44,5,3).Store(55,10,2).Store(0,8,5);