代码搜索:sparse
找到约 3,324 项符合「sparse」的源代码
代码结果 3,324
www.eeworm.com/read/137285/13335073
h cmatrix.h
typedef struct {
int N ;
int K ;
int **C ;
} ulist_matrix ;
typedef struct {
int N ;
int u ; /* whether this is an upper triangular matrix, and its inverse,
or vice versa */
int i
www.eeworm.com/read/309349/13673636
h mod2convert.h
/* MOD2CONVERT.H - Routines converting between sparse and dense mod2 matrices.*/
/* Copyright (c) 1996 by Radford M. Neal
*
* Permission is granted for anyone to copy, use, modify, or distribute t
www.eeworm.com/read/309349/13673655
ex-ldpc-encode
#!/bin/sh
# Example of how an LDPC code can be encoded using using sparse,
# dense, and mixed representations of the generator matrix. The dense
# and mixed representations are based on the same set
www.eeworm.com/read/141708/5769321
readme
This example shows basic usage of a SystemC SCV
scv_sparse_array data structure.
The following source files are part of this example:
packet.h Definition of a user-defined data type for a
www.eeworm.com/read/136865/5840675
doc bigtable.doc
/*
$Id: qt/bigtable.doc 3.3.4 edited May 27 2003 $
*/
/*! \page bigtable-example.html
\ingroup table-examples
\title How to create a large, sparse QTable
This example shows a sp
www.eeworm.com/read/136815/5855386
doc bigtable.doc
/*
$Id: qt/bigtable.doc 3.3.4 edited May 27 2003 $
*/
/*! \page bigtable-example.html
\ingroup table-examples
\title How to create a large, sparse QTable
This example shows a sp
www.eeworm.com/read/118801/6094228
doc bigtable.doc
/*
$Id: qt/bigtable.doc 3.1.1 edited Nov 8 10:35 $
*/
/*! \page bigtable-example.html
\ingroup table-examples
\title How to create a large, sparse QTable
This example shows a sp
www.eeworm.com/read/478939/6708451
m make.m
% This make.m is used under Windows
mex -O -c svm.cpp
mex -O -c svm_model_matlab.c
mex -O svmtrain.c svm.obj svm_model_matlab.obj
mex -O svmpredict.c svm.obj svm_model_matlab.obj
mex -O read_sp
www.eeworm.com/read/263516/11358377
m fm_dfig.m
function fm_dfig(flag)
% FM_DFIG define Constant Speed Wind Turbine
%
% FM_DFIG(FLAG)
% FLAG = 0 initializations
% FLAG = 1 algebraic equations
% FLAG = 2 algebraic Jacobians
www.eeworm.com/read/263516/11358378
m fxcall.m
function Fxcall(a)
global DAE Bus Pod
if ~a.n, return, end
V = DAE.V(a.bus);
ist = DAE.x(a.ist);
Kr = a.con(:,5);
Tr = a.con(:,6);
ist_max = a.con(:,7);
ist_min = a.con(:,8);
DAE.Fx =