代码搜索:triangular

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

代码结果 1,594
www.eeworm.com/read/432373/8608514

m fastsmooth.m

function SmoothY=fastsmooth(Y,smoothwidth) % fastsmooth(Y,w) smooths vector Y by triangular % smooth of width = smoothwidth. Works well with signals up to % 100,000 points in length and smooth width
www.eeworm.com/read/182357/9206810

m fastsmooth.m

function SmoothY=fastsmooth(Y,smoothwidth) % fastsmooth(Y,w) smooths vector Y by triangular % smooth of width = smoothwidth. Works well with signals up to % 100,000 points in length and smooth width
www.eeworm.com/read/167116/9980477

m qrsteps.m

function [A,b] = qrsteps(A,b) %QRSTEPS Orthogonal-triangular decomposition. % Demonstrates M-file version of built-in QR function. % R = QRSTEPS(A) is the upper trapezoidal matrix R that % resu
www.eeworm.com/read/424063/10500043

m schord.m

function [Qo, To] = schord(Qi, Ti, index) %SCHORD Ordered schur decomposition. % [Qo, To] = schord(Qi, Ti, index) Given the square (possibly % complex) upper-triangular matrix Ti and orthogonal m
www.eeworm.com/read/419697/10843009

c alg066.c

/* * CHOLESKI'S ALGORITHM 6.6 * * To factor the positive definite n by n matrix A into LL**T, * where L is lower triangular. * * INPUT: the dimension n; entries A(I,J), 1
www.eeworm.com/read/197918/7962103

m ttrai.m

%ttrai figure(2); clf; set (gcf,'Position',[0.5 0.1 0.35 0.4],'Name','Trancated Triangular Input Data Window','NumberTitle','off','Units','normalized'); set (gcf,'Units','normalized','Position',[0.45
www.eeworm.com/read/140698/13066609

c alg066.c

/* * CHOLESKI'S ALGORITHM 6.6 * * To factor the positive definite n by n matrix A into LL**T, * where L is lower triangular. * * INPUT: the dimension n; entries A(I,J), 1
www.eeworm.com/read/137285/13335073

h cmatrix.h

typedef struct { int N ; int K ; int **C ; } ulist_matrix ; typedef struct { int N ; int u ; /* whether this is an upper triangular matrix, and its inverse, or vice versa */ int i
www.eeworm.com/read/316412/13523407

m qrsteps.m

function [A,b] = qrsteps(A,b) %QRSTEPS Orthogonal-triangular decomposition. % Demonstrates M-file version of built-in QR function. % R = QRSTEPS(A) is the upper trapezoidal matrix R that % resu
www.eeworm.com/read/492033/6430248

h plelemrotlt.h

#ifndef PLELEMROTLT_H #define PLELEMROTLT_H #include "alias.h" struct matrix; struct vector; struct ivector; /** class planeelemrotlt defines plane triangular element with rotational degrees o