代码搜索:Matrix
找到约 10,000 项符合「Matrix」的源代码
代码结果 10,000
www.eeworm.com/read/284258/8952370
rd sbgcop.mcmc.rd
\name{sbgcop.mcmc}
\alias{sbgcop.mcmc}
\alias{plot.psgc}
\alias{summary.psgc}
\alias{print.sum.psgc}
\title{Semiparametric Bayesian Gaussian copula estimation}
\description{
\code{sbgcop.mcmc} is used
www.eeworm.com/read/383321/8955191
inl linearequation.inl
//LinearEquation.inl 线性方程(组)求解函数(方法)定义
// Ver 1.0.0.0
// 版权所有(C) 何渝, 2002
// 最后修改: 2002.5.31
#ifndef _LINEAREQUATION_INL
#define _LINEAREQUATION_INL
//全选主元高斯消去法
template
int L
www.eeworm.com/read/427233/8959626
m mst_d.m
%MST_d.m
%This program solves the Minimum Spanning Tree Problem by using Dijkstra Algorithm.
n=input('Enter the vertices number of the graph:n= ')
W=input('Enter the weight adjacent matrix of the g
www.eeworm.com/read/427233/8959652
m zgame.m
% the program is with the matrix game theory:two person zero-sum games
% please input the payoff matrix
input('the program is with the matrix game theory')
m=input('Please input the line numbe
www.eeworm.com/read/427211/8966054
m hmm_bw.m
function [a, b, pi, Lp]=hmm_bw(a0, b0, pi0, o)
%--------------------------------------------------------------------------
%Baum Welch algorithm
%
% [a, b, pi, Lp]=hmm_bw(a0, b0, pi0, o)
%
www.eeworm.com/read/427201/8966465
m rwg3.m
%RWG3 FREQUENCY LOOP
% Calculates the impedance matrix using function IMPMET
% and solves MoM equations
% Uses the mesh file from RWG2, mesh2.mat, as an input.
% Includes three additional
www.eeworm.com/read/426833/8996511
m idd2.m
function x=idd2(Y)
%IDD2 Single-level inverse discrete 2-D wavelet transform.
% IDD2 performs a single-level inverse 2-D wavelet reconstruction
% using Daubechies wavelet with four coefficients
www.eeworm.com/read/426833/8996517
m ghmap2.m
function b=ghmap2(a)
%GHMAP2 Single-level discrete 2-D multi-wavelet transform.
% GHM performs a single-level 2-D multiwavelet decomposition
% using GHM multiwavelet with four multi-filters
%
www.eeworm.com/read/426833/8996524
m dd2.m
function Y=dd2(x)
%DD2 Single-level discrete 2-D wavelet transform.
% DD2 performs a single-level 2-D wavelet decomposition
% using Daubechies wavelet with four coefficients
%
% Y = DD2(X)
www.eeworm.com/read/426679/9004403
m buildkdaqr.m
% Build the KDA+QR solution (give a data structure)
function [dataKDAQR, centroids, K]=buildKDAQR(L,S)
% build the KDA+QR data,
% with L learning vectors, and S an vector of the class sizes.
%