代码搜索:Matrix

找到约 10,000 项符合「Matrix」的源代码

代码结果 10,000
www.eeworm.com/read/331812/12806565

html intmatrix.html

Class IntMatrix
www.eeworm.com/read/245179/12813098

m nlgen.m

function y = nlgen (x, h, q) %NLGEN generates the output of a second order Volterra system % y = nlgen (x, h, q) % y(n) = sum_{k} h(k) x(n-k) + sum_{k} sum_{l} q(k,l) x(n-k)x(n-l) % the
www.eeworm.com/read/331448/12827574

m som_fuzzycolor.m

function [color,X]=som_fuzzycolor(sM,T,R,mode,initRGB,S) % SOM_FUZZYCOLOR Heuristic contraction projection/soft cluster color coding for SOM % % function [color,X]=som_fuzzycolor(map,[T],[R],[mode]
www.eeworm.com/read/331444/12827824

m contents.m

% Image and Multi-scale Pyramid Tools % Version 1.3, October 2004. % Created: Early Spring, 1996. Eero Simoncelli, eero.simoncelli@nyu.edu % % See README file for brief description. % See ChangeLog f
www.eeworm.com/read/331439/12829004

m bidiagonalize2.m

function [U, B, V] = bidiagonalize2(A) % Bidiagonalize A, such that U * A * V = B and U' * B * V' = A. B is the % same size as A, has no vector part, and is upper or lower bidiagonal % depending on i
www.eeworm.com/read/244945/12829726

m polyfit.m

function [p,S] = polyfit(x,y,n) %p=polyfit(x,y,k)用k次多项式拟合向量数据(x,y) %p返回多项式的降幂系数.当k>=n-1时,polyfit实现多项式插值. %例如 用二次多项式拟合数据 % x | 0.1 0.2 0.15 0.0 -0.2 0.3 % --|-----------------------------
www.eeworm.com/read/244937/12830731

m ss_tbl31.m

Gold sequences for the table of problem 3.1 of Spread Spectrum Chapter Note that the sequences are the columns of the below matrix not the rows, so we have to take the transpose of the following m
www.eeworm.com/read/331363/12831902

inl linearequation.inl

//LinearEquation.inl 线性方程(组)求解函数(方法)定义 // Ver 1.0.0.0 // 版权所有(C) 何渝, 2002 // 最后修改: 2002.5.31 #ifndef _LINEAREQUATION_INL #define _LINEAREQUATION_INL //全选主元高斯消去法 template int L
www.eeworm.com/read/331336/12832394

m validate.m

function [cost,nmodel,output] = validate(model, Xtrain, Ytrain, Xtest, Ytest,estfct, trainfct, simfct) % Validate a trained model on a fixed validation set % % >> cost = validate({X,Y,type,gam,sig2}
www.eeworm.com/read/244859/12839552

java pnt.java

/* * Copyright (c) 2005 by L. Paul Chew. * * Permission is hereby granted, without written agreement and without * license or royalty fees, to use, copy, modify, and distribute this * softw