代码搜索:triangular
找到约 1,594 项符合「triangular」的源代码
代码结果 1,594
www.eeworm.com/read/464435/1530377
ch gb_basic.ch
@x l.16
extern Graph *board(); /* moves on generalized chessboards */
extern Graph *simplex(); /* generalized triangular configurations */
extern Graph *subsets(); /* patterns of subset intersection *
www.eeworm.com/read/393395/2474666
c invcholfac.c
/*
% y = invcholfac(u,K, perm)
% INVCHOLFAC Computes y(perm,perm) = u' * u, with u upper triangular.
%
% SEE ALSO sedumi, getada3
% *************
www.eeworm.com/read/179737/9341241
m feisot3.m
function [shapet3,dhdrt3,dhdst3]=feisot3(rvalue,svalue)
%------------------------------------------------------------------------
% Purpose:
% compute isoparametric three-node triangular sha
www.eeworm.com/read/359519/10140798
m mcmclt.m
% MCMLT - makes matrix of MCMC runs lower triangular
% Copyright (c) 1998, Harvard University. Full copyright in the file Copyright
%
% [ Alt ] = MCMCLT(A)
%
% A = a chain of matricies, typically co
www.eeworm.com/read/161189/10440121
m ldlt.m
%
% [L,D]=ldlt(A)
%
% This function computes the square root free Cholesky factorization
%
% A=L*D*L'
%
% where L is a lower triangular matrix with ones on the diagonal, and D
% is a diagonal matri
www.eeworm.com/read/420306/10804724
m mcmclt.m
% MCMLT - makes matrix of MCMC runs lower triangular
% Copyright (c) 1998, Harvard University. Full copyright in the file Copyright
%
% [ Alt ] = MCMCLT(A)
%
% A = a chain of matricies, typically co
www.eeworm.com/read/449130/7517942
m testgauss.m
%
% testgauss.m
%
%
% Use the Gaussian elimination and LU decomposition
% to solve a linear system.
% The Gaussian elimination is computed by gauss.m,
% the upper triangular system is solved by utria
www.eeworm.com/read/436995/7757314
m msc2f.m
% msc2f.m
% Scope: This MATLAB macro determines the real symmetric matrix stored as
% a two-dimensional array from its upper triangular part stored
%
www.eeworm.com/read/331961/12794162
m feisot3.m
function [shapet3,dhdrt3,dhdst3]=feisot3(rvalue,svalue)
%------------------------------------------------------------------------
% Purpose:
% compute isoparametric three-node triangular sha
www.eeworm.com/read/140700/13065962
txt alg065.txt
> restart;
> # LDL^t ALGORITHM 6.5
> #
> # To factor the positive definite n by n matrix A into LDL**T,
> # where L is a lower triangular matrix with ones along the diagonal
> # and D is a diagon