代码搜索:Matrices

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

代码结果 3,616
www.eeworm.com/read/157455/11702390

cpp mmult1.cpp

// multipy square matrices #include #include "make2db.h" template void Mult(T **a, T **b, T **c, int n) {// Multiply the n x n matrices a and b to get c. for (int i
www.eeworm.com/read/157453/11703141

cpp mmult1.cpp

// multipy square matrices #include #include "make2db.h" template void Mult(T **a, T **b, T **c, int n) {// Multiply the n x n matrices a and b to get c. for (int i
www.eeworm.com/read/257911/11906802

m dibr_dv.m

function [dIf_dVa, dIf_dVm, dIt_dVa, dIt_dVm, If, It] = dIbr_dV(branch, Yf, Yt, V) %DIBR_DV Computes partial derivatives of branch currents w.r.t. voltage. % [dIf_dVa, dIf_dVm, dIt_dVa, dIt_dVm, I
www.eeworm.com/read/153823/12004288

m lev2adj.m

function A = lev2adj(varargin) %LEV2ADJ Weighted interlevel to weighted adjacency matrix representation. % A = lev2adj(C) % A = lev2adj(C12,C23,...) % C = {C12,C23,...}, cell array of
www.eeworm.com/read/132141/14107007

cpp mmult1.cpp

// multipy square matrices #include #include "make2db.h" template void Mult(T **a, T **b, T **c, int n) {// Multiply the n x n matrices a and b to get c. for (int i
www.eeworm.com/read/473584/6846784

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/ma
www.eeworm.com/read/193277/8241832

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/193277/8241881

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/193277/8243050

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
www.eeworm.com/read/268287/11145434

m hz_average3.m

function y=hz_average3(u,acc) % returns the scalar value for % avaergae of matrix u % special case of avergaing 2x2 matrices using righ-shift N=size(u,1)*size(u,2); for i=1:N acc(1) = acc(1) +