代码搜索:linear
找到约 10,000 项符合「linear」的源代码
代码结果 10,000
www.eeworm.com/read/400650/2348722
c linear_implicit_system.c
// $Id: linear_implicit_system.C 2501 2007-11-20 02:33:29Z benkirk $
// The libMesh Finite Element Library.
// Copyright (C) 2002-2007 Benjamin S. Kirk, John W. Peterson
// This library is free s
www.eeworm.com/read/400650/2348894
c laspack_linear_solver.c
// $Id: laspack_linear_solver.C 2789 2008-04-13 02:24:40Z roystgnr $
// The libMesh Finite Element Library.
// Copyright (C) 2002-2007 Benjamin S. Kirk, John W. Peterson
// This library is free s
www.eeworm.com/read/400650/2348918
c petsc_linear_solver.c
// $Id: petsc_linear_solver.C 2789 2008-04-13 02:24:40Z roystgnr $
// The libMesh Finite Element Library.
// Copyright (C) 2002-2007 Benjamin S. Kirk, John W. Peterson
// This library is free sof
www.eeworm.com/read/396844/2406978
m cpd_to_linear_gaussian.m
function [mu, Sigma, W] = CPD_to_linear_gaussian(CPD, domain, ns, cnodes, evidence)
ps = domain(1:end-1);
dnodes = mysetdiff(1:length(ns), cnodes);
dps = myintersect(ps, dnodes); % discrete parents
www.eeworm.com/read/396844/2406982
m linear_gaussian_cpd.m
function CPD = linear_gaussian_CPD(bnet, self, theta, sigma, theta0, n0, alpha0, beta0)
% LINEAR_GAUSSIAN_CPD Make a linear Gaussian distrib.
%
% CPD = linear_gaussian_CPD(bnet, self, theta, lambda)
%
www.eeworm.com/read/396844/2407567
m linear_gaussian_to_cpot.m
function pot = linear_gaussian_to_cpot(mu, Sigma, W, domain, ns, cnodes, evidence)
% LINEAR_GAUSSIAN_TO_CPOT Convert a linear Gaussian CPD to a canonical potential.
% pot = linear_gaussian_to_cpot(mu
www.eeworm.com/read/393163/2487867
m mk_linear_slam.m
function [A,B,C,Q,R,Qbig,Rbig,init_x,init_V,robot_block,landmark_block,...
true_landmark_pos, true_robot_pos, true_data_assoc, ...
obs_rel_pos, ctrl_signal] = mk_linear_slam(varargin)
% We crea
www.eeworm.com/read/393163/2488122
m cpd_to_linear_gaussian.m
function [mu, Sigma, W] = CPD_to_linear_gaussian(CPD, domain, ns, cnodes, evidence)
ps = domain(1:end-1);
dnodes = mysetdiff(1:length(ns), cnodes);
dps = myintersect(ps, dnodes); % discrete parents
www.eeworm.com/read/393163/2488132
m linear_gaussian_cpd.m
function CPD = linear_gaussian_CPD(bnet, self, theta, sigma, theta0, n0, alpha0, beta0)
% LINEAR_GAUSSIAN_CPD Make a linear Gaussian distrib.
%
% CPD = linear_gaussian_CPD(bnet, self, theta, lambda)
%
www.eeworm.com/read/368125/2825399
svn-base linear.c.svn-base
/*
* tslib/plugins/linear.c
*
* Copyright (C) 2001 Russell King.
*
* This file is placed under the LGPL. Please see the file
* COPYING for more details.
*
* $Id: linear.c,v 1.10 2005/02/26