代码搜索:Matrices
找到约 3,616 项符合「Matrices」的源代码
代码结果 3,616
www.eeworm.com/read/451878/7454740
m disteu.m
function d = disteu(x, y)
% DISTEU Pairwise Euclidean distances between columns of two matrices
%
% Input:
% x, y: Two matrices whose each column is an a vector data.
%
% Output:
% d:
www.eeworm.com/read/451385/7466234
m golub.m
function A = golub(n)
%GOLUB Badly conditioned integer test matrices.
% GOLUB(n) is the product of two random integer n-by-n matrices,
% one of them unit lower triangular and one unit upper tr
www.eeworm.com/read/449504/7502520
m unsort_d.m
% PURPOSE: demo of unsort()
% returns sorted vectors or matrices
% in unsorted (orginal) form
%
%---------------------------------------------------
% USAGE: unsort_d
%-----------
www.eeworm.com/read/443518/7631546
c confmat.c
/*************************************************************************/
/* */
/* Routine for printing confusion matrices */
/* --------------------------------------- */
/*
www.eeworm.com/read/441876/7663322
cpp mainconv.cpp
////////////////////////////////////////////////////////////////////////////////
///
/// @file mainConv.cpp
///
/// @author Marwan et Mehdi
///
//////////////////////////////////////////////////
www.eeworm.com/read/441871/7663570
cpp maindpr.cpp
////////////////////////////////////////////////////////////////////////////////
///
/// @file mainDPR.cpp
///
/// @author Marwan et Mehdi
///
///////////////////////////////////////////////////
www.eeworm.com/read/197980/7959148
m test_joint_diag.m
% Calling the joint approximate diagonalization function.
m=5 % dimension
n=3 % number of matrices
seuil = 1.0e-12; % precision on joint diag
compteur=0;
while 1 ; compteur=compteur+1;
www.eeworm.com/read/196832/8055361
m cobsinit.m
function [hmm] = cobsinit (X,hmm)
% function [hmm] = cobsinit (X,hmm)
%
% Initialise observation models in CHMM
% for hmm.obsmodel = 'GaussCom' or 'Gauss'
%
% X N x p data matrix
% hmm
www.eeworm.com/read/296909/8072923
m mpower.m
function r = mpower(posy, power)
% POSYNOMIAL/MPOWER Implements '^' for posynomial objects.
%
% Note: all the powers (even the integer ones are treated using gposy's).
%
if( ~isnumeric(power) )
er
www.eeworm.com/read/296909/8073037
m mpower.m
function r = mpower(gposy, power)
% POSYNOMIAL/MPOWER Implements '^' for general posynomial objects.
%
if( ~isnumeric(power) )
error('The exponent in the power must be a numerical value.');
end
i