代码搜索:sparse
找到约 3,324 项符合「sparse」的源代码
代码结果 3,324
www.eeworm.com/read/219695/14869302
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
www.eeworm.com/read/219695/14869307
cc sparse_mult_col.cc
#include "mtl/matrix.h"
#include "mtl/mtl.h"
//#include "mtl/sparse_mult.h"
#include "mtl/utils.h"
int random(int range) {
return rand() % (range -1) + 1;
}
int
main(int argc, char* argv[])
{
if
www.eeworm.com/read/219695/14869409
cc sparse_tri_solve.cc
#include "mtl/matrix.h"
#include "mtl/mtl.h"
#include "mtl/utils.h"
#include "mtl/linalg_vec.h"
/*
A:
5x5
[
[1,1,3,0,0],
[0,1,5,0,0],
[0,0,1,0,0],
[0,0,0,1,0],
[0,0,0,0,1]
]
b:
www.eeworm.com/read/219695/14869686
h sparse1d.h
//
// 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 should have recei
www.eeworm.com/read/216987/14983661
f90 sparse_mat.f90
!------------------------------------------------------------------------------!
! MODULE : SPARSE_MAT Auteur : J. Gressier
! Date : Avril
www.eeworm.com/read/216463/15006029
html mod2sparse.html
Sparse Modulo-2 Matrix Routines
Sparse Modulo-2 Matrix Routines
This module implements operations on matrices in which the elements
are a
www.eeworm.com/read/216463/15006044
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, modify, or distribute
www.eeworm.com/read/216463/15006083
gz sparse-encode.ps.gz
www.eeworm.com/read/206762/15290180