代码搜索:triangular

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

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

html spotf2.f.html

spotf2.f
www.eeworm.com/read/367160/9776418

html dpotf2.f.html

dpotf2.f
www.eeworm.com/read/367160/9776457

html dlauu2.f.html

dlauu2.f
www.eeworm.com/read/267609/11170935

m ltvec.m

% LTVEC - Change a Lower-Triangular Matrix into a Vector % Copyright (c) 1998, Harvard University. Full copyright in the file Copyright % % [V] = ltvec(M) % % M = square matrix, only the diagonal a
www.eeworm.com/read/133944/14017044

m distmat0.m

function d = distmat0(x, y) %DISTMAT0 Distance matrix (no for-loops). % % D = DISTMAT0(X, Y) returns the distance matrix with all distances % between the points represented by the rows of X and Y.
www.eeworm.com/read/235928/14041640

m som_connection.m

function C=som_connection(S) %SOM_CONNECTION Connection matrix for 'hexa' and 'rect' lattices % % C=som_connection(S) % % C=som_connection(sMap); % C=som_connection(sTopol); % C=som_connection({'h
www.eeworm.com/read/133341/14048599

c mload.c

/* $Log: mload.c,v $ Revision 1.1.1.1 2001/11/19 19:50:15 smorlat First cvs. Revision 1.1.1.1 2001/08/08 21:29:08 simon First import * Revision 1.1 1996/08/19 22:31:25 jaf * Initial revisi
www.eeworm.com/read/202680/15375885

m bslashtx.m

function x = bslashtx(A,b) % BSLASHTX Solve linear system (backslash) % x = bslashtx(A,b) solves A*x = b [n,n] = size(A); if isequal(triu(A,1),zeros(n,n)) % Lower triangular x = forward(A,b);
www.eeworm.com/read/201829/15394566

java lotteryarray.java

/** * @version 1.0 27 Mar 1998 * @author Cay Horstmann */ import corejava.*; public class LotteryArray { public static long lotteryOdds(int high, int number) { long r = 1; in
www.eeworm.com/read/287843/8665651

m lambdaab.m

function y=lambdaab(x,a,b) % y=lambdaab(x) triangular function of width 2b centered at a (b>0) % y=(x/b+(b-a)/b).*((x>(a-b)) & (x=a) & (x