代码搜索:Matrix

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

代码结果 10,000
www.eeworm.com/read/346528/11739496

m reordermat.m

% reordermat Transformation matrix for reordering the qudits according to % the given pattern. % reordermat(pattern,d) gives a transformation matrix for % putting the qudits in the
www.eeworm.com/read/157044/11743418

m blockdiags.m

function A = blockdiags(B,d,m,n) % BLOCKDIAGS : Create sparse block diagonal matrices. % % A = blockdiags(B,d,m,n). % % Blockdiags, which generalizes the function "spdiags", % produces a sparse
www.eeworm.com/read/259886/11759474

m mywf.m

function z=mywf(w,p) %MYWF Example custom weight function. % % Use this function as a template to write your own function. % % Calculation Syntax % % Z = mywf(W,P) % W - SxR weight
www.eeworm.com/read/259580/11779838

output matrixmultiply2.output

The first matrix is 1 2 3 4 The second matrix is 5 6 1 2 Their product is 7 10 19 26
www.eeworm.com/read/259580/11779968

output matrixmultiply1.output

The first matrix is 1 2 3 4 The second matrix is 5 6 1 2 Their product is 7 10 19 26
www.eeworm.com/read/259580/11779977

output testallpairs.output

Enter number of edges in 5 vertex graph Enter weighted edge 1 Enter weighted edge 2 Enter weighted edge 3 Enter weighted edge 4 Enter weighted edge 5 Enter weighted edge 6 Enter weighted edge 7
www.eeworm.com/read/259580/11780438

output matrixmultiply3.output

The first matrix is 1 2 3 4 The second matrix is 5 6 1 2 Their product is 7 10 19 26
www.eeworm.com/read/259580/11780653

cpp iterativedpmatrixchain.cpp

// iterative version of dynamic programming solution for // the matrix multiplication chains problem #include #include "make2dArray.h" using namespace std; // global variables
www.eeworm.com/read/345930/11781657

cpp xt6-10.cpp

#include using namespace std; int main() {void change(int *p); int a[5][5],*p,i,j; cout
www.eeworm.com/read/259565/11782598

m correlate.m

function c = correlate(a,b,bool) % Function computes the correlation of the two input vectors/matrices % (if one of the inputs is a matrix, the other must either % be a vector or a matrix with the