代码搜索:Matrix

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

代码结果 10,000
www.eeworm.com/read/427586/8931942

m kernel_matrix.m

function omega = kernel_matrix(Xtrain,kernel_type, kernel_pars,Xt) % Construct the positive (semi-) definite and symmetric kernel matrix % % >> Omega = kernel_matrix(X, kernel_fct, sig2) % % This ma
www.eeworm.com/read/427200/8966621

txt readme_matrix.txt

Brief introduction to Matrix Processor (c) ------------------------------------------ Author: Professor Dingyu XUE School of Information Science and Engineering
www.eeworm.com/read/185942/8972111

m sf_matrix.m

function h=sf_matrix(k) H = [ 1 1 -1 -1 -1 -1 -1 -1 1 -1 1 1 -1 1 -1 -1 1 -1 1 1 1 1 1 -1 1 -1 1 -1 -1 -1 1; 1 -1 1 -1 -1 -1 1 1 1 1 -1 -1 -1 -1 -1 1 1 -1 1 1 -1 1 1 1 1 1 -1 -1 -1 1 -1 ; 1 1 1
www.eeworm.com/read/427148/8972139

h q_matrix.h

/*! *************************************************************************** * \file * q_matrix.h * * \brief * Headerfile for q_matrix array * * \date * 07. Apr 2004
www.eeworm.com/read/427148/8972923

c q_matrix.c

/*! ************************************************************************************* * \file q_matrix.c * * \brief * read q_matrix parameters from input file: q_matrix.cfg * **
www.eeworm.com/read/427148/8973012

cfg q_matrix.cfg

# This is the configuration file for initialising the Q matrix. # Altogether 6 matrix for 4x4 block and 2 matrix for 8x8 block # The values range from 1 to 255 # If first value of matrix is equal t
www.eeworm.com/read/283824/8986578

m rot_matrix.m

% computes rotation matrix using Rodriguez formula function [rot_matrix] = rot_matrix(omega,theta) if nargin == 1 theta = norm(omega); omega = omega/norm(omega); end; omega_hat = [0 -omega(3)
www.eeworm.com/read/283824/8986593

m exp_matrix.m

% akes rotation matrix returns angle-axis representation function[omega, theta] = exp_matrix(R) theta = 0; theta = acos((R(1,1) + R(2,2) + R(3,3)-1)/2); if theta ~= 0 omega = 1/(2*sin(theta))
www.eeworm.com/read/426483/9017977

h q_matrix.h

/*! *************************************************************************** * \file * q_matrix.h * * \brief * Headerfile for q_matrix array * * \date * 07. Apr 2004
www.eeworm.com/read/426483/9018269

c q_matrix.c

/*! ************************************************************************************* * \file q_matrix.c * * \brief * read q_matrix parameters from input file: q_matrix.cfg * **