代码搜索:triangular

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

代码结果 1,594
www.eeworm.com/read/161171/10440799

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/161095/10452169

m try2.m

function info = try2(A,pin); % TRY2 : test SUPERLU with 2 outputs % % info = try2(A,pin); % normally info is the residual norm; % but info is at least 10^6 if U is not triangular % or if the factors
www.eeworm.com/read/161095/10452211

m try3.m

function info = try3(A,pin); % TRY3 : test SUPERLU with 3 outputs % % info = try3(A,pin); % normally info is the residual norm; % but info is at least 10^6 if the factors are not triangular, % or the
www.eeworm.com/read/161095/10453156

c zher2.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 zher2_(char *uplo,
www.eeworm.com/read/161095/10453184

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/161095/10453255

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/161095/10453340

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/161095/10453828

c zsymv.c

#include "f2c.h" /* Subroutine */ int zsymv_(char *uplo, integer *n, doublecomplex *alpha, doublecomplex *a, integer *lda, doublecomplex *x, integer *incx, doublecomplex *beta, doublecomplex *y,
www.eeworm.com/read/161095/10453835

c csymv.c

#include "f2c.h" /* Subroutine */ int csymv_(char *uplo, integer *n, complex *alpha, complex * a, integer *lda, complex *x, integer *incx, complex *beta, complex *y, integer *incy) { /* -- LAPACK
www.eeworm.com/read/161094/10454676

c zher2.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 zher2_(char *uplo,