代码搜索:sparse
找到约 3,324 项符合「sparse」的源代码
代码结果 3,324
www.eeworm.com/read/203450/15359101
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/108219/15590873
c sparse.c
#define EPS 1.0e-6
#define FREERETURN {free_vector(xj,1,n);free_vector(xi,1,n);\
free_vector(h,1,n);free_vector(g,1,n);return;}
void sparse(b,n,x,rsq)
float b[],x[],*rsq;
int n;
{
int j,ite
www.eeworm.com/read/106940/15616938
c sparse.c
#define EPS 1.0e-6
#define FREERETURN {free_vector(xj,1,n);free_vector(xi,1,n);\
free_vector(h,1,n);free_vector(g,1,n);return;}
void sparse(b,n,x,rsq)
float b[],x[],*rsq;
int n;
{
int j,ite
www.eeworm.com/read/100395/15874828
html sparse.html
Newmat09 - sparse
Sparse matrices
next -
skip -
up -
www.eeworm.com/read/289743/8529976
m sparse_nn.m
%SPARSE_NN
%
% This file is part of the Matlab Toolbox for Dimensionality Reduction v0.4b.
% The toolbox can be obtained from http://www.cs.unimaas.nl/l.vandermaaten
% You are free to use, change, or
www.eeworm.com/read/289178/8570288
c read_sparse.c
#include
#include
#include "mex.h"
#if MX_API_VER < 0x07030000
typedef int mwIndex;
#endif
void exit_with_help()
{
mexPrintf(
"Usage: [label_vector, instance_matrix] = read_s
www.eeworm.com/read/432640/8585095
h sparse_iterator.h
// -*- c++ -*-
//
// Copyright 1997, 1998, 1999 University of Notre Dame.
// Authors: Andrew Lumsdaine, Jeremy G. Siek, Lie-Quan Lee
//
// This file is part of the Matrix Template Library
//
// You sh
www.eeworm.com/read/287830/8666534
dll read_sparse.dll
www.eeworm.com/read/287830/8666553
c read_sparse.c
#include
#include
#include "mex.h"
#if MX_API_VER < 0x07030000
typedef int mwIndex;
#endif
void exit_with_help()
{
mexPrintf(
"Usage: [label_vector, instance_matrix] = read_s
www.eeworm.com/read/431224/8696626