代码搜索:sparse
找到约 3,324 项符合「sparse」的源代码
代码结果 3,324
www.eeworm.com/read/485122/6564748
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/407518/11417907
c sparse.c
/* Template Program for Sparse Vectors */
/* Demo of dynamic data structures in C */
#include
#include
#define FALSE 0
#define NULL 0
struct el {
www.eeworm.com/read/404684/11480191
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/347945/11624268
m sparse.m
function Y=sparse(varargin)
%SPARSE (overloaded)
% Author Johan L鰂berg
% $Id: sparse.m,v 1.1 2006/08/10 18:00:22 joloef Exp $
if nargin < 3
error('At-least 3 arguments needed');
end
www.eeworm.com/read/347945/11625862
m sparse.m
function Y=sparse(varargin)
%SPARSE (overloaded)
% Author Johan L鰂berg
% $Id: sparse.m,v 1.6 2006/07/26 20:17:58 joloef Exp $
if nargin < 3
error('At-least 3 arguments needed');
end
www.eeworm.com/read/156798/11773141
txt sparse.txt
procedure SPARSE(B:array of real; N:integer;var X:array of real; RSQ:real);
label 1;
const
NMAX = 500; EPS = 0.000001;
var
G,H,XI,XJ:array[0..500] of real;
J,ITER,IRST:integer;
www.eeworm.com/read/156458/11801726
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/343227/11962895
m sparse.m
function y = sparse(x)
%sparse Does nothing (introduced for MATLAB compatibility).
% H2M/cnt Toolbox, Version 2.0
% Olivier Capp
www.eeworm.com/read/152083/12142372
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/339382/12239569
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)