代码搜索:Matrices

找到约 3,616 项符合「Matrices」的源代码

代码结果 3,616
www.eeworm.com/read/102423/6231984

c xqrupdt.c

/* Driver for routine qrdupd */ #include #include "nr.h" #include "nrutil.h" #define NP 20 #define MAXSTR 80 main() { int i,j,k,l,m,n,sing; float con,**a,**au,*c,*d,**q,**qt
www.eeworm.com/read/102423/6232596

c xqrupdt.c

/* Driver for routine qrdupd */ #include #include #define NRANSI #include "nr.h" #include "nrutil.h" #define NP 20 #define MAXSTR 80 int main(void) { int i,j,k,l,
www.eeworm.com/read/487090/6523477

m mac_to_bc.m

%MAC to BC Transformation %Authors: Nihar Jindal, Wonjong Rhee, Sriram Vishwanath, Syed Jafar, Andrea %Goldsmith %Date: 6/20/05 function Downlink = MAC_to_BC(H, Uplink); %assumes users decoded in i
www.eeworm.com/read/410134/11301116

m w2v.m

% W2V - Convert weight matrices to covariance matrices. % V = W2V(W,C) % C == 1 (EWTLS): V := 1 ./ W % C == 2 (WTLS) : V(:,:,i) := inv(W(:,:,i)), i = 1,...,N % C == 3 (FTLS) : V := inv(W) function w
www.eeworm.com/read/406076/11449734

gon matrixseries.gon

CLUSTAL_SERIES MATRIX 61 100 /us1/user/julie/matrices/gon80.bla MATRIX 41 60 /us1/user/julie/matrices/gon120.bla MATRIX 21 40 /us1/user/julie/matrices/gon250.bla MATRIX 0 40 /us1/user/julie/matrices
www.eeworm.com/read/158443/11616409

c xqrupdt.c

/* Driver for routine qrdupd */ #include #include #define NRANSI #include "nr.h" #include "nrutil.h" #define NP 20 #define MAXSTR 80 int main(void) { int i,j,k,l,
www.eeworm.com/read/347945/11623351

m mpt_remove_equalities.m

function Matrices = mpt_remove_equalities(Matrices,remove); m = size(Matrices.G,1); nu = Matrices.nu; nx = Matrices.nx; Matrices.G(remove,:) = []; Matrices.E(remove,:) = []; Matrices.W(remov
www.eeworm.com/read/347945/11623400

m mpt_de_mpmilp.m

function model = mpt_de_mpmilp(Matrices,options,model) % Since we are recursively fixing binaries, big-M % constraints will get active/inactive [equalities,redundant] = mp
www.eeworm.com/read/347945/11625345

m callmpt.m

function output = callmpt(interfacedata) % Author Johan L鰂berg % $Id: callmpt.m,v 1.84 2006/11/09 14:49:44 joloef Exp $ % Speeds up solving LPs in mpmilp global mptOptions if ~isstruct(mptOpt