代码搜索:triangular

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

代码结果 1,594
www.eeworm.com/read/167185/5462098

c posdefsol.c

posdefsol(M,A,B,x,y,t,t1,n)/* solves M*x=y, M pos definite, A, B temp matrices, t and t1 temp vectors */ register double A[],B[],M[],x[],y[],t[],t1[]; register int n; { register int rtflag,i; dmmov
www.eeworm.com/read/167185/5462213

c posdefsol.c

posdefsol(M,A,B,x,y,t,t1,n)/* solves M*x=y, M pos definite, A, B temp matrices, t and t1 temp vectors */ register double A[],B[],M[],x[],y[],t[],t1[]; register int n; { register int rtflag,i; dmmov
www.eeworm.com/read/167185/5463655

test window.test

#! /bin/sh # @(#)window.test 1.1 5/31/88 ESI # test script for window echo "1 1 1 1 1 1 1 1 1 1" | testsd -a- test.sd echo "should show 2 frames of 1s hamming windowed" cat test.sd | frame -l5 - - | w
www.eeworm.com/read/475710/6775909

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/294870/8196390

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/294870/8196868

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/294317/8241572

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/294203/8246729

m triu.m

function d = triu(v, k) % TRIU Extract upper triangular part. % (Quaternion overloading of standard Matlab function.) % Copyright
www.eeworm.com/read/294203/8246971

m tril.m

function d = tril(v, k) % TRIL Extract lower triangular part. % (Quaternion overloading of standard Matlab function.) % Copyright
www.eeworm.com/read/367160/9769245

f zsymv.f

SUBROUTINE ZSYMV( UPLO, N, ALPHA, A, LDA, X, INCX, BETA, Y, INCY ) * * -- LAPACK auxiliary routine (version 3.1) -- * Univ. of Tennessee, Univ. of California Berkeley and NAG Ltd.. *