代码搜索:Numeric
找到约 7,754 项符合「Numeric」的源代码
代码结果 7,754
www.eeworm.com/read/273525/4207110
ado mkmat.ado
*! version 1.0.7 01oct2004
* original author -- Ken Heinecke, STB-20: ip6.
program def mkmat
version 8, missing
syntax varlist(numeric) [if] [in] [, MATrix(string) noMISsing ]
if "`missing
www.eeworm.com/read/273525/4209108
mata _edittoint.mata
*! version 1.0.0 15oct2004
version 9.0
mata:
void _edittoint(numeric matrix x, real scalar amt)
{
_edittointtol(x, amt*epsilon( sum(abs(x)) / (rows(x)*cols(x)) ) )
}
end
www.eeworm.com/read/273525/4209129
mata _perhapsequilrc.mata
*! version 1.0.0 10nov2004
version 9.0
mata:
real scalar _perhapsequilrc(numeric matrix A, r, c)
{
real scalar rc
rc = _perhapsequilr(A, r) // two-part construction to
return(rc + 2*
www.eeworm.com/read/273525/4209140
mata _svd.mata
*! version 1.0.2 20jan2005
version 9.0
mata:
void _svd(numeric matrix A, s, Vt)
{
real scalar m, n
if ((m = rows(A))
www.eeworm.com/read/273525/4209156
mata _lefteigensystem.mata
*! version 1.0.1 04jan2005
version 9.0
mata:
void _lefteigensystem(numeric matrix A, V, lambda, |cond, real scalar nobalance)
{
if (args()==3) cond = .
_eigen_work(2, A, V, lambda, cond
www.eeworm.com/read/273525/4209176
ado _plotpos.ado
*! version 1.0.0 12jan2005
program _plotpos
version 9
syntax varlist(numeric min=2 max=2) [if] [in] , gen(str) [ARROWs]
if `: word count `gen'' != 1 {
dis as err `"_plotpos: gen(`gen')
www.eeworm.com/read/273525/4210092
ado hettest.ado
*! version 3.2.4 01may2002
program define hettest, rclass
version 8
syntax [varlist(default=none numeric)] [, Rhs Mtest Mtest2(passthru)]
_isfit cons anovaok
if "`e(wtype)'" == "pweight"
www.eeworm.com/read/273525/4210126
mata hqrdp.mata
*! version 1.0.1 06jan2005
version 9.0
mata:
void hqrdp(numeric matrix A, H, tau, R, real rowvector p)
{
_hqrdp_la(H=A, tau=., p)
R = uppertriangle(H, .)
}
end
www.eeworm.com/read/440906/1785434
h std_limits.h
// The template and inlines for the -*- C++ -*- numeric_limits classes.
// Copyright (C) 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. Thi
www.eeworm.com/read/407072/2270903
cpp mobilerobot.cpp
#include "MobileRobot.hpp"
#include
namespace aux = indii::ml::aux;
namespace ublas = boost::numeric::ublas;
MobileRobot::MobileRobot(double v, double w) : systemNoise(STATE_SIZE),
mea