代码搜索:triangular

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

代码结果 1,594
www.eeworm.com/read/407093/11430027

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/407093/11430119

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/407093/11430120

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/260913/11686981

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/157453/11704018

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);
www.eeworm.com/read/346367/11752761

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/259580/11780223

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/155568/11863006

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/154760/11928613

m fsmenu.m

% %FOURIER SERIES DEMONSTRATION % %ASSUMED PERIOD T=1. ASSUMED PEAK VALUE = 1 %PROGRAM WILL PROMPT FOR OTHER PARAMETERS % %ENTER A NUMBER AS FOLLOWS: % %RECTANGULAR PULSE : 1 %SAWT
www.eeworm.com/read/342749/12003598

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