代码搜索:decomposition

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

代码结果 1,689
www.eeworm.com/read/100394/15874936

cpp evalue.cpp

//$$evalue.cpp eigen-value decomposition // Copyright (C) 1991,2,3,4: R B Davies #define WANT_MATH #include "include.h" #include "newmat.h" #include "newmatrm.h" #include
www.eeworm.com/read/100394/15874943

cpp svd.cpp

//$$svd.cpp singular value decomposition // Copyright (C) 1991,2,3,4,5: R B Davies // Updated 17 July, 1995 #define WANT_MATH #include "include.h" #include "newmat.h" #inc
www.eeworm.com/read/391686/8391163

m nssfbdec.m

function [y1, y2] = nssfbdec( x, f1, f2, mup ) % NSSFBDEC Two-channel nonsubsampled filter bank decomposition with periodic extension. % NSSFBDEC convolve the image X by a two-channel nonsubsample
www.eeworm.com/read/291584/8408615

m emd1.m

% EMD: Emprical mode decomposition(对信号进行EMD分解,并将各个imf绘出,以矩阵形式返回各个imf) % % imf = emd(x) % % x - input signal (must be a column vector or a row vector) % % This version will calculate all the i
www.eeworm.com/read/155583/11862601

m pca face recog.m

% calc xmean,sigma and its eigen decomposition allsamples=[];%所有训练图像 for i=1:40 for j=1:5 a=imread(strcat('e:\orl\s',num2str(i),'\',num2str(j),'.pgm')); % imshow(a); b=a(1:
www.eeworm.com/read/210638/6872855

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" #ifdef use_na
www.eeworm.com/read/200976/15419108

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" #ifdef use_na
www.eeworm.com/read/102397/15782806

h cell.h

/* Brian O'Connor * * cell.h: functions & data structures for creating cell decomposition */ #ifndef CELL_H #define CELL_H #include "input.h" #include "line.h" //#define CELL_INTS 150 #define C
www.eeworm.com/read/100394/15874920

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" #ifdef use_na
www.eeworm.com/read/380059/9167107

asv makeparitychk.asv

function [c, newH] = makeParityChk(dSource, H, strategy) % Generate parity check vector bases on LDPC matrix H using sparse LU decomposition %产生奇偶检验向量,基于使用稀疏LU分解的H矩阵的LDPC % dSource : Binary source