代码搜索:Avoiding
找到约 159 项符合「Avoiding」的源代码
代码结果 159
www.eeworm.com/read/326727/13120218
h tnt_math_utils.h
#ifndef MATH_UTILS_H
#define MATH_UTILS_H
/* needed for fabs, sqrt() below */
#include
namespace TNT
{
/**
@returns hypotenuse of real (non-complex) scalars a and b by
avoiding underflo
www.eeworm.com/read/138798/13211512
m logsumexp.m
function s = logsumexp(a, dim)
% Returns log(sum(exp(a),dim)) while avoiding numerical underflow.
% Default is dim = 1 (rows) or dim=2 for a row vector
% logsumexp(a, 2) will sum across columns ins
www.eeworm.com/read/261198/11659507
m logsumexp.m
function s = logsumexp(a, dim)
% Returns log(sum(exp(a),dim)) while avoiding numerical underflow.
% Default is dim = 1 (rows) or dim=2 for a row vector
% logsumexp(a, 2) will sum across columns instea
www.eeworm.com/read/13871/284330
m logsumexp.m
function s = logsumexp(a, dim)
% Returns log(sum(exp(a),dim)) while avoiding numerical underflow.
% Default is dim = 1 (rows) or dim=2 for a row vector
% logsumexp(a, 2) will sum across columns ins
www.eeworm.com/read/147186/12578773
m logsumexp.m
function s = logsumexp(a, dim)
% Returns log(sum(exp(a),dim)) while avoiding numerical underflow.
% Default is dim = 1 (rows) or dim=2 for a row vector
% logsumexp(a, 2) will sum across columns ins
www.eeworm.com/read/453994/1634195
readme
PHP bindings for RRD Tool.
Contained herein are bindings to allow you to interface
php scripts with RRD tool directly via RRD tool's 'librrd' library,
thus avoiding the need to use system() calls t
www.eeworm.com/read/453176/1642059
m bound_extension.m
function im_ext = bound_extension(im,By,Bx,type);
% im_ext = bound_extension(im,B,type);
%
% Extend an image for avoiding boundary artifacts,
%
% By, Bx: widths of the added stripes.
%
www.eeworm.com/read/282378/4101940
h tnt_math_utils.h
#ifndef MATH_UTILS_H
#define MATH_UTILS_H
#include
/* needed for sqrt() below */
namespace TNT
{
/**
@returns hypotenuse of real (non-complex) scalars a and b by
avoiding under
www.eeworm.com/read/403190/2314681
svn-base tnt_math_utils.h.svn-base
#ifndef MATH_UTILS_H
#define MATH_UTILS_H
#include
/* needed for sqrt() below */
namespace TNT
{
/**
@returns hypotenuse of real (non-complex) scalars a and b by
avoiding under