代码搜索:triangular

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

代码结果 1,594
www.eeworm.com/read/459616/7270454

cpp lower.cpp

// test lower triangular matrix class #include #include "lower.h" void main(void) { LowerMatrix X(20); X.Store(22,1,1).Store(44,5,3).Store(55,10,2).Store(0,8,5); cout
www.eeworm.com/read/458493/7295679

m lunopivvec.m

function [L,U] = luNopivVec(A,ptol) % luNopivVec LU factorization without pivoting - vectorized implementation % Row operations to compute submatrix A(i+1:n,i+1:n) resulting %
www.eeworm.com/read/458488/7296102

m lunopivvec.m

function [L,U] = luNopivVec(A,ptol) % luNopivVec LU factorization without pivoting - vectorized implementation % Row operations to compute submatrix A(i+1:n,i+1:n) resulting %
www.eeworm.com/read/451385/7466234

m golub.m

function A = golub(n) %GOLUB Badly conditioned integer test matrices. % GOLUB(n) is the product of two random integer n-by-n matrices, % one of them unit lower triangular and one unit upper tr
www.eeworm.com/read/449125/7518016

m demo_linsys.m

clear all; format long e disp(' ') disp(' Create an n by n singular upper trigiagonal matrix A ') disp(' and a consistent right hand side b. ') disp(' In exact arithmetic A
www.eeworm.com/read/449044/7519584

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
www.eeworm.com/read/448905/7522778

m fig5_40.m

% Chapter 5: Figure 5.40, p. 273 % % Compute the response of the Mobile Robot Control % System to a triangular wave input. % numg=[10 20]; deng=[1 10 0]; [num,den]=cloop(numg,deng); t=[0:0.1:8.2
www.eeworm.com/read/448535/7531367

m cholesky.m

function [L] = cholesky(B) % % Compute the Cholesky factorization of B, B = LL' % (this version does not require additional storage) % % function [L] = cholesky(B) % % B = matrix to be factored
www.eeworm.com/read/446689/7571150

m 实例22.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
www.eeworm.com/read/446689/7571304

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