代码搜索:Matrices
找到约 3,616 项符合「Matrices」的源代码
代码结果 3,616
www.eeworm.com/read/305575/13765571
m randspecmat.m
function[S,C]=randspecmat(m)
%RANDSPECMAT Generates random 2x2 spectral matrices for testing
%
% S=RANDSPECMAT generates a random 2 x 2 spectral matrix. S is
% Hermitian with complex-valued off-
www.eeworm.com/read/140847/5779653
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/133943/5897836
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/126430/6017534
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/480027/6675112
m m_line.m
function h=m_line(long,lat,varargin);
% M_LINE Create a line on a map
% M_LINE(LONG,LAT) adds the line in vectors LONG and LAT to the
% current axes. If LONG and LAT are matrices the same size,
www.eeworm.com/read/478563/6709975
m gschmidt.m
% ATLAST65中的施密特正交化子程序gschmidt
%
function [Q,R]=gschmidt(A,classic)
% The Gram-Schmidt QR factorization of a matrix A. If
% [Q R] = gschmidt(A), then Q and R are the matrices
% derived from the mo
www.eeworm.com/read/346961/11710121
c readmat.c
#include
#include
#include
#include
#include
#include "clustalw.h"
#include "matrices.h"
/*
* Prototypes
*/
static Boolean commentl
www.eeworm.com/read/346528/11739202
m mkron.m
%mkron Kronecker (tensor) product of several matrices.
% That is, mkron(X,Y,Z)=kron(kron(X,Y),Z).
% Copyright (C) 2005 Geza Toth E.mail: toth@alumni.nd.edu
%
% This program is free software;
www.eeworm.com/read/255246/12093303
c polyphas.c
/*
FILE : POLYPHAS.C
Routines to handle polyphase matrices.
(C) C. Valens
Created : 14/09/1999
Last update : 24/09/1999
*/
#include "redir.h"
#include "zpoly.h"
#include "polyph
www.eeworm.com/read/150214/12304777
html mod2dense.html
Dense Modulo-2 Matrix Routines
Dense Modulo-2 Matrix Routines
This module implements operations on matrices in which the elements
are all