代码搜索:Numeric
找到约 7,754 项符合「Numeric」的源代码
代码结果 7,754
www.eeworm.com/read/402770/11528475
cpp ex421_odbc.cpp
#include
using namespace std;
#include
#define OTL_ODBC
//#define OTL_ODBC_UNIX // Compile OTL 4.0/ODBC
// Default "numeric" NULLs to (-1)
#define OTL_DEFAULT_NUMERIC_
www.eeworm.com/read/222917/4815400
phpt bug30638.phpt
--TEST--
Bug #30638 (localeconv returns wrong LC_NUMERIC settings)
--SKIPIF--
www.eeworm.com/read/273525/4204290
mata ftpad.mata
*! version 1.0.1 20jan2005
version 9.0
mata:
/*
numeric vector ftpad(numeric vector v)
pads v to be of length 2^k by adding 0's to the end.
Returns either v itself or padded vector
*/
www.eeworm.com/read/273525/4205952
mata edittozero.mata
*! version 1.0.0 15oct2004
version 9.0
mata:
numeric matrix edittozero(numeric matrix x, real scalar amt)
{
return(edittozerotol(x, amt*epsilon( sum(abs(x)) / (rows(x)*cols(x)) )))
}
end
www.eeworm.com/read/273525/4206061
mata edittoint.mata
*! version 1.0.0 09nov2004
version 9.0
mata:
numeric matrix edittoint(numeric matrix x, real scalar amt)
{
return(edittointtol(x, amt*epsilon( sum(abs(x)) / (rows(x)*cols(x)) ) ))
}
end
www.eeworm.com/read/273525/4209165
mata _pinv.mata
*! version 2.0.2 20jan2005
version 9.0
mata:
real scalar _pinv(numeric matrix A, |real scalar tol)
{
real scalar r_a, c_a, rank, isa, thin
numeric matrix U, Vt, s
/* ---------------
www.eeworm.com/read/402654/2318668
cpp mod_n_example.cpp
#include
#include
#include
int main(int, char* [])
{
using namespace mtl;