代码搜索:Matrices

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

代码结果 3,616
www.eeworm.com/read/251522/4419187

m dbn_to_hmm.m

function [prior, transmat] = dbn_to_hmm(bnet) % DBN_TO_HMM Compute the discrete HMM matrices from a simple DBN % [prior, transmat] = dbn_to_hmm(bnet) onodes = bnet.observed; ss = length(bnet.intra);
www.eeworm.com/read/248077/4470994

m p3_22.m

% P3_22 Determine if matrix A*B is symmetric % As written the script uses fixed matrices A*B and % displays A, B, and A*B and the result % This script calls function is_sym A = [3 2 0;2 2 -2;0 -2 4]
www.eeworm.com/read/233522/4667394

h vnl_matlab_print.h

// This is vxl/vnl/vnl_matlab_print.h #ifndef vnl_matlab_print_h_ #define vnl_matlab_print_h_ #ifdef VCL_NEEDS_PRAGMA_INTERFACE #pragma interface #endif //: // \file // \brief Print matrices
www.eeworm.com/read/215485/4904335

m dbn_to_hmm.m

function [prior, transmat] = dbn_to_hmm(bnet) % DBN_TO_HMM Compute the discrete HMM matrices from a simple DBN % [prior, transmat] = dbn_to_hmm(bnet) onodes = bnet.observed; ss = length(bnet.intra);
www.eeworm.com/read/197905/5091781

m dbn_to_hmm.m

function [prior, transmat] = dbn_to_hmm(bnet) % DBN_TO_HMM Compute the discrete HMM matrices from a simple DBN % [prior, transmat] = dbn_to_hmm(bnet) onodes = bnet.observed; ss = length(bnet.intra);
www.eeworm.com/read/191080/5168811

dat matrx1.dat

MATRICES FOR INPUT TO TEST ROUTINES Size of matrix (NxN), Number of solutions: 3 2 Matrix A: 1.0 0.0 0.0 0.0 2.0 0.0 0.0 0.0 3.0 Solution vectors: 1.0 0.0 0.0 1.0 1.0 1.0 NEXT PROBLEM Size
www.eeworm.com/read/167185/5462099

c dojohnavg.c

dojohnavg(M,Mout,n)/* John's averaging process for matrices */ register double *M,*Mout; register int n; { register int i,j,iM,jM; register double term,diag; double tr; double trace(); tr=trace(
www.eeworm.com/read/167185/5462214

c dojohnavg.c

dojohnavg(M,Mout,n)/* John's averaging process for matrices */ register double *M,*Mout; register int n; { register int i,j,iM,jM; register double term,diag; double tr; double trace(); tr=trace(
www.eeworm.com/read/349580/3142626

cpp main.cpp

// Copyright (C) 2006 Garth N. Wells. // Licensed under the GNU LGPL Version 2.1. // // First added: 2006-08-18 // Last changed: // // Benchmarks for uBlas matrices #include #include
www.eeworm.com/read/346158/3190367

m dbn_to_hmm.m

function [prior, transmat] = dbn_to_hmm(bnet) % DBN_TO_HMM Compute the discrete HMM matrices from a simple DBN % [prior, transmat] = dbn_to_hmm(bnet) onodes = bnet.observed; ss = length(bnet.intra);