代码搜索:triangular

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

代码结果 1,594
www.eeworm.com/read/135410/13935072

c mcholsk.c

#include #include #include #include "msp.h" void mcholsk(complex a[],complex b[],int n,float eps,int *iflag) { /*---------------------------------------------------
www.eeworm.com/read/389692/8507546

m tri2mf.m

function y = tri2mf(x,params) %TRI2MF Triangular membership function with two parameters % The parameters are [center delta] where delta is the % distance from the center to either foot. % Copy
www.eeworm.com/read/427282/8954009

m lineartriangleelementarea.m

function y = LinearTriangleElementArea(xi,yi,xj,yj,xm,ym) %LinearTriangleElementArea This function returns the area of the % linear triangular element whose first %
www.eeworm.com/read/427282/8954189

m quadtriangleelementarea.m

function y = QuadTriangleElementArea(x1,y1,x2,y2,x3,y3) %QuadTriangleElementArea This function returns the area of the % quadratic triangular element whose first %
www.eeworm.com/read/427282/8954214

m lineartriangleassemble.m

function y = LinearTriangleAssemble(K,k,i,j,m) %LinearTriangleAssemble This function assembles the element % stiffness matrix k of the linear % t
www.eeworm.com/read/181714/9240332

m qrfac.m

function [H, R] = qrfac(A) % QR factorization of A by Householder transformations. % Householder vectors are stored in H % Version 11.12.2003. INCBOX [m,n] = size(A); H = zeros(m,n); % m
www.eeworm.com/read/378188/9242750

f dsymv.f

SUBROUTINE DSYMV ( UPLO, N, ALPHA, A, LDA, X, INCX, $ BETA, Y, INCY ) ! ---------------------------------------------------------------------- Use numerics
www.eeworm.com/read/378182/9248578

cu stpmv.cu

/* * Copyright 1993-2008 NVIDIA Corporation. All rights reserved. * * NOTICE TO USER: * * This source code is subject to NVIDIA ownership rights under U.S. and * international Copyright laws
www.eeworm.com/read/378182/9248611

cu ssyr2k.cu

/* * Copyright 1993-2008 NVIDIA Corporation. All rights reserved. * * NOTICE TO USER: * * This source code is subject to NVIDIA ownership rights under U.S. and * international Copyright laws
www.eeworm.com/read/378182/9248614

cu strmv.cu

/* * Copyright 1993-2008 NVIDIA Corporation. All rights reserved. * * NOTICE TO USER: * * This source code is subject to NVIDIA ownership rights under U.S. and * international Copyright laws