代码搜索:Numeric
找到约 7,754 项符合「Numeric」的源代码
代码结果 7,754
www.eeworm.com/read/110490/15532488
in pure-config.pl.in
#! @PERL@
# (C) 2001-2003 Aristotle Pagaltzis
# derived from code (C) 2001-2002 Frank Denis and Matthias Andree
use strict;
my ($conffile, @flg) = @ARGV;
my $PUREFTPD;
-x && ($PUREFTPD=$_, last) f
www.eeworm.com/read/168845/5436127
v2 jamfile.v2
# Boost Numeric Conversion Library test Jamfile
test-suite numeric/conversion :
[ run bounds_test.cpp ]
[ run traits_test.cpp ]
[ run converter_test.cpp ]
[ run udt_suppor
www.eeworm.com/read/273525/4205087
mata cond.mata
*! version 1.0.2 19nov2004
version 9.0
mata:
real scalar cond(numeric matrix A, |real scalar p)
{
numeric matrix Ainv
real colvector s
if (rows(A)==0 | cols(A)==0) return(1)
if (mi
www.eeworm.com/read/273525/4207735
mata asin.mata
*! version 1.0.0 15oct2004
version 9.0
mata:
numeric matrix asin(numeric matrix x)
{
if (isreal(x)) return(asinr(x))
return(asinh(x:*1i):/1i)
}
end
www.eeworm.com/read/273525/4209010
mata _cholsolve.mata
*! version 1.0.2 20jan2005
version 9.0
mata:
void _cholsolve(numeric matrix A, numeric matrix B, | real scalar tol )
{
real scalar cA, rB, cmplxa, cmplxb
cA = cols(A)
rB = rows(B)