代码搜索:triangular

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

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

f dtbt06.f

SUBROUTINE DTBT06( RCOND, RCONDC, UPLO, DIAG, N, KD, AB, LDAB, $ WORK, RAT ) * * -- LAPACK test routine (version 3.1) -- * Univ. of Tennessee, Univ. of California
www.eeworm.com/read/367160/9778193

f dtpt01.f

SUBROUTINE DTPT01( UPLO, DIAG, N, AP, AINVP, RCOND, WORK, RESID ) * * -- LAPACK test routine (version 3.1) -- * Univ. of Tennessee, Univ. of California Berkeley and NAG Ltd.. * Nove
www.eeworm.com/read/367160/9778276

f ctpt06.f

SUBROUTINE CTPT06( RCOND, RCONDC, UPLO, DIAG, N, AP, RWORK, RAT ) * * -- LAPACK test routine (version 3.1) -- * Univ. of Tennessee, Univ. of California Berkeley and NAG Ltd.. * Nove
www.eeworm.com/read/367160/9778336

f stbt06.f

SUBROUTINE STBT06( RCOND, RCONDC, UPLO, DIAG, N, KD, AB, LDAB, $ WORK, RAT ) * * -- LAPACK test routine (version 3.1) -- * Univ. of Tennessee, Univ. of California
www.eeworm.com/read/367160/9778346

f stpt01.f

SUBROUTINE STPT01( UPLO, DIAG, N, AP, AINVP, RCOND, WORK, RESID ) * * -- LAPACK test routine (version 3.1) -- * Univ. of Tennessee, Univ. of California Berkeley and NAG Ltd.. * Nove
www.eeworm.com/read/267609/11170932

m ltindex.m

% LTINDEX - Lower Triangular Index % Copyright (c) 1998, Harvard University. Full copyright in the file Copyright % % [irow, icol] = ltindex(index, dim) ; % % If a lower triangular matrix is packed i
www.eeworm.com/read/334076/12642835

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/235187/14082495

m slu.m

function [L,U] = slu(A) %SLU Simple, square, LU factorization. % [L,U] = SLU(A) for a square matrix A, illustrates the use of % Gaussian elimination to compute a lower triangular matrix L % and a
www.eeworm.com/read/100395/15874804

html error.html

Newmat09 - error messages Error messages next - skip - up -
www.eeworm.com/read/390075/8487301

m shili22.m

function shili22 h0=figure('toolbar','none',... 'position',[200 150 550 350],... 'name','实例22'); subplot(1,2,1) x=rand(1,20); y=rand(1,20); z=peaks(x,y*pi); t=delaunay(x,y); trimesh(t