代码搜索:sparse
找到约 3,324 项符合「sparse」的源代码
代码结果 3,324
www.eeworm.com/read/435150/7796248
cpp main.cpp
// Exercise 17.4 Exercising the SparseArray class
#include "SparseArray.h"
#include
using std::cout;
using std::endl;
int main() {
SparseArray strings(50); // Create a sparse arr
www.eeworm.com/read/197407/7997267
cpp lsmatrix.cpp
// test linked sparse matrix class
#include
#include "lsmatrix.h"
void main(void)
{
LinkedMatrix A, B, C;
cin >> A;
cout
www.eeworm.com/read/197407/7997538
h smatrix2.h
// array representation of a sparse matrix
// input operator has been modified to get
// larger array if needed
#ifndef SparseMatrix_
#define SparseMatrix_
#include
#include
www.eeworm.com/read/146126/12668498
cpp linkedmatrix.cpp
// test linked sparse matrix class
#include
#include "linkedMatrix.h"
using namespace std;
int main(void)
{
linkedMatrix a, b, c;
// test input and output
cin
www.eeworm.com/read/407093/11429548
c cgstrf.c
/*! @file cgstrf.c
* \brief Computes an LU factorization of a general sparse matrix
*
*
* -- SuperLU routine (version 3.0) --
* Univ. of California Berkeley, Xerox Palo Alto Research Cente
www.eeworm.com/read/407093/11429576
c sgstrf.c
/*! @file sgstrf.c
* \brief Computes an LU factorization of a general sparse matrix
*
*
* -- SuperLU routine (version 3.0) --
* Univ. of California Berkeley, Xerox Palo Alto Research Cente
www.eeworm.com/read/407093/11429593
c dgstrf.c
/*! @file dgstrf.c
* \brief Computes an LU factorization of a general sparse matrix
*
*
* -- SuperLU routine (version 3.0) --
* Univ. of California Berkeley, Xerox Palo Alto Research Cente
www.eeworm.com/read/407093/11429652
c zgstrf.c
/*! @file zgstrf.c
* \brief Computes an LU factorization of a general sparse matrix
*
*
* -- SuperLU routine (version 3.0) --
* Univ. of California Berkeley, Xerox Palo Alto Research Cente
www.eeworm.com/read/347943/11626277
m spars.m
function sparsity=spars(x)
%Returns the sparsity of the matrix/vector x. It works for sparse and dense
%storage, too.
% This file is part of SeDuMi 1.1 by Imre Polik and Oleksandr Romanko
% Copyright
www.eeworm.com/read/347943/11626522
m symfctmex.m
% [L,perm,xsuper,split,tmpsiz] = symfctmex(X, perm, cachsz)
% Computes sparse symbolic factor L, updated permutation PERM,
% super-node partition XSUPER, and a splitting of supernodes
% (SPLI