代码搜索:triangular
找到约 1,594 项符合「triangular」的源代码
代码结果 1,594
www.eeworm.com/read/252197/12294141
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
www.eeworm.com/read/225852/14513445
m mat2cov.m
function P = mat2cov(Pmat,idx)
% MAT2COV Extract covariance matrix from vector of upper triangular elements.
%
% P = mat2cov(Pvec) returns the (quadratic) covariance matrix when given a
%
www.eeworm.com/read/220288/14844063
m mat2cov.m
function P = mat2cov(Pmat,idx)
% MAT2COV Extract covariance matrix from vector of upper triangular elements.
%
% P = mat2cov(Pvec) returns the (quadratic) covariance matrix when given a
%
www.eeworm.com/read/216045/15028903
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
www.eeworm.com/read/210153/15205922
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
www.eeworm.com/read/209621/15216388
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
www.eeworm.com/read/173140/9670779
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
www.eeworm.com/read/173076/9675396
m veclt.m
% VECLT - change a vector into a lower-triangular matrix
% Copyright (c) 1998, Harvard University. Full copyright in the file Copyright
%
% [M] = ltvec(V)
%
% V = vector argument
%
% M = square, sy
www.eeworm.com/read/367160/9769198
f slarzt.f
SUBROUTINE SLARZT( DIRECT, STOREV, N, K, V, LDV, TAU, T, LDT )
*
* -- LAPACK routine (version 3.1) --
* Univ. of Tennessee, Univ. of California Berkeley and NAG Ltd..
* November 200
www.eeworm.com/read/367160/9769807
f clarzt.f
SUBROUTINE CLARZT( DIRECT, STOREV, N, K, V, LDV, TAU, T, LDT )
*
* -- LAPACK routine (version 3.1) --
* Univ. of Tennessee, Univ. of California Berkeley and NAG Ltd..
* November 200