代码搜索:Matrix

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

代码结果 10,000
www.eeworm.com/read/336521/12439515

m rotqr2eu.m

function e=rotqr2eu(m,q) %ROTQR2EQ converts a real unit quaternion into the corresponding euler angles % Inputs: % % M(1,3) a string of 3 characters from the set {'x','y','z'} %
www.eeworm.com/read/336521/12439611

m ldatrace.m

function [a,f,B,W]=ldatrace(b,w,n,c) %LDATRACE Calculates an LDA transform to maximize trace discriminant [a,f,B,W]=(b,w,n,c) % If a feature vector X can come from one of several class and W and B a
www.eeworm.com/read/132141/14106851

out bboard.out

Enter 8 x 5 net matrix Minimum density is 4 Optimal arrangement is 2 3 4 5 1 6 7 8
www.eeworm.com/read/132141/14107299

out bbboard.out

Enter net matrix Min density is 4 Optimal arrangement is 2 8 7 3 1 5 6 4
www.eeworm.com/read/132141/14107885

out mns.out

matrix size is 0 0 0 0 0 0 0 1 1 1 0 0 0 0 0 0 1 1 1 1 0 0 0 1 1 1 1 1 1 1 0 1 1 1 1 1 1 1 1 1 0 1 1 1 2 2 2 2 2 2 1 1 1 1 2 2 2 2 2 2 1 1 1 1 2 2 2 2 3 3 1 1 2 2 2 2 2 2 3 3 1 1 2 2
www.eeworm.com/read/233414/14154529

h rcode.h

/* RCODE.H - Parity chk and gen matrix storage, and procedures to read them.*/ /* Copyright (c) 2000 by Radford M. Neal * * Permission is granted for anyone to copy, use, modify, or distribute thi
www.eeworm.com/read/233414/14154547

html sparse-lu.html

Sparse LU Decomposition Methods Sparse LU Decomposition Methods The sparse modulo-2 matrix LU decomposition routine
www.eeworm.com/read/233414/14154553

html pchk.html

Creating a Parity Check Matrix Creating a Parity Check Matrix This software deals only with linear block codes for binary (ie, modulo-2,
www.eeworm.com/read/130982/14164269

sci~ squeeze.sci~

function [a1]=squeeze(a) s = size(a); a1 = matrix(a, s(find(s~=1));
www.eeworm.com/read/128685/14282089

java eigenvaluedecomposition.java

package Jama; import Jama.util.*; /** Eigenvalues and eigenvectors of a real matrix. If A is symmetric, then A = V*D*V' where the eigenvalue matrix D is diagonal and the eigenvecto