代码搜索:sparse
找到约 3,324 项符合「sparse」的源代码
代码结果 3,324
www.eeworm.com/read/383950/8909342
h mod2sparse.h
/* MOD2SPARSE.H - Interface to module for handling sparse mod2 matrices. */
/* Copyright (c) 2000, 2001 by Radford M. Neal
*
* Permission is granted for anyone to copy, use, or modify this program
www.eeworm.com/read/383950/8909396
h mod2sparse.h
/* MOD2SPARSE.H - Interface to module for handling sparse mod2 matrices. */
/* Copyright (c) 2000, 2001 by Radford M. Neal
*
* Permission is granted for anyone to copy, use, or modify this program
www.eeworm.com/read/185058/9059324
cpp sparse1_main.cpp
#include"Sparse1.h"
void main()
{
SparseNode1 item[]={{1,1,1},{3,1,2},{3,3,7},{4,3,8},{4,4,9}};
Sparse1 s1(item,4,5); //以稀疏矩阵三元组线性表创建对象
cout
www.eeworm.com/read/376138/9329839
mexw32 read_sparse.mexw32
www.eeworm.com/read/177211/9465063
m alist2sparse.m
function [H] = alist2sparse(fname)
% reads binary parity check matrix in "alist" format from file FNAME and
% converts it to sparse matrix used in MATLAB routines.
% This is an interface to matrice
www.eeworm.com/read/371082/9569141
m alist2sparse.m
function [H] = alist2sparse(fname)
% reads binary parity check matrix in "alist" format from file FNAME and
% converts it to sparse matrix used in MATLAB routines.
% This is an interface to matrice
www.eeworm.com/read/163678/10150393
cpp sparse_memory_map.cpp
//BEGIN large_memory_map.cpp
//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
// DESCRIPTION
// An example of a large memory modeled using the STL map container.
//
www.eeworm.com/read/356588/10224250
mexw32 read_sparse.mexw32
www.eeworm.com/read/274278/10879197
mexw32 read_sparse.mexw32
www.eeworm.com/read/272513/10954774
cc sparse_vec_prod.cc
#include "mtl/matrix.h"
#include "mtl/mtl.h"
#include "mtl/utils.h"
#include "mtl/linalg_vec.h"
/*
Sample output:
A =
3x3
[
[1,0,2],
[0,3,0],
[0,4,5]
]
x =
[1,2,3,]
y =
[1,1