代码搜索:Numeric
找到约 7,754 项符合「Numeric」的源代码
代码结果 7,754
www.eeworm.com/read/273525/4208845
mata _cholinv.mata
*! version 1.0.4 21jan2005
version 9.0
mata:
void _cholinv(numeric matrix A, |real scalar tol)
{
real scalar dimA
dimA = cols(A)
if (rows(A)!=dimA) _error(3205) /* MRC_squ
www.eeworm.com/read/273525/4208971
ado _nobs.ado
*! version 1.0.2 23sep2004
program define _nobs, rclass
version 6, missing
qui syntax varname(numeric) [fw pw iw aw] [if] [in] [, MIN(integer 1) /*
*/ ZEROweight ]
marksample touse, `zerow
www.eeworm.com/read/273525/4209072
mata _symeigen_work.mata
*! version 1.0.2 19jan2005
version 9.0
mata:
/*
syntax 1 returns eigenvalues only
_symeigen_work(numeric matrix A, lambda)
syntax 2 returns eigenvalues and eigenvectors
_symeigen_work
www.eeworm.com/read/273525/4209134
mata _eigenvalues.mata
*! version 1.0.1 04jan2005
version 9.0
mata:
complex vector _eigenvalues(numeric matrix A, |cond, real scalar nobalance)
{
complex vector evals
if (args()==1) cond = .
_eigen_work(0
www.eeworm.com/read/273525/4209622
ado pkcollapse.ado
*! version 1.1.10 24sep2004
program define pkcollapse
version 7, missing
syntax varlist(numeric min=2) [if], id(varname) [stat(string) ///
fit(string) noDots Trapezoid keep(string) force ]
www.eeworm.com/read/446555/1711777
svn-base stl-function.cc.svn-base
// Filename: STL-function.cc
// Using the function object minus
#include
#include
using namespace std;
int main() {
double v1[3] = {1.0, 2.5, 4.6},
su
www.eeworm.com/read/445837/1717680
sql ejb.sql
drop table accounts;
drop table customers;
drop table orders;
drop table Books;
drop table orderLineItems;
create table accounts (id varchar(64), ownername varchar(64), balance numeric(18));
c
www.eeworm.com/read/440906/1784502
java adjustable.java
/* Adjustable.java -- Objects with a numeric adjustment scale
Copyright (C) 1999, 2002 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free software; you can r
www.eeworm.com/read/440906/1784697
java number.java
/* Number.java =- abstract superclass of numeric objects
Copyright (C) 1998, 2001, 2002 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free software; you can
www.eeworm.com/read/438251/1826642
java numericliteral.java
package prefuse.data.expression;
import prefuse.data.Schema;
import prefuse.data.Tuple;
import prefuse.util.TypeLib;
/**
* Literal expression of a numeric value.
*
* @author