代码搜索:Compute
找到约 10,000 项符合「Compute」的源代码
代码结果 10,000
www.eeworm.com/read/140847/5779537
m compute_families.m
function families = compute_families(bnet)
% COMPUTE_FAMILIES
% precomputes the families of nodes in a bnet
%
% The return value is a cell array for now
ss = size(bnet.dag, 1);
families = cell(ss, 1
www.eeworm.com/read/140847/5779539
c compute_posterior.c
#include "mex.h"
/* Helper function that extracts a one-dimensional slice from a cpt */
/*
void multiplySlice(mxArray *bnet, mxArray *state, int i, int nsi, int j,
mxArray *strides, mxArray *fam
www.eeworm.com/read/140847/5779540
m compute_strides.m
function strides = compute_strides(bnet)
% COMPUTE_STRIDES For each CPT and each variable in that CPT,
% returns the stride of that variable. So in future, we can
% quickly extract a slice of the CPT
www.eeworm.com/read/140847/5779548
m compute_bel.m
function bel = compute_bel(msg_type, pi, lambda)
switch msg_type,
case 'd', bel = normalise(pi .* lambda);
case 'g',
if isinf(lambda.precision) % ignore pi because lambda is completely certa
www.eeworm.com/read/139332/5799511
h compute_quotient.h
// Copyright (c) 1997-2001 ETH Zurich (Switzerland).
// All rights reserved.
//
// This file is part of CGAL (www.cgal.org); you may redistribute it under
// the terms of the Q Public License version
www.eeworm.com/read/133943/5897719
m compute_families.m
function families = compute_families(bnet)
% COMPUTE_FAMILIES
% precomputes the families of nodes in a bnet
%
% The return value is a cell array for now
ss = size(bnet.dag, 1);
families = cell(ss, 1
www.eeworm.com/read/133943/5897721
c compute_posterior.c
#include "mex.h"
/* Helper function that extracts a one-dimensional slice from a cpt */
/*
void multiplySlice(mxArray *bnet, mxArray *state, int i, int nsi, int j,
mxArray *strides, mxArray
www.eeworm.com/read/133943/5897722
m compute_strides.m
function strides = compute_strides(bnet)
% COMPUTE_STRIDES For each CPT and each variable in that CPT,
% returns the stride of that variable. So in future, we can
% quickly extract a slice of the CPT
www.eeworm.com/read/133943/5897730
m compute_bel.m
function bel = compute_bel(msg_type, pi, lambda)
switch msg_type,
case 'd', bel = normalise(pi .* lambda);
case 'g',
if isinf(lambda.precision) % ignore pi because lambda is completely certa
www.eeworm.com/read/130130/5963887
m compute_extrinsic.m
function [omckk,Tckk,Rckk,H,x,ex,JJ] = compute_extrinsic(x_kk,X_kk,fc,cc,kc,alpha_c,MaxIter,thresh_cond),
%compute_extrinsic
%
%[omckk,Tckk,Rckk,H,x,ex] = compute_extrinsic(x_kk,X_kk,fc,cc,kc,alp