代码搜索:decomposition

找到约 1,689 项符合「decomposition」的源代码

代码结果 1,689
www.eeworm.com/read/449123/7518023

m lu_pp_sl_fl.m

function [b, iflag] = lu_pp_sl_fl( A, b, ipivt, m, arith ); % % LU_PP_SL computes the solution of an N by N linear % system. The LU--decomposition with partial pivoting % of the system matrix A ha
www.eeworm.com/read/245180/12812925

m emdc_fix.m

%EMDC_FIX computes Empirical Mode Decomposition % % % Syntax % % % [IMF,NB_ITERATIONS]=EMDC_FIX(T,X,NB_ITERATONS,MAX_IMFS); % % % Description % % % computes EMD according to [1] with NB_ITERATONS
www.eeworm.com/read/330846/12865456

m emd_online.m

function [imf,ort,nbit] = emd_online(x,t,stop,nbpresift,tst,tst2) % EMD_ONLINE (On Line Empirical Mode Decomposition) computes on-line an EMD % % stopping criterion for sifting : % at each point :
www.eeworm.com/read/244154/12881204

m emdc_fix.m

%EMDC_FIX computes Empirical Mode Decomposition % % % Syntax % % % [IMF,NB_ITERATIONS]=EMDC_FIX(T,X,NB_ITERATONS,MAX_IMFS); % % % Description % % % computes EMD according to [1] with NB_ITERATONS
www.eeworm.com/read/326727/13120223

h jama_lu.h

#ifndef JAMA_LU_H #define JAMA_LU_H #include "tnt.h" #include //for min(), max() below using namespace TNT; using namespace std; namespace JAMA { /** LU Decomposition. For
www.eeworm.com/read/320160/13431901

m emd_online.m

function [imf,ort,nbit] = emd_online(x,t,stop,nbpresift,tst,tst2) % EMD_ONLINE (On Line Empirical Mode Decomposition) computes on-line an EMD % % stopping criterion for sifting : % at each point :
www.eeworm.com/read/320160/13431907

m emd_online.m

function [imf,ort,nbit] = emd_online(x,t,stop,nbpresift,tst,tst2) % EMD_ONLINE (On Line Empirical Mode Decomposition) computes on-line an EMD % % stopping criterion for sifting : % at each point :
www.eeworm.com/read/307151/13727541

m emdc_fix.m

%EMDC_FIX computes Empirical Mode Decomposition % % % Syntax % % % [IMF,NB_ITERATIONS]=EMDC_FIX(T,X,NB_ITERATONS,MAX_IMFS); % % % Description % % % computes EMD according to [1] with NB_ITERATONS
www.eeworm.com/read/262547/11586991

m emd_online.m

function [imf,ort,nbit] = emd_online(x,t,stop,nbpresift,tst,tst2) % EMD_ONLINE (On Line Empirical Mode Decomposition) computes on-line an EMD % % stopping criterion for sifting : % at each point :
www.eeworm.com/read/260026/11751257

cxx svd.cxx

//$$svd.cxx singular value decomposition // Copyright (C) 1991,2: R B Davies #define WANT_MATH #include "include.h" #include "newmat.h" #include "newmatrm.h" #inc