代码搜索:sparse

找到约 3,324 项符合「sparse」的源代码

代码结果 3,324
www.eeworm.com/read/140062/13112125

cpp sparse.cpp

void sparse(double b[], int n, double x[], double rsq) { const int nmax = 500; double eps2,eps = 0.000001; double g[500], h[500], xi[500], xj[500]; int j; eps2 = n * pow(eps, 2)
www.eeworm.com/read/241049/13175439

cpp sparse.cpp

void sparse(double b[], int n, double x[], double rsq) { const int nmax = 500; double eps2,eps = 0.000001; double g[500], h[500], xi[500], xj[500]; int j; eps2 = n * pow(eps, 2)
www.eeworm.com/read/138105/13259845

h sparse.h

/************************************************************************** ** ** Copyright (C) 1993 David E. Steward & Zbigniew Leyk, all rights reserved. ** ** Meschach Library ** **
www.eeworm.com/read/138105/13260091

c sparse.c

/************************************************************************** ** ** Copyright (C) 1993 David E. Steward & Zbigniew Leyk, all rights reserved. ** ** Meschach Library ** **
www.eeworm.com/read/239206/13294576

cpp sparse.cpp

void sparse(double b[], int n, double x[], double rsq) { const int nmax = 500; double eps2,eps = 0.000001; double g[500], h[500], xi[500], xj[500]; int j; eps2 = n * pow(eps, 2)
www.eeworm.com/read/134479/5892698

h sparse.h

#ifndef __SPARSE_H__ #define __SPARSE_H__ extern void SpMatVec_Time(int streamLength); extern void ConjGrad_Time(int streamLength); #endif
www.eeworm.com/read/134479/5892716

br sparse.br

#include #include #include #include "main.h" #include "sparse.h" #define MAX_DIM 2048 #define DO_VERIFY 1 #define EPS 1e-3f #define MAX_NZ_PE
www.eeworm.com/read/128157/5992399

h sparse.h

#ifndef SPARSE_H #define SPARSE_H /*==================================================================== Copyright 1996, 1997, 2004 Ian Kaplan, Bear Products International, www.bearcave.com. A
www.eeworm.com/read/320368/6295284

txt sparse.txt

Sub SPARSE(B(), N, X(), RSQ) NMAX = 500 EPS = 0.000001 Dim G(500), H(500), XI(500), XJ(500) EPS2 = N * EPS ^ 2 IRST = 0 1 IRST = IRST + 1 Call ASUB(X(), XI()) RP
www.eeworm.com/read/492901/6412611

cpp sparse.cpp

void sparse(double b[], int n, double x[], double rsq) { const int nmax = 500; double eps2,eps = 0.000001; double g[500], h[500], xi[500], xj[500]; int j; eps2 = n * pow(eps, 2)