代码搜索:Vector

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

代码结果 10,000
www.eeworm.com/read/320558/13423930

m mmono.m

function f=mmono(x) %MMONO Test for Monotonic Vector. % MMONO(X) where X is a vector returns: % 2 if X is strictly increasing, % 1 if X is non decreasing, % -1 if X is non increasing, %
www.eeworm.com/read/320159/13432071

cpp vecprint.cpp

/* * This file contains code from "C++ Primer, Fourth Edition", by Stanley B. * Lippman, Jose Lajoie, and Barbara E. Moo, and is covered under the * copyright and warranty notices given in that
www.eeworm.com/read/320159/13432083

cpp vecprintmain.cpp

/* * This file contains code from "C++ Primer, Fourth Edition", by Stanley B. * Lippman, Jose Lajoie, and Barbara E. Moo, and is covered under the * copyright and warranty notices given in that
www.eeworm.com/read/320159/13432111

cpp vec_init.cpp

/* * This file contains code from "C++ Primer, Fourth Edition", by Stanley B. * Lippman, Jose Lajoie, and Barbara E. Moo, and is covered under the * copyright and warranty notices given in that
www.eeworm.com/read/320159/13432232

cpp screentest.cpp

/* * This file contains code from "C++ Primer, Fourth Edition", by Stanley B. * Lippman, Jose Lajoie, and Barbara E. Moo, and is covered under the * copyright and warranty notices given in that
www.eeworm.com/read/320159/13432260

cpp vec_assign.cpp

/* * This file contains code from "C++ Primer, Fourth Edition", by Stanley B. * Lippman, Jose Lajoie, and Barbara E. Moo, and is covered under the * copyright and warranty notices given in that
www.eeworm.com/read/319926/13439489

m pca.m

% Principal Component Analysis % y=W.'(x-m) % INPUT % X : d*n matrix. (d>>n) % X(:,i) is a feature vector of d dimension % n : number of samples % k : number of principal components to be
www.eeworm.com/read/318365/13480379

m davis.m

function [Zp,Sp] = davis(data,x0,model,a,b,c,A) % [Zp,Sp] = davis(data,x0,model,a,b,c) % % Punctual Kriging: Davis' method % % ref: Davis, J.C. (1986) Statistics and Data Analysis in Geology,
www.eeworm.com/read/316047/13531172

m fnorm.m

function y=fnorm(w,f,p) %FNORM Norms of MVFR matrix. % FNORM(W,F,p) applies NORM(Fm,p) to each component matrix % Fm of the MVFR matrix, F. The results are returned as % a column vector of len
www.eeworm.com/read/316047/13531174

m ftrn.m

function fout=ftrn(w,f) %FTRN Complex conjugate transpose of MVFR matrix. % FTRN(W,F) returns an MVFR matrix whose component % matrices are the complex conjugate transposes % o