代码搜索:Matrices

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

代码结果 3,616
www.eeworm.com/read/259580/11780048

cpp timematrixmultiply1.cpp

// run time for simple square matrix multiply #include #include #include "make2dArrayNoCatch.h" using namespace std; #pragma optimize("t", on) template void sq
www.eeworm.com/read/259580/11780207

cpp matrixmultiply1.cpp

// multipy square matrices #include #include "make2dArrayNoCatch.h" using namespace std; template void squareMatrixMultiply(T **a, T **b, T **c, int n) {// Multiply the
www.eeworm.com/read/343227/11962856

m gauslogv.m

function logdens = gauslogv(X, mu, Sigma, QUIET) %gauslogv Computes a set of multivariate normal log-density values. % Use : logdens = gauslogv(X, mu, Sigma) where % X (T,p) T observed vectors of d
www.eeworm.com/read/343227/11962901

m issparse.m

function t = issparse(x) %issparse Returns 0 (introduced for MATLAB compatibility), assuming all % matrices are non-sparse. % H2M/cnt Toolbox, Version 2.0 % Olivier Capp
www.eeworm.com/read/255595/12069842

m s1s2sc.m

% MATLAB function s1s2sc.m calculates the % joint S matrix, SC, of two cascaded networks % whose scattering matrices are denoted by S1 and S2, % respectively. % Since the first network, NET1, has
www.eeworm.com/read/251528/12339526

m reentry_cond.m

% % Compute condition numbers of transition matrices % for re-entry simulation with no noise. % % Copyright (C) 2005-2006 Simo S鋜kk
www.eeworm.com/read/227960/14405270

m gtm_m2r.m

function cXcYcZ = gtm_m2r(X, Y, Z) % Converts from a mesh-matrix to vector representation % % Returns a matrix in which each row corresponds to a point % on the grid defined by the mesh-matrice
www.eeworm.com/read/124760/14545436

txt a_progr.txt

(You can compile the *.c files directly without create a project) R for with Random values. * add .c : add two complex matrices. * addFR .c : * sub .c :
www.eeworm.com/read/212602/15152319

m fex_abcd.m

function fex_abcd % This function computes matrices (A, B, C, D) for linear analysis by % means of numerical differentiation. It has to be run after state % initialization performed by power flow PSA
www.eeworm.com/read/475201/6793925

m s1s2sc.m

% MATLAB function s1s2sc.m calculates the % joint S matrix, SC, of two cascaded networks % whose scattering matrices are denoted by S1 and S2, % respectively. % Since the first network, NET1, has