代码搜索:decomposition

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

代码结果 1,689
www.eeworm.com/read/277084/10670075

cpp cholesky.cpp

//$$ cholesky.cpp cholesky decomposition // Copyright (C) 1991,2,3,4: R B Davies #define WANT_MATH //#define WANT_STREAM #include "include.h" #include "newmat.h" #i
www.eeworm.com/read/260026/11751338

cxx evalue.cxx

//$$evalue.cxx eigen-value decomposition // Copyright (C) 1991,2: R B Davies #define WANT_MATH #include "include.h" #include "newmat.h" #include "newmatrm.h" #inc
www.eeworm.com/read/340471/12155733

m ghm.m

function b=GHM(a) %GHM Single-level discrete 2-D multiwavelet transform. % GHM performs a single-level 2-D multiwavelet decomposition % using GHM multiwavelet with four multi-filters % % Y
www.eeworm.com/read/273525/4208233

hlp y_matrixdec.hlp

{smcl} {p 0 4} {help contents:Top} > {help y_progmat:Programming & matrices} > {help y_matrix:Matrices} {bind:> {bf:Matrix decomposition}} {p_end} {hline} {title:Help file listings} {p 4
www.eeworm.com/read/210638/6872820

cpp hholder.cpp

//$$ hholder.cpp QR decomposition // Copyright (C) 1991,2,3,4: R B Davies #define WANT_MATH #include "include.h" #include "newmatap.h" #ifdef use_namespace names
www.eeworm.com/read/200976/15419066

cpp hholder.cpp

//$$ hholder.cpp QR decomposition // Copyright (C) 1991,2,3,4: R B Davies #define WANT_MATH #include "include.h" #include "newmatap.h" #ifdef use_namespace names
www.eeworm.com/read/200618/15428549

m ghm.m

function b=GHM(a) %GHM Single-level discrete 2-D multiwavelet transform. % GHM performs a single-level 2-D multiwavelet decomposition % using GHM multiwavelet with four multi-filters % % Y
www.eeworm.com/read/100394/15874880

cpp hholder.cpp

//$$ hholder.cpp QR decomposition // Copyright (C) 1991,2,3,4: R B Davies #define WANT_MATH #include "include.h" #include "newmatap.h" #ifdef use_namespace names
www.eeworm.com/read/391685/8391233

m lpdemo.m

% LPDEMO % Demo of the Laplacian pyramid functions x = imread('cameraman.tif'); x = double(x)/256; % Laplacian decomposition using 9/7 filters and 5 levels pfilt = '9/7'; n = 5; y = lpd(x, '9/7', n)
www.eeworm.com/read/389321/8533511

m pdtdfbdec_f.m

function y2 = pdtdfbdec_f(im, nlevs, F2, alpha, res) % PDTDFBDEC_F Pyramidal Dual Tree Directional Filter Bank Decomposition % using FFT at the multresolution FB and the first two level of dual DFB