代码搜索:triangular

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

代码结果 1,594
www.eeworm.com/read/367160/9778355

f ztrt03.f

SUBROUTINE ZTRT03( UPLO, TRANS, DIAG, N, NRHS, A, LDA, SCALE, $ CNORM, TSCAL, X, LDX, B, LDB, WORK, RESID ) * * -- LAPACK test routine (version 3.1) -- * Univ. of
www.eeworm.com/read/367160/9778395

f zpot05.f

SUBROUTINE ZPOT05( UPLO, N, NRHS, A, LDA, B, LDB, X, LDX, XACT, $ LDXACT, FERR, BERR, RESLTS ) * * -- LAPACK test routine (version 3.1) -- * Univ. of Tennessee, U
www.eeworm.com/read/367160/9778398

f dtrt02.f

SUBROUTINE DTRT02( UPLO, TRANS, DIAG, N, NRHS, A, LDA, X, LDX, B, $ LDB, WORK, RESID ) * * -- LAPACK test routine (version 3.1) -- * Univ. of Tennessee, Univ. of
www.eeworm.com/read/367160/9778401

f ctrt03.f

SUBROUTINE CTRT03( UPLO, TRANS, DIAG, N, NRHS, A, LDA, SCALE, $ CNORM, TSCAL, X, LDX, B, LDB, WORK, RESID ) * * -- LAPACK test routine (version 3.1) -- * Univ. of
www.eeworm.com/read/268473/11137160

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/267609/11170918

m mcmcdemo.m

% MCMCDEMO - small demonstration program for the use of MCMC library % Copyright (c) 1998, Harvard University. Full copyright in the file Copyright % % There is no MCMC chain set up here, just a rando
www.eeworm.com/read/411401/11246800

m grinprodgausquad.m

function int=grinprodgausquad(g,sigma); %grinprodgausquad Computes the integral of the product of the gradients in 2D FEM for quadratic isoparametric triangular elements % Function int=grinprodgausqu
www.eeworm.com/read/411401/11246809

m electrlen.m

function int=electrlen(g); %electrlen Computes the length of the electrode in the case of isoparametric (quadratic) triangular element % Function int=electrlen(g) computes the length of the electrod
www.eeworm.com/read/135728/13906400

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/300448/13913654

c mcholsk.c

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