代码搜索:Vector
找到约 10,000 项符合「Vector」的源代码
代码结果 10,000
www.eeworm.com/read/253178/12240920
m rigid.m
function dy = rigid(T,y)
dy = zeros(3,1); % a column vector
dy(1) = y(2) * y(3);
dy(2) = -y(1) * y(3);
dy(3) = -0.51 * y(1) * y(2);
www.eeworm.com/read/150905/12248540
m findnlab.m
%FINDNLAB Determine indices of specified classes (numeric)
%
% J = FINDNLAB(A,NLAB)
%
% INPUT
% A Dataset
% NLAB vector with numerical indices of reqested classes
%
% OUTPUT
%
www.eeworm.com/read/252223/12292248
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/252130/12300737
m weightpercent.m
function y = weightpercent(X,p,w)
%Returns weighted percentiles of a sample given the weight vector w
% The idea is to give more emphasis in some examples of data as compared to
% others by giving
www.eeworm.com/read/252063/12304829
c axb.c
/* Copyright (c) Colorado School of Mines, 2003.*/
/* All rights reserved. */
#include "cwp.h"
/*********************** self documentation **********************/
/**********
www.eeworm.com/read/338293/12314424
m prrgmres.m
function [X,rho,eta] = prrgmres(A,L,N,b,k)
%PRRGMRES Preconditioned RRGMRES algorithm for square inconsistent systems
%
% [X,rho,eta] = rrgmres(A,L,N,b,k)
%
% PRRGMRES applies smoothing-norm prec
www.eeworm.com/read/338243/12316641
hh cgls.hh
//============================================================
// COOOL version 1.1 --- Nov, 1995
// Center for Wave Phenomena, Colorado School of Mines
//==================
www.eeworm.com/read/338238/12317136
m gbp.m
function [regMsg,bels,converged,belpairs] = gbp(regs,adj,regAdj,local,regPot,assignInd,bethe,extractSingle,extractPairs,varargin)
% [bels,converged,belpairs] = gbp(regs,adjMatrix,regAdjMatrix,Ls,regPo
www.eeworm.com/read/150036/12323140
mdl ann.mdl
Library {
Name "ann"
Version 3.00
BlockDataTips off
BlockParametersDataTip off
BlockAttributesDataTip off
BlockPortWidthsDataTip off
BlockDescriptionStringDataTip off
www.eeworm.com/read/149739/12352849
m findnlab.m
%FINDNLAB Determine indices of specified classes (numeric)
%
% J = FINDNLAB(A,NLAB)
%
% INPUT
% A Dataset
% NLAB vector with numerical indices of reqested classes
%
% OUTPUT
%