Files
suitesparse-tools/suitesparse-reals.html
Carl William Pearson 8645fffa70 initial commit
2021-09-01 14:58:54 -06:00

31495 lines
1.8 MiB

<!DOCTYPE html>
<html lang='en'>
<head>
<title>SuiteSparse Matrix Collection</title>
<meta content='SuiteSparse Matrix Collection Index' name='Description'>
<meta charset='utf-8'>
<meta content='width=device-width, initial-scale=1' name='viewport'>
<link rel="stylesheet" media="none" href="/assets/application-9534d656dbdc87132f1091195ca36703fd2976e0bbdb1c24ba8553410ee800d7.css" data-turbolinks-track="true" onload="if(media!=&#39;all&#39;)media=&#39;all&#39;" />
<script src="/assets/application-333692a183cfe567140b1e2ff4dcd67e5166db345fc9f8ad72b8d455a473903a.js" data-turbolinks-track="true"></script>
<meta name="csrf-param" content="authenticity_token" />
<meta name="csrf-token" content="jkwyox293scLKrNxg54YISA4/68+aGq7RNDZJla5V+Doh6Kq2s+8vLYzDHRXrWaYTDNS2tPhdmGF5dnS3BeBjA==" />
<meta content='r2pRTzxj91fBd9LQN4oiboo32gfV1c8PpalflcYY8XE' name='google-site-verification'>
</head>
<body>
<nav class='navbar fixed-top navbar-expand-lg navbar-dark'>
<div class='container'>
<div class='navbar-brand'>
<div class='logo'>
<img alt="SuiteSparse Matrix Collection Logo" src="/assets/logo-7cabf2bf0925e8e538d6ebd5552c56283cad18c4ec1b6e83d3ba420fc059d0f7.png" />
</div>
<a href='/'>
<h1>
SuiteSparse Matrix Collection
<small>Formerly the University of Florida Sparse Matrix Collection</small>
</h1>
</a>
</div>
<button aria-controls='navbarNav' aria-label='Toggle navigation' class='navbar-toggler' data-target='#navbar' data-toggle='collapse' type='button'>
<span class='navbar-toggler-icon'></span>
</button>
<div class='collapse navbar-collapse' id='navbar'>
<ul class='ml-auto navbar-nav nav-pills'>
<li class='nav-item'>
<a class="nav-link active" href="/">Index</a>
</li>
<li class='nav-item'>
<a class="nav-link " href="/about">About</a>
</li>
<li class='nav-item'>
<a class="nav-link " href="/interfaces">Interfaces</a>
</li>
<li class='nav-item'>
<a class="nav-link " href="/submit">Submit Matrix</a>
</li>
</ul>
</div>
</div>
</nav>
<div class='container theme-showcase main' id='index-main' role='main'>
<div class='alert alert-info alert-dismissible about-alert'>
<button aria-label='Close' class='close about-close' data-dismiss='alert' type='button'>
<span aria-hidden='true'>
&times;
</span>
</button>
The SuiteSparse Matrix Collection (formerly the University of Florida Sparse Matrix Collection) is a widely used set of sparse matrix benchmarks collected from a wide range of applications. See the
<a class="alert-link" href="/about">about page</a>
for more information.
</div>
<div class='card card-body bg-light'>
<div class='row'>
<div class='col-lg-2'>
<div class='text-center filter-column'>
<div class='dropdown'>
<button aria-expanded='true' aria-haspopup='true' class='btn btn-outline-dark btn-md dropdown-toggle mb-2' data-toggle='dropdown' id='filter-dropdown' type='button'>
<span aria-hidden='true' class='fa fa-filter'></span>
Filters
</button>
<ul aria-labelledby='filter-dropdown' class='dropdown-menu' data-no-turbolink='true'>
<li>
<div class='small' data-target='.size-checkbox' tabIndex='-1'>
<input type="checkbox" name="size_checkbox" id="size_checkbox" value="enable" class="filter-checkbox size-checkbox" data-target="#size-filter" />
<label for="size_checkbox">Size and Shape</label>
</div>
</li>
<li>
<div class='small' data-target='.structure-checkbox' tabIndex='-1'>
<input type="checkbox" name="structure_checkbox" id="structure_checkbox" value="enable" class="filter-checkbox structure-checkbox" data-target="#structure-filter" checked="checked" />
<label for="structure_checkbox">Structure and Entry Types</label>
</div>
</li>
<li>
<div class='small' data-target='.metadata-checkbox' tabIndex='-1'>
<input type="checkbox" name="metadata_checkbox" id="metadata_checkbox" value="enable" class="filter-checkbox metadata-checkbox" data-target="#metadata-filter" />
<label for="metadata_checkbox">Metadata</label>
</div>
</li>
</ul>
</div>
</div>
<div class='filterrific_spinner' style='display:none; margin: 30px 40%;'>
<img src="/assets/ajax-loader-fd7f32a8862609f42dd58dd94f33acfa1ad5d0895687fe5420e3e5c1e94b1857.gif" />
</div>
</div>
<!-- Set up the filter form -->
<div class='col-lg-10 text-center' style='margin-left: -1px; border-left: 1px solid #e3e3e3;'>
<form class="new_filterrific" id="filterrific_filter" action="/" accept-charset="UTF-8" method="get"><div class='row filter'>
<div class='col-md-6'>
<div class='card' id='search'>
<legend class='card-header'>
<label for="filterrific_search_query">Keyword Search</label>
</legend>
<div class='card-body'>
<input class="filterrific-periodically-observed" type="text" name="filterrific[search_query]" id="filterrific_search_query" />
</div>
</div>
</div>
<div class='col-md-6'>
<div class='card'>
<legend class='card-header'>
<label for="filterrific_sorted_by">Sorted by</label>
</legend>
<div class='card-body'>
<select name="filterrific[sorted_by]" id="filterrific_sorted_by"><option value="id_desc">ID (High to Low)</option>
<option selected="selected" value="id_asc">ID (Low to High)</option>
<option value="group_asc">Group (A to Z)</option>
<option value="group_desc">Group (Z to A)</option>
<option value="name_asc">Name (A to Z)</option>
<option value="name_desc">Name (Z to A)</option>
<option value="rows_desc">Rows (High to Low)</option>
<option value="rows_asc">Rows (Low to High)</option>
<option value="cols_desc">Columns (High to Low)</option>
<option value="cols_asc">Columns (Low to High)</option>
<option value="nonzeros_desc">Nonzeros (High to Low)</option>
<option value="nonzeros_asc">Nonzeros (Low to High)</option>
<option value="kind_asc">Kind (A to Z)</option>
<option value="kind_desc">Kind (Z to A)</option>
<option value="date_asc">Date (Oldest First)</option>
<option value="date_desc">Date (Recent First)</option></select>
</div>
</div>
</div>
</div>
<div class='filter filter-hidden' id='size-filter'>
<h2 class='py-2'>
Filter by Matrix Size and Shape
</h2>
<div class='row'>
<div class='col-md-4'>
<div class='card'>
<legend class='card-header'>
Rows
</legend>
<div class='card-body d-flex justify-content-between py-1'>
<div class='input-with-label p-1'>
<input class="filterrific-periodically-observed" id="filter-input-rows-min" type="text" name="filterrific[min_rows]" />
<label for="filter-input-rows-min">Min</label>
</div>
<div class='input-with-label p-1'>
<input class="filterrific-periodically-observed" id="filter-input-rows-max" type="text" name="filterrific[max_rows]" />
<label for="filter-input-rows-max">Max</label>
</div>
</div>
</div>
</div>
<div class='col-md-4'>
<div class='card'>
<legend class='card-header'>
Columns
</legend>
<div class='card-body d-flex justify-content-between py-1'>
<div class='input-with-label p-1'>
<input class="filterrific-periodically-observed" id="filter-input-columns-min" type="text" name="filterrific[min_cols]" />
<label for="filter-input-columns-min">Min</label>
</div>
<div class='input-with-label p-1'>
<input class="filterrific-periodically-observed" id="filter-input-columns-max" type="text" name="filterrific[max_cols]" />
<label for="filter-input-columns-max">Max</label>
</div>
</div>
</div>
</div>
<div class='col-md-4'>
<div class='card'>
<legend class='card-header'>
Nonzeros
</legend>
<div class='card-body d-flex justify-content-between py-1'>
<div class='input-with-label p-1'>
<input class="filterrific-periodically-observed" id="filter-input-nonzeros-min" type="text" name="filterrific[min_nonzeros]" />
<label for="filter-input-nonzeros-min">Min</label>
</div>
<div class='input-with-label p-1'>
<input class="filterrific-periodically-observed" id="filter-input-nonzeros-max" type="text" name="filterrific[max_nonzeros]" />
<label for="filter-input-nonzeros-max">Max</label>
</div>
</div>
</div>
</div>
</div>
</div>
<div class='filter filter-hidden' id='structure-filter'>
<h2 class='py-2'>
Filter by Matrix Structure and Entry Type
</h2>
<div class='row'>
<div class='col-md-4 column'>
<div class='card'>
<legend class='card-header'>
Pattern Symmetry
</legend>
<div class='card-body d-flex justify-content-between py-1'>
<div class='input-with-label p-1'>
<input class="filterrific-periodically-observed" id="filter-input-pattern_symmetry-min" type="text" name="filterrific[min_pattern_symmetry]" />
<label for="filter-input-pattern_symmetry-min">Min (%)</label>
</div>
<div class='input-with-label p-1'>
<input class="filterrific-periodically-observed" id="filter-input-pattern_symmetry-max" type="text" name="filterrific[max_pattern_symmetry]" />
<label for="filter-input-pattern_symmetry-max">Max (%)</label>
</div>
</div>
</div>
</div>
<div class='col-md-4 column'>
<div class='card'>
<legend class='card-header'>
Numerical Symmetry
</legend>
<div class='card-body d-flex justify-content-between py-1'>
<div class='input-with-label p-1'>
<input class="filterrific-periodically-observed" id="filter-input-numerical_symmetry-min" type="text" name="filterrific[min_numerical_symmetry]" />
<label for="filter-input-numerical_symmetry-min">Min (%)</label>
</div>
<div class='input-with-label p-1'>
<input class="filterrific-periodically-observed" id="filter-input-numerical_symmetry-max" type="text" name="filterrific[max_numerical_symmetry]" />
<label for="filter-input-numerical_symmetry-max">Max (%)</label>
</div>
</div>
</div>
</div>
<div class='col-md-4 column'>
<div class='card'>
<legend class='card-header'>
Strongly Connected Components
</legend>
<div class='card-body d-flex justify-content-between py-1'>
<div class='input-with-label p-1'>
<input class="filterrific-periodically-observed" id="filter-input-strongly_connected_components-min" type="text" name="filterrific[min_strongly_connected_components]" />
<label for="filter-input-strongly_connected_components-min">Min</label>
</div>
<div class='input-with-label p-1'>
<input class="filterrific-periodically-observed" id="filter-input-strongly_connected_components-max" type="text" name="filterrific[max_strongly_connected_components]" />
<label for="filter-input-strongly_connected_components-max">Max</label>
</div>
</div>
</div>
</div>
</div>
<div class='row'>
<div class='col-md-4 column'>
<div class='card'>
<legend class='card-header'>
<label for='filter-input-rb_type'>
Rutherford-Boeing Type
</label>
</legend>
<div class='card-body'>
<select id="filter-input-rb_type" name="filterrific[rb_type]"><option value="">Any</option>
<option value="Real">Real</option>
<option value="Complex">Complex</option>
<option value="Integer">Integer</option>
<option value="Binary">Binary</option></select>
</div>
</div>
</div>
<div class='col-md-4 column'>
<div class='card'>
<legend class='card-header'>
<label for='filter-input-structure'>
Special Structure
</label>
</legend>
<div class='card-body'>
<select id="filter-input-structure" name="filterrific[structure]"><option value="">Any</option>
<option value="Square">Square</option>
<option value="Rectangular">Rectangular</option>
<option value="Symmetric">Symmetric</option>
<option value="Unsymmetric">Unsymmetric</option>
<option value="Hermitian">Hermitian</option>
<option value="Skew-Symmetric">Skew-Symmetric</option></select>
</div>
</div>
</div>
<div class='col-md-4 column'>
<div class='card'>
<legend class='card-header'>
<label for='filter-input-positive_definite'>
Positive Definite
</label>
</legend>
<div class='card-body'>
<select id="filter-input-positive_definite" name="filterrific[positive_definite]"><option value="">Any</option>
<option value="Yes">Yes</option>
<option value="No">No</option></select>
</div>
</div>
</div>
</div>
</div>
<div class='filter filter-hidden' id='metadata-filter'>
<h2 class='py-2'>
Filter by Matrix Metadata
</h2>
<div class='row'>
<div class='col-md-3 col-6 column'>
<div class='card'>
<label class='card-header' for='filter-input-name'>
Matrix Name
</label>
<div class='card-body'>
<input class="filterrific-periodically-observed" id="filter-input-name" style="width: 80%;" type="text" name="filterrific[name_query]" />
</div>
</div>
</div>
<div class='col-md-3 col-6 column'>
<div class='card'>
<label class='card-header' for='filter-input-group'>
Group Name
</label>
<div class='card-body'>
<input class="filterrific-periodically-observed" id="filter-input-group" style="width: 80%;" type="text" name="filterrific[group_query]" />
</div>
</div>
</div>
<div class='col-md-3 col-6 column'>
<div class='card'>
<legend class='card-header'>
Matrix ID
</legend>
<div class='card-body d-flex justify-content-between py-1'>
<div class='input-with-label p-1'>
<input class="filterrific-periodically-observed" id="filter-input-id-min" type="text" name="filterrific[min_id]" />
<label for='filter-input-id-min'>
Min
</label>
</div>
<div class='input-with-label p-1'>
<input class="filterrific-periodically-observed" id="filter-input-id-max" type="text" name="filterrific[max_id]" />
<label for='filter-input-id-max'>
Max
</label>
</div>
</div>
</div>
</div>
<div class='col-md-3 col-6 column'>
<div class='card'>
<legend class='card-header'>
Year
</legend>
<div class='card-body d-flex justify-content-between py-1'>
<div class='input-with-label p-1'>
<input class="filterrific-periodically-observed" id="filter-input-year-min" type="text" name="filterrific[min_year]" />
<label for="filter-input-year-min">Min</label>
</div>
<div class='input-with-label p-1'>
<input class="filterrific-periodically-observed" id="filter-input-year-max" type="text" name="filterrific[max_year]" />
<label for="filter-input-year-max">Max</label>
</div>
</div>
</div>
</div>
</div>
</div>
</form></div>
</div>
</div>
<div id='filterrific_results'>
<div class='card card-body bg-light container p-1 my-2'>
<div class='d-flex justify-content-between align-items-center'>
<div class='p-2'>
Displaying <strong>all&nbsp;1721</strong> collection matrices
</div>
<div class='p-2'>
<a href="/?filterrific%5Breset_filterrific%5D=true"><button class='btn btn-outline-dark btn-sm'>
Reset Filters
<span aria-hidden='true' class='fas fa-sync-alt'></span>
</button>
</a></div>
</div>
</div>
<!-- Top Pagination Bar -->
<div class='pagination-container container px-2'>
<div class='row'>
<div class='col'></div>
<div class='col p-0'>
</div>
<div class='col col-lg-3 p-2 text-right'>
<label for="per_page_top">Display per page:</label>
<select name="per_page_top" id="per_page_top" onchange="if(this.value){window.location=&#39;?per_page=&#39;+this.value;}"><option value="20">20</option>
<option value="50">50</option>
<option value="100">100</option>
<option selected="selected" value="All">All</option></select>
</div>
</div>
</div>
<!-- Layout the matrix table -->
<div class='col-sm-12 m-0 p-0'>
<table class='table table-sm table-striped' id='matrices'>
<thead>
<tr class='text-nowrap' id='sort-selector'>
<th><a class="filterrific_current_sort_column" data-remote="true" data-method="get" href="/?filterrific%5Brb_type%5D=Real&amp;filterrific%5Bsorted_by%5D=id_desc">Id <span class="fas fa-sort-up"></span></a></th>
<th><a class="filterrific_sort_column" data-remote="true" data-method="get" href="/?filterrific%5Brb_type%5D=Real&amp;filterrific%5Bsorted_by%5D=name_asc">Name</a></th>
<th><a class="filterrific_sort_column" data-remote="true" data-method="get" href="/?filterrific%5Brb_type%5D=Real&amp;filterrific%5Bsorted_by%5D=group_asc">Group</a></th>
<th><a class="filterrific_sort_column" data-remote="true" data-method="get" href="/?filterrific%5Brb_type%5D=Real&amp;filterrific%5Bsorted_by%5D=rows_asc">Rows</a></th>
<th><a class="filterrific_sort_column" data-remote="true" data-method="get" href="/?filterrific%5Brb_type%5D=Real&amp;filterrific%5Bsorted_by%5D=cols_asc">Cols</a></th>
<th><a class="filterrific_sort_column" data-remote="true" data-method="get" href="/?filterrific%5Brb_type%5D=Real&amp;filterrific%5Bsorted_by%5D=nonzeros_asc">Nonzeros</a></th>
<th class='d-none d-md-table-cell'><a class="filterrific_sort_column" data-remote="true" data-method="get" href="/?filterrific%5Brb_type%5D=Real&amp;filterrific%5Bsorted_by%5D=kind_asc">Kind</a></th>
<th class='d-none d-md-table-cell'><a class="filterrific_sort_column" data-remote="true" data-method="get" href="/?filterrific%5Brb_type%5D=Real&amp;filterrific%5Bsorted_by%5D=date_asc">Date</a></th>
<th class='d-none d-lg-table-cell' id='download-header'>Download File</th>
</tr>
</thead>
<tbody>
<tr>
<td class='column-id'>1</td>
<td class='column-name'><a href="/HB/1138_bus">1138_bus</a></td>
<td class='column-group'><a href="/HB">HB</a></td>
<td class='column-num_rows'>1,138</td>
<td class='column-num_cols'>1,138</td>
<td class='column-nonzeros'>4,054</td>
<td class='column-kind d-none d-md-table-cell'>Power Network Problem</td>
<td class='column-date d-none d-md-table-cell'>1985</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/HB/1138_bus.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/HB/1138_bus.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/HB/1138_bus.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2</td>
<td class='column-name'><a href="/HB/494_bus">494_bus</a></td>
<td class='column-group'><a href="/HB">HB</a></td>
<td class='column-num_rows'>494</td>
<td class='column-num_cols'>494</td>
<td class='column-nonzeros'>1,666</td>
<td class='column-kind d-none d-md-table-cell'>Power Network Problem</td>
<td class='column-date d-none d-md-table-cell'>1985</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/HB/494_bus.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/HB/494_bus.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/HB/494_bus.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>3</td>
<td class='column-name'><a href="/HB/662_bus">662_bus</a></td>
<td class='column-group'><a href="/HB">HB</a></td>
<td class='column-num_rows'>662</td>
<td class='column-num_cols'>662</td>
<td class='column-nonzeros'>2,474</td>
<td class='column-kind d-none d-md-table-cell'>Power Network Problem</td>
<td class='column-date d-none d-md-table-cell'>1985</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/HB/662_bus.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/HB/662_bus.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/HB/662_bus.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>4</td>
<td class='column-name'><a href="/HB/685_bus">685_bus</a></td>
<td class='column-group'><a href="/HB">HB</a></td>
<td class='column-num_rows'>685</td>
<td class='column-num_cols'>685</td>
<td class='column-nonzeros'>3,249</td>
<td class='column-kind d-none d-md-table-cell'>Power Network Problem</td>
<td class='column-date d-none d-md-table-cell'>1985</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/HB/685_bus.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/HB/685_bus.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/HB/685_bus.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>6</td>
<td class='column-name'><a href="/HB/arc130">arc130</a></td>
<td class='column-group'><a href="/HB">HB</a></td>
<td class='column-num_rows'>130</td>
<td class='column-num_cols'>130</td>
<td class='column-nonzeros'>1,037</td>
<td class='column-kind d-none d-md-table-cell'>Materials Problem</td>
<td class='column-date d-none d-md-table-cell'>1974</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/HB/arc130.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/HB/arc130.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/HB/arc130.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>23</td>
<td class='column-name'><a href="/HB/bcsstk01">bcsstk01</a></td>
<td class='column-group'><a href="/HB">HB</a></td>
<td class='column-num_rows'>48</td>
<td class='column-num_cols'>48</td>
<td class='column-nonzeros'>400</td>
<td class='column-kind d-none d-md-table-cell'>Structural Problem</td>
<td class='column-date d-none d-md-table-cell'>1982</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/HB/bcsstk01.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/HB/bcsstk01.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/HB/bcsstk01.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>24</td>
<td class='column-name'><a href="/HB/bcsstk02">bcsstk02</a></td>
<td class='column-group'><a href="/HB">HB</a></td>
<td class='column-num_rows'>66</td>
<td class='column-num_cols'>66</td>
<td class='column-nonzeros'>4,356</td>
<td class='column-kind d-none d-md-table-cell'>Structural Problem</td>
<td class='column-date d-none d-md-table-cell'>1982</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/HB/bcsstk02.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/HB/bcsstk02.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/HB/bcsstk02.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>25</td>
<td class='column-name'><a href="/HB/bcsstk03">bcsstk03</a></td>
<td class='column-group'><a href="/HB">HB</a></td>
<td class='column-num_rows'>112</td>
<td class='column-num_cols'>112</td>
<td class='column-nonzeros'>640</td>
<td class='column-kind d-none d-md-table-cell'>Structural Problem</td>
<td class='column-date d-none d-md-table-cell'>1982</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/HB/bcsstk03.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/HB/bcsstk03.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/HB/bcsstk03.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>26</td>
<td class='column-name'><a href="/HB/bcsstk04">bcsstk04</a></td>
<td class='column-group'><a href="/HB">HB</a></td>
<td class='column-num_rows'>132</td>
<td class='column-num_cols'>132</td>
<td class='column-nonzeros'>3,648</td>
<td class='column-kind d-none d-md-table-cell'>Structural Problem</td>
<td class='column-date d-none d-md-table-cell'>1982</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/HB/bcsstk04.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/HB/bcsstk04.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/HB/bcsstk04.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>27</td>
<td class='column-name'><a href="/HB/bcsstk05">bcsstk05</a></td>
<td class='column-group'><a href="/HB">HB</a></td>
<td class='column-num_rows'>153</td>
<td class='column-num_cols'>153</td>
<td class='column-nonzeros'>2,423</td>
<td class='column-kind d-none d-md-table-cell'>Structural Problem</td>
<td class='column-date d-none d-md-table-cell'>1982</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/HB/bcsstk05.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/HB/bcsstk05.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/HB/bcsstk05.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>28</td>
<td class='column-name'><a href="/HB/bcsstk06">bcsstk06</a></td>
<td class='column-group'><a href="/HB">HB</a></td>
<td class='column-num_rows'>420</td>
<td class='column-num_cols'>420</td>
<td class='column-nonzeros'>7,860</td>
<td class='column-kind d-none d-md-table-cell'>Structural Problem</td>
<td class='column-date d-none d-md-table-cell'>1982</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/HB/bcsstk06.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/HB/bcsstk06.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/HB/bcsstk06.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>29</td>
<td class='column-name'><a href="/HB/bcsstk07">bcsstk07</a></td>
<td class='column-group'><a href="/HB">HB</a></td>
<td class='column-num_rows'>420</td>
<td class='column-num_cols'>420</td>
<td class='column-nonzeros'>7,860</td>
<td class='column-kind d-none d-md-table-cell'>Duplicate Structural Problem</td>
<td class='column-date d-none d-md-table-cell'>1982</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/HB/bcsstk07.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/HB/bcsstk07.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/HB/bcsstk07.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>30</td>
<td class='column-name'><a href="/HB/bcsstk08">bcsstk08</a></td>
<td class='column-group'><a href="/HB">HB</a></td>
<td class='column-num_rows'>1,074</td>
<td class='column-num_cols'>1,074</td>
<td class='column-nonzeros'>12,960</td>
<td class='column-kind d-none d-md-table-cell'>Structural Problem</td>
<td class='column-date d-none d-md-table-cell'>1982</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/HB/bcsstk08.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/HB/bcsstk08.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/HB/bcsstk08.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>31</td>
<td class='column-name'><a href="/HB/bcsstk09">bcsstk09</a></td>
<td class='column-group'><a href="/HB">HB</a></td>
<td class='column-num_rows'>1,083</td>
<td class='column-num_cols'>1,083</td>
<td class='column-nonzeros'>18,437</td>
<td class='column-kind d-none d-md-table-cell'>Structural Problem</td>
<td class='column-date d-none d-md-table-cell'>1982</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/HB/bcsstk09.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/HB/bcsstk09.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/HB/bcsstk09.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>32</td>
<td class='column-name'><a href="/HB/bcsstk10">bcsstk10</a></td>
<td class='column-group'><a href="/HB">HB</a></td>
<td class='column-num_rows'>1,086</td>
<td class='column-num_cols'>1,086</td>
<td class='column-nonzeros'>22,070</td>
<td class='column-kind d-none d-md-table-cell'>Structural Problem</td>
<td class='column-date d-none d-md-table-cell'>1982</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/HB/bcsstk10.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/HB/bcsstk10.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/HB/bcsstk10.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>33</td>
<td class='column-name'><a href="/HB/bcsstk11">bcsstk11</a></td>
<td class='column-group'><a href="/HB">HB</a></td>
<td class='column-num_rows'>1,473</td>
<td class='column-num_cols'>1,473</td>
<td class='column-nonzeros'>34,241</td>
<td class='column-kind d-none d-md-table-cell'>Structural Problem</td>
<td class='column-date d-none d-md-table-cell'>1982</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/HB/bcsstk11.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/HB/bcsstk11.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/HB/bcsstk11.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>34</td>
<td class='column-name'><a href="/HB/bcsstk12">bcsstk12</a></td>
<td class='column-group'><a href="/HB">HB</a></td>
<td class='column-num_rows'>1,473</td>
<td class='column-num_cols'>1,473</td>
<td class='column-nonzeros'>34,241</td>
<td class='column-kind d-none d-md-table-cell'>Duplicate Structural Problem</td>
<td class='column-date d-none d-md-table-cell'>1982</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/HB/bcsstk12.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/HB/bcsstk12.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/HB/bcsstk12.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>35</td>
<td class='column-name'><a href="/HB/bcsstk13">bcsstk13</a></td>
<td class='column-group'><a href="/HB">HB</a></td>
<td class='column-num_rows'>2,003</td>
<td class='column-num_cols'>2,003</td>
<td class='column-nonzeros'>83,883</td>
<td class='column-kind d-none d-md-table-cell'>Computational Fluid Dynamics Problem</td>
<td class='column-date d-none d-md-table-cell'>1982</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/HB/bcsstk13.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/HB/bcsstk13.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/HB/bcsstk13.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>36</td>
<td class='column-name'><a href="/HB/bcsstk14">bcsstk14</a></td>
<td class='column-group'><a href="/HB">HB</a></td>
<td class='column-num_rows'>1,806</td>
<td class='column-num_cols'>1,806</td>
<td class='column-nonzeros'>63,454</td>
<td class='column-kind d-none d-md-table-cell'>Structural Problem</td>
<td class='column-date d-none d-md-table-cell'>1985</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/HB/bcsstk14.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/HB/bcsstk14.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/HB/bcsstk14.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>37</td>
<td class='column-name'><a href="/HB/bcsstk15">bcsstk15</a></td>
<td class='column-group'><a href="/HB">HB</a></td>
<td class='column-num_rows'>3,948</td>
<td class='column-num_cols'>3,948</td>
<td class='column-nonzeros'>117,816</td>
<td class='column-kind d-none d-md-table-cell'>Structural Problem</td>
<td class='column-date d-none d-md-table-cell'>1985</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/HB/bcsstk15.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/HB/bcsstk15.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/HB/bcsstk15.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>38</td>
<td class='column-name'><a href="/HB/bcsstk16">bcsstk16</a></td>
<td class='column-group'><a href="/HB">HB</a></td>
<td class='column-num_rows'>4,884</td>
<td class='column-num_cols'>4,884</td>
<td class='column-nonzeros'>290,378</td>
<td class='column-kind d-none d-md-table-cell'>Structural Problem</td>
<td class='column-date d-none d-md-table-cell'>1985</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/HB/bcsstk16.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/HB/bcsstk16.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/HB/bcsstk16.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>39</td>
<td class='column-name'><a href="/HB/bcsstk17">bcsstk17</a></td>
<td class='column-group'><a href="/HB">HB</a></td>
<td class='column-num_rows'>10,974</td>
<td class='column-num_cols'>10,974</td>
<td class='column-nonzeros'>428,650</td>
<td class='column-kind d-none d-md-table-cell'>Structural Problem</td>
<td class='column-date d-none d-md-table-cell'>1985</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/HB/bcsstk17.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/HB/bcsstk17.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/HB/bcsstk17.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>40</td>
<td class='column-name'><a href="/HB/bcsstk18">bcsstk18</a></td>
<td class='column-group'><a href="/HB">HB</a></td>
<td class='column-num_rows'>11,948</td>
<td class='column-num_cols'>11,948</td>
<td class='column-nonzeros'>149,090</td>
<td class='column-kind d-none d-md-table-cell'>Structural Problem</td>
<td class='column-date d-none d-md-table-cell'>1985</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/HB/bcsstk18.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/HB/bcsstk18.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/HB/bcsstk18.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>41</td>
<td class='column-name'><a href="/HB/bcsstk19">bcsstk19</a></td>
<td class='column-group'><a href="/HB">HB</a></td>
<td class='column-num_rows'>817</td>
<td class='column-num_cols'>817</td>
<td class='column-nonzeros'>6,853</td>
<td class='column-kind d-none d-md-table-cell'>Structural Problem</td>
<td class='column-date d-none d-md-table-cell'>1984</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/HB/bcsstk19.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/HB/bcsstk19.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/HB/bcsstk19.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>42</td>
<td class='column-name'><a href="/HB/bcsstk20">bcsstk20</a></td>
<td class='column-group'><a href="/HB">HB</a></td>
<td class='column-num_rows'>485</td>
<td class='column-num_cols'>485</td>
<td class='column-nonzeros'>3,135</td>
<td class='column-kind d-none d-md-table-cell'>Structural Problem</td>
<td class='column-date d-none d-md-table-cell'>1984</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/HB/bcsstk20.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/HB/bcsstk20.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/HB/bcsstk20.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>43</td>
<td class='column-name'><a href="/HB/bcsstk21">bcsstk21</a></td>
<td class='column-group'><a href="/HB">HB</a></td>
<td class='column-num_rows'>3,600</td>
<td class='column-num_cols'>3,600</td>
<td class='column-nonzeros'>26,600</td>
<td class='column-kind d-none d-md-table-cell'>Structural Problem</td>
<td class='column-date d-none d-md-table-cell'>1984</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/HB/bcsstk21.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/HB/bcsstk21.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/HB/bcsstk21.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>44</td>
<td class='column-name'><a href="/HB/bcsstk22">bcsstk22</a></td>
<td class='column-group'><a href="/HB">HB</a></td>
<td class='column-num_rows'>138</td>
<td class='column-num_cols'>138</td>
<td class='column-nonzeros'>696</td>
<td class='column-kind d-none d-md-table-cell'>Structural Problem</td>
<td class='column-date d-none d-md-table-cell'>1984</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/HB/bcsstk22.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/HB/bcsstk22.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/HB/bcsstk22.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>45</td>
<td class='column-name'><a href="/HB/bcsstk23">bcsstk23</a></td>
<td class='column-group'><a href="/HB">HB</a></td>
<td class='column-num_rows'>3,134</td>
<td class='column-num_cols'>3,134</td>
<td class='column-nonzeros'>45,178</td>
<td class='column-kind d-none d-md-table-cell'>Structural Problem</td>
<td class='column-date d-none d-md-table-cell'>1984</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/HB/bcsstk23.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/HB/bcsstk23.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/HB/bcsstk23.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>46</td>
<td class='column-name'><a href="/HB/bcsstk24">bcsstk24</a></td>
<td class='column-group'><a href="/HB">HB</a></td>
<td class='column-num_rows'>3,562</td>
<td class='column-num_cols'>3,562</td>
<td class='column-nonzeros'>159,910</td>
<td class='column-kind d-none d-md-table-cell'>Structural Problem</td>
<td class='column-date d-none d-md-table-cell'>1984</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/HB/bcsstk24.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/HB/bcsstk24.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/HB/bcsstk24.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>47</td>
<td class='column-name'><a href="/HB/bcsstk25">bcsstk25</a></td>
<td class='column-group'><a href="/HB">HB</a></td>
<td class='column-num_rows'>15,439</td>
<td class='column-num_cols'>15,439</td>
<td class='column-nonzeros'>252,241</td>
<td class='column-kind d-none d-md-table-cell'>Structural Problem</td>
<td class='column-date d-none d-md-table-cell'>1984</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/HB/bcsstk25.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/HB/bcsstk25.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/HB/bcsstk25.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>48</td>
<td class='column-name'><a href="/HB/bcsstk26">bcsstk26</a></td>
<td class='column-group'><a href="/HB">HB</a></td>
<td class='column-num_rows'>1,922</td>
<td class='column-num_cols'>1,922</td>
<td class='column-nonzeros'>30,336</td>
<td class='column-kind d-none d-md-table-cell'>Structural Problem</td>
<td class='column-date d-none d-md-table-cell'>1984</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/HB/bcsstk26.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/HB/bcsstk26.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/HB/bcsstk26.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>49</td>
<td class='column-name'><a href="/HB/bcsstk27">bcsstk27</a></td>
<td class='column-group'><a href="/HB">HB</a></td>
<td class='column-num_rows'>1,224</td>
<td class='column-num_cols'>1,224</td>
<td class='column-nonzeros'>56,126</td>
<td class='column-kind d-none d-md-table-cell'>Structural Problem</td>
<td class='column-date d-none d-md-table-cell'>1984</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/HB/bcsstk27.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/HB/bcsstk27.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/HB/bcsstk27.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>50</td>
<td class='column-name'><a href="/HB/bcsstk28">bcsstk28</a></td>
<td class='column-group'><a href="/HB">HB</a></td>
<td class='column-num_rows'>4,410</td>
<td class='column-num_cols'>4,410</td>
<td class='column-nonzeros'>219,024</td>
<td class='column-kind d-none d-md-table-cell'>Structural Problem</td>
<td class='column-date d-none d-md-table-cell'>1984</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/HB/bcsstk28.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/HB/bcsstk28.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/HB/bcsstk28.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>57</td>
<td class='column-name'><a href="/HB/bcsstm02">bcsstm02</a></td>
<td class='column-group'><a href="/HB">HB</a></td>
<td class='column-num_rows'>66</td>
<td class='column-num_cols'>66</td>
<td class='column-nonzeros'>66</td>
<td class='column-kind d-none d-md-table-cell'>Structural Problem</td>
<td class='column-date d-none d-md-table-cell'>1982</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/HB/bcsstm02.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/HB/bcsstm02.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/HB/bcsstm02.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>58</td>
<td class='column-name'><a href="/HB/bcsstm03">bcsstm03</a></td>
<td class='column-group'><a href="/HB">HB</a></td>
<td class='column-num_rows'>112</td>
<td class='column-num_cols'>112</td>
<td class='column-nonzeros'>72</td>
<td class='column-kind d-none d-md-table-cell'>Structural Problem</td>
<td class='column-date d-none d-md-table-cell'>1982</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/HB/bcsstm03.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/HB/bcsstm03.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/HB/bcsstm03.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>59</td>
<td class='column-name'><a href="/HB/bcsstm04">bcsstm04</a></td>
<td class='column-group'><a href="/HB">HB</a></td>
<td class='column-num_rows'>132</td>
<td class='column-num_cols'>132</td>
<td class='column-nonzeros'>66</td>
<td class='column-kind d-none d-md-table-cell'>Structural Problem</td>
<td class='column-date d-none d-md-table-cell'>1982</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/HB/bcsstm04.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/HB/bcsstm04.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/HB/bcsstm04.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>60</td>
<td class='column-name'><a href="/HB/bcsstm05">bcsstm05</a></td>
<td class='column-group'><a href="/HB">HB</a></td>
<td class='column-num_rows'>153</td>
<td class='column-num_cols'>153</td>
<td class='column-nonzeros'>153</td>
<td class='column-kind d-none d-md-table-cell'>Structural Problem</td>
<td class='column-date d-none d-md-table-cell'>1982</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/HB/bcsstm05.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/HB/bcsstm05.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/HB/bcsstm05.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>61</td>
<td class='column-name'><a href="/HB/bcsstm06">bcsstm06</a></td>
<td class='column-group'><a href="/HB">HB</a></td>
<td class='column-num_rows'>420</td>
<td class='column-num_cols'>420</td>
<td class='column-nonzeros'>420</td>
<td class='column-kind d-none d-md-table-cell'>Structural Problem</td>
<td class='column-date d-none d-md-table-cell'>1982</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/HB/bcsstm06.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/HB/bcsstm06.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/HB/bcsstm06.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>62</td>
<td class='column-name'><a href="/HB/bcsstm07">bcsstm07</a></td>
<td class='column-group'><a href="/HB">HB</a></td>
<td class='column-num_rows'>420</td>
<td class='column-num_cols'>420</td>
<td class='column-nonzeros'>7,252</td>
<td class='column-kind d-none d-md-table-cell'>Structural Problem</td>
<td class='column-date d-none d-md-table-cell'>1982</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/HB/bcsstm07.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/HB/bcsstm07.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/HB/bcsstm07.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>63</td>
<td class='column-name'><a href="/HB/bcsstm08">bcsstm08</a></td>
<td class='column-group'><a href="/HB">HB</a></td>
<td class='column-num_rows'>1,074</td>
<td class='column-num_cols'>1,074</td>
<td class='column-nonzeros'>1,074</td>
<td class='column-kind d-none d-md-table-cell'>Structural Problem</td>
<td class='column-date d-none d-md-table-cell'>1982</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/HB/bcsstm08.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/HB/bcsstm08.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/HB/bcsstm08.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>64</td>
<td class='column-name'><a href="/HB/bcsstm09">bcsstm09</a></td>
<td class='column-group'><a href="/HB">HB</a></td>
<td class='column-num_rows'>1,083</td>
<td class='column-num_cols'>1,083</td>
<td class='column-nonzeros'>1,083</td>
<td class='column-kind d-none d-md-table-cell'>Structural Problem</td>
<td class='column-date d-none d-md-table-cell'>1982</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/HB/bcsstm09.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/HB/bcsstm09.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/HB/bcsstm09.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>65</td>
<td class='column-name'><a href="/HB/bcsstm10">bcsstm10</a></td>
<td class='column-group'><a href="/HB">HB</a></td>
<td class='column-num_rows'>1,086</td>
<td class='column-num_cols'>1,086</td>
<td class='column-nonzeros'>22,092</td>
<td class='column-kind d-none d-md-table-cell'>Structural Problem</td>
<td class='column-date d-none d-md-table-cell'>1982</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/HB/bcsstm10.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/HB/bcsstm10.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/HB/bcsstm10.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>66</td>
<td class='column-name'><a href="/HB/bcsstm11">bcsstm11</a></td>
<td class='column-group'><a href="/HB">HB</a></td>
<td class='column-num_rows'>1,473</td>
<td class='column-num_cols'>1,473</td>
<td class='column-nonzeros'>1,473</td>
<td class='column-kind d-none d-md-table-cell'>Structural Problem</td>
<td class='column-date d-none d-md-table-cell'>1982</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/HB/bcsstm11.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/HB/bcsstm11.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/HB/bcsstm11.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>67</td>
<td class='column-name'><a href="/HB/bcsstm12">bcsstm12</a></td>
<td class='column-group'><a href="/HB">HB</a></td>
<td class='column-num_rows'>1,473</td>
<td class='column-num_cols'>1,473</td>
<td class='column-nonzeros'>19,659</td>
<td class='column-kind d-none d-md-table-cell'>Structural Problem</td>
<td class='column-date d-none d-md-table-cell'>1982</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/HB/bcsstm12.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/HB/bcsstm12.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/HB/bcsstm12.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>68</td>
<td class='column-name'><a href="/HB/bcsstm13">bcsstm13</a></td>
<td class='column-group'><a href="/HB">HB</a></td>
<td class='column-num_rows'>2,003</td>
<td class='column-num_cols'>2,003</td>
<td class='column-nonzeros'>21,181</td>
<td class='column-kind d-none d-md-table-cell'>Computational Fluid Dynamics Problem</td>
<td class='column-date d-none d-md-table-cell'>1982</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/HB/bcsstm13.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/HB/bcsstm13.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/HB/bcsstm13.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>69</td>
<td class='column-name'><a href="/HB/bcsstm19">bcsstm19</a></td>
<td class='column-group'><a href="/HB">HB</a></td>
<td class='column-num_rows'>817</td>
<td class='column-num_cols'>817</td>
<td class='column-nonzeros'>817</td>
<td class='column-kind d-none d-md-table-cell'>Structural Problem</td>
<td class='column-date d-none d-md-table-cell'>1984</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/HB/bcsstm19.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/HB/bcsstm19.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/HB/bcsstm19.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>70</td>
<td class='column-name'><a href="/HB/bcsstm20">bcsstm20</a></td>
<td class='column-group'><a href="/HB">HB</a></td>
<td class='column-num_rows'>485</td>
<td class='column-num_cols'>485</td>
<td class='column-nonzeros'>485</td>
<td class='column-kind d-none d-md-table-cell'>Structural Problem</td>
<td class='column-date d-none d-md-table-cell'>1984</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/HB/bcsstm20.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/HB/bcsstm20.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/HB/bcsstm20.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>71</td>
<td class='column-name'><a href="/HB/bcsstm21">bcsstm21</a></td>
<td class='column-group'><a href="/HB">HB</a></td>
<td class='column-num_rows'>3,600</td>
<td class='column-num_cols'>3,600</td>
<td class='column-nonzeros'>3,600</td>
<td class='column-kind d-none d-md-table-cell'>Structural Problem</td>
<td class='column-date d-none d-md-table-cell'>1984</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/HB/bcsstm21.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/HB/bcsstm21.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/HB/bcsstm21.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>72</td>
<td class='column-name'><a href="/HB/bcsstm22">bcsstm22</a></td>
<td class='column-group'><a href="/HB">HB</a></td>
<td class='column-num_rows'>138</td>
<td class='column-num_cols'>138</td>
<td class='column-nonzeros'>138</td>
<td class='column-kind d-none d-md-table-cell'>Structural Problem</td>
<td class='column-date d-none d-md-table-cell'>1984</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/HB/bcsstm22.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/HB/bcsstm22.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/HB/bcsstm22.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>73</td>
<td class='column-name'><a href="/HB/bcsstm23">bcsstm23</a></td>
<td class='column-group'><a href="/HB">HB</a></td>
<td class='column-num_rows'>3,134</td>
<td class='column-num_cols'>3,134</td>
<td class='column-nonzeros'>3,134</td>
<td class='column-kind d-none d-md-table-cell'>Structural Problem</td>
<td class='column-date d-none d-md-table-cell'>1984</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/HB/bcsstm23.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/HB/bcsstm23.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/HB/bcsstm23.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>74</td>
<td class='column-name'><a href="/HB/bcsstm24">bcsstm24</a></td>
<td class='column-group'><a href="/HB">HB</a></td>
<td class='column-num_rows'>3,562</td>
<td class='column-num_cols'>3,562</td>
<td class='column-nonzeros'>3,562</td>
<td class='column-kind d-none d-md-table-cell'>Structural Problem</td>
<td class='column-date d-none d-md-table-cell'>1984</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/HB/bcsstm24.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/HB/bcsstm24.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/HB/bcsstm24.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>75</td>
<td class='column-name'><a href="/HB/bcsstm25">bcsstm25</a></td>
<td class='column-group'><a href="/HB">HB</a></td>
<td class='column-num_rows'>15,439</td>
<td class='column-num_cols'>15,439</td>
<td class='column-nonzeros'>15,439</td>
<td class='column-kind d-none d-md-table-cell'>Structural Problem</td>
<td class='column-date d-none d-md-table-cell'>1984</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/HB/bcsstm25.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/HB/bcsstm25.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/HB/bcsstm25.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>76</td>
<td class='column-name'><a href="/HB/bcsstm26">bcsstm26</a></td>
<td class='column-group'><a href="/HB">HB</a></td>
<td class='column-num_rows'>1,922</td>
<td class='column-num_cols'>1,922</td>
<td class='column-nonzeros'>1,922</td>
<td class='column-kind d-none d-md-table-cell'>Structural Problem</td>
<td class='column-date d-none d-md-table-cell'>1984</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/HB/bcsstm26.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/HB/bcsstm26.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/HB/bcsstm26.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>77</td>
<td class='column-name'><a href="/HB/bcsstm27">bcsstm27</a></td>
<td class='column-group'><a href="/HB">HB</a></td>
<td class='column-num_rows'>1,224</td>
<td class='column-num_cols'>1,224</td>
<td class='column-nonzeros'>56,126</td>
<td class='column-kind d-none d-md-table-cell'>Structural Problem</td>
<td class='column-date d-none d-md-table-cell'>1984</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/HB/bcsstm27.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/HB/bcsstm27.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/HB/bcsstm27.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>78</td>
<td class='column-name'><a href="/HB/beacxc">beacxc</a></td>
<td class='column-group'><a href="/HB">HB</a></td>
<td class='column-num_rows'>497</td>
<td class='column-num_cols'>506</td>
<td class='column-nonzeros'>50,409</td>
<td class='column-kind d-none d-md-table-cell'>Economic Problem</td>
<td class='column-date d-none d-md-table-cell'>1982</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/HB/beacxc.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/HB/beacxc.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/HB/beacxc.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>79</td>
<td class='column-name'><a href="/HB/beaflw">beaflw</a></td>
<td class='column-group'><a href="/HB">HB</a></td>
<td class='column-num_rows'>497</td>
<td class='column-num_cols'>507</td>
<td class='column-nonzeros'>53,403</td>
<td class='column-kind d-none d-md-table-cell'>Economic Problem</td>
<td class='column-date d-none d-md-table-cell'>1982</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/HB/beaflw.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/HB/beaflw.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/HB/beaflw.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>80</td>
<td class='column-name'><a href="/HB/beause">beause</a></td>
<td class='column-group'><a href="/HB">HB</a></td>
<td class='column-num_rows'>497</td>
<td class='column-num_cols'>507</td>
<td class='column-nonzeros'>44,551</td>
<td class='column-kind d-none d-md-table-cell'>Economic Problem</td>
<td class='column-date d-none d-md-table-cell'>1982</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/HB/beause.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/HB/beause.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/HB/beause.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>82</td>
<td class='column-name'><a href="/HB/bp_0">bp_0</a></td>
<td class='column-group'><a href="/HB">HB</a></td>
<td class='column-num_rows'>822</td>
<td class='column-num_cols'>822</td>
<td class='column-nonzeros'>3,276</td>
<td class='column-kind d-none d-md-table-cell'>Optimization Problem Sequence</td>
<td class='column-date d-none d-md-table-cell'>1978</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/HB/bp_0.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/HB/bp_0.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/HB/bp_0.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>83</td>
<td class='column-name'><a href="/HB/bp_1000">bp_1000</a></td>
<td class='column-group'><a href="/HB">HB</a></td>
<td class='column-num_rows'>822</td>
<td class='column-num_cols'>822</td>
<td class='column-nonzeros'>4,661</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Optimization Problem</td>
<td class='column-date d-none d-md-table-cell'>1978</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/HB/bp_1000.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/HB/bp_1000.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/HB/bp_1000.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>84</td>
<td class='column-name'><a href="/HB/bp_1200">bp_1200</a></td>
<td class='column-group'><a href="/HB">HB</a></td>
<td class='column-num_rows'>822</td>
<td class='column-num_cols'>822</td>
<td class='column-nonzeros'>4,726</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Optimization Problem</td>
<td class='column-date d-none d-md-table-cell'>1978</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/HB/bp_1200.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/HB/bp_1200.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/HB/bp_1200.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>85</td>
<td class='column-name'><a href="/HB/bp_1400">bp_1400</a></td>
<td class='column-group'><a href="/HB">HB</a></td>
<td class='column-num_rows'>822</td>
<td class='column-num_cols'>822</td>
<td class='column-nonzeros'>4,790</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Optimization Problem</td>
<td class='column-date d-none d-md-table-cell'>1978</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/HB/bp_1400.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/HB/bp_1400.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/HB/bp_1400.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>86</td>
<td class='column-name'><a href="/HB/bp_1600">bp_1600</a></td>
<td class='column-group'><a href="/HB">HB</a></td>
<td class='column-num_rows'>822</td>
<td class='column-num_cols'>822</td>
<td class='column-nonzeros'>4,841</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Optimization Problem</td>
<td class='column-date d-none d-md-table-cell'>1978</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/HB/bp_1600.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/HB/bp_1600.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/HB/bp_1600.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>87</td>
<td class='column-name'><a href="/HB/bp_200">bp_200</a></td>
<td class='column-group'><a href="/HB">HB</a></td>
<td class='column-num_rows'>822</td>
<td class='column-num_cols'>822</td>
<td class='column-nonzeros'>3,802</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Optimization Problem</td>
<td class='column-date d-none d-md-table-cell'>1978</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/HB/bp_200.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/HB/bp_200.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/HB/bp_200.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>88</td>
<td class='column-name'><a href="/HB/bp_400">bp_400</a></td>
<td class='column-group'><a href="/HB">HB</a></td>
<td class='column-num_rows'>822</td>
<td class='column-num_cols'>822</td>
<td class='column-nonzeros'>4,028</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Optimization Problem</td>
<td class='column-date d-none d-md-table-cell'>1978</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/HB/bp_400.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/HB/bp_400.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/HB/bp_400.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>89</td>
<td class='column-name'><a href="/HB/bp_600">bp_600</a></td>
<td class='column-group'><a href="/HB">HB</a></td>
<td class='column-num_rows'>822</td>
<td class='column-num_cols'>822</td>
<td class='column-nonzeros'>4,172</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Optimization Problem</td>
<td class='column-date d-none d-md-table-cell'>1978</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/HB/bp_600.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/HB/bp_600.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/HB/bp_600.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>90</td>
<td class='column-name'><a href="/HB/bp_800">bp_800</a></td>
<td class='column-group'><a href="/HB">HB</a></td>
<td class='column-num_rows'>822</td>
<td class='column-num_cols'>822</td>
<td class='column-nonzeros'>4,534</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Optimization Problem</td>
<td class='column-date d-none d-md-table-cell'>1978</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/HB/bp_800.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/HB/bp_800.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/HB/bp_800.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>141</td>
<td class='column-name'><a href="/HB/fs_183_1">fs_183_1</a></td>
<td class='column-group'><a href="/HB">HB</a></td>
<td class='column-num_rows'>183</td>
<td class='column-num_cols'>183</td>
<td class='column-nonzeros'>998</td>
<td class='column-kind d-none d-md-table-cell'>2D/3D Problem Sequence</td>
<td class='column-date d-none d-md-table-cell'>1983</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/HB/fs_183_1.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/HB/fs_183_1.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/HB/fs_183_1.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>142</td>
<td class='column-name'><a href="/HB/fs_183_3">fs_183_3</a></td>
<td class='column-group'><a href="/HB">HB</a></td>
<td class='column-num_rows'>183</td>
<td class='column-num_cols'>183</td>
<td class='column-nonzeros'>1,069</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent 2D/3D Problem</td>
<td class='column-date d-none d-md-table-cell'>1983</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/HB/fs_183_3.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/HB/fs_183_3.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/HB/fs_183_3.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>143</td>
<td class='column-name'><a href="/HB/fs_183_4">fs_183_4</a></td>
<td class='column-group'><a href="/HB">HB</a></td>
<td class='column-num_rows'>183</td>
<td class='column-num_cols'>183</td>
<td class='column-nonzeros'>1,069</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent 2D/3D Problem</td>
<td class='column-date d-none d-md-table-cell'>1983</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/HB/fs_183_4.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/HB/fs_183_4.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/HB/fs_183_4.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>144</td>
<td class='column-name'><a href="/HB/fs_183_6">fs_183_6</a></td>
<td class='column-group'><a href="/HB">HB</a></td>
<td class='column-num_rows'>183</td>
<td class='column-num_cols'>183</td>
<td class='column-nonzeros'>1,000</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent 2D/3D Problem</td>
<td class='column-date d-none d-md-table-cell'>1983</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/HB/fs_183_6.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/HB/fs_183_6.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/HB/fs_183_6.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>145</td>
<td class='column-name'><a href="/HB/fs_541_1">fs_541_1</a></td>
<td class='column-group'><a href="/HB">HB</a></td>
<td class='column-num_rows'>541</td>
<td class='column-num_cols'>541</td>
<td class='column-nonzeros'>4,282</td>
<td class='column-kind d-none d-md-table-cell'>2D/3D Problem Sequence</td>
<td class='column-date d-none d-md-table-cell'>1978</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/HB/fs_541_1.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/HB/fs_541_1.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/HB/fs_541_1.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>146</td>
<td class='column-name'><a href="/HB/fs_541_2">fs_541_2</a></td>
<td class='column-group'><a href="/HB">HB</a></td>
<td class='column-num_rows'>541</td>
<td class='column-num_cols'>541</td>
<td class='column-nonzeros'>4,282</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent 2D/3D Problem</td>
<td class='column-date d-none d-md-table-cell'>1978</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/HB/fs_541_2.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/HB/fs_541_2.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/HB/fs_541_2.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>147</td>
<td class='column-name'><a href="/HB/fs_541_3">fs_541_3</a></td>
<td class='column-group'><a href="/HB">HB</a></td>
<td class='column-num_rows'>541</td>
<td class='column-num_cols'>541</td>
<td class='column-nonzeros'>4,282</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent 2D/3D Problem</td>
<td class='column-date d-none d-md-table-cell'>1978</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/HB/fs_541_3.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/HB/fs_541_3.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/HB/fs_541_3.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>148</td>
<td class='column-name'><a href="/HB/fs_541_4">fs_541_4</a></td>
<td class='column-group'><a href="/HB">HB</a></td>
<td class='column-num_rows'>541</td>
<td class='column-num_cols'>541</td>
<td class='column-nonzeros'>4,273</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent 2D/3D Problem</td>
<td class='column-date d-none d-md-table-cell'>1978</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/HB/fs_541_4.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/HB/fs_541_4.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/HB/fs_541_4.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>149</td>
<td class='column-name'><a href="/HB/fs_680_1">fs_680_1</a></td>
<td class='column-group'><a href="/HB">HB</a></td>
<td class='column-num_rows'>680</td>
<td class='column-num_cols'>680</td>
<td class='column-nonzeros'>2,184</td>
<td class='column-kind d-none d-md-table-cell'>2D/3D Problem Sequence</td>
<td class='column-date d-none d-md-table-cell'>1983</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/HB/fs_680_1.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/HB/fs_680_1.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/HB/fs_680_1.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>150</td>
<td class='column-name'><a href="/HB/fs_680_2">fs_680_2</a></td>
<td class='column-group'><a href="/HB">HB</a></td>
<td class='column-num_rows'>680</td>
<td class='column-num_cols'>680</td>
<td class='column-nonzeros'>2,424</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent 2D/3D Problem</td>
<td class='column-date d-none d-md-table-cell'>1983</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/HB/fs_680_2.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/HB/fs_680_2.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/HB/fs_680_2.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>151</td>
<td class='column-name'><a href="/HB/fs_680_3">fs_680_3</a></td>
<td class='column-group'><a href="/HB">HB</a></td>
<td class='column-num_rows'>680</td>
<td class='column-num_cols'>680</td>
<td class='column-nonzeros'>2,471</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent 2D/3D Problem</td>
<td class='column-date d-none d-md-table-cell'>1983</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/HB/fs_680_3.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/HB/fs_680_3.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/HB/fs_680_3.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>152</td>
<td class='column-name'><a href="/HB/fs_760_1">fs_760_1</a></td>
<td class='column-group'><a href="/HB">HB</a></td>
<td class='column-num_rows'>760</td>
<td class='column-num_cols'>760</td>
<td class='column-nonzeros'>5,739</td>
<td class='column-kind d-none d-md-table-cell'>2D/3D Problem Sequence</td>
<td class='column-date d-none d-md-table-cell'>1983</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/HB/fs_760_1.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/HB/fs_760_1.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/HB/fs_760_1.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>153</td>
<td class='column-name'><a href="/HB/fs_760_2">fs_760_2</a></td>
<td class='column-group'><a href="/HB">HB</a></td>
<td class='column-num_rows'>760</td>
<td class='column-num_cols'>760</td>
<td class='column-nonzeros'>5,739</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent 2D/3D Problem</td>
<td class='column-date d-none d-md-table-cell'>1983</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/HB/fs_760_2.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/HB/fs_760_2.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/HB/fs_760_2.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>154</td>
<td class='column-name'><a href="/HB/fs_760_3">fs_760_3</a></td>
<td class='column-group'><a href="/HB">HB</a></td>
<td class='column-num_rows'>760</td>
<td class='column-num_cols'>760</td>
<td class='column-nonzeros'>5,816</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent 2D/3D Problem</td>
<td class='column-date d-none d-md-table-cell'>1983</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/HB/fs_760_3.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/HB/fs_760_3.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/HB/fs_760_3.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>155</td>
<td class='column-name'><a href="/HB/gemat1">gemat1</a></td>
<td class='column-group'><a href="/HB">HB</a></td>
<td class='column-num_rows'>4,929</td>
<td class='column-num_cols'>10,595</td>
<td class='column-nonzeros'>46,591</td>
<td class='column-kind d-none d-md-table-cell'>Power Network Problem</td>
<td class='column-date d-none d-md-table-cell'>1984</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/HB/gemat1.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/HB/gemat1.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/HB/gemat1.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>156</td>
<td class='column-name'><a href="/HB/gemat11">gemat11</a></td>
<td class='column-group'><a href="/HB">HB</a></td>
<td class='column-num_rows'>4,929</td>
<td class='column-num_cols'>4,929</td>
<td class='column-nonzeros'>33,108</td>
<td class='column-kind d-none d-md-table-cell'>Power Network Problem Sequence</td>
<td class='column-date d-none d-md-table-cell'>1984</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/HB/gemat11.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/HB/gemat11.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/HB/gemat11.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>157</td>
<td class='column-name'><a href="/HB/gemat12">gemat12</a></td>
<td class='column-group'><a href="/HB">HB</a></td>
<td class='column-num_rows'>4,929</td>
<td class='column-num_cols'>4,929</td>
<td class='column-nonzeros'>33,044</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Power Network Problem</td>
<td class='column-date d-none d-md-table-cell'>1984</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/HB/gemat12.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/HB/gemat12.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/HB/gemat12.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>160</td>
<td class='column-name'><a href="/HB/gre_1107">gre_1107</a></td>
<td class='column-group'><a href="/HB">HB</a></td>
<td class='column-num_rows'>1,107</td>
<td class='column-num_cols'>1,107</td>
<td class='column-nonzeros'>5,664</td>
<td class='column-kind d-none d-md-table-cell'>Directed Weighted Graph</td>
<td class='column-date d-none d-md-table-cell'>1981</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/HB/gre_1107.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/HB/gre_1107.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/HB/gre_1107.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>161</td>
<td class='column-name'><a href="/HB/gre_115">gre_115</a></td>
<td class='column-group'><a href="/HB">HB</a></td>
<td class='column-num_rows'>115</td>
<td class='column-num_cols'>115</td>
<td class='column-nonzeros'>421</td>
<td class='column-kind d-none d-md-table-cell'>Directed Weighted Graph</td>
<td class='column-date d-none d-md-table-cell'>1981</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/HB/gre_115.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/HB/gre_115.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/HB/gre_115.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>162</td>
<td class='column-name'><a href="/HB/gre_185">gre_185</a></td>
<td class='column-group'><a href="/HB">HB</a></td>
<td class='column-num_rows'>185</td>
<td class='column-num_cols'>185</td>
<td class='column-nonzeros'>975</td>
<td class='column-kind d-none d-md-table-cell'>Directed Weighted Graph</td>
<td class='column-date d-none d-md-table-cell'>1981</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/HB/gre_185.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/HB/gre_185.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/HB/gre_185.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>163</td>
<td class='column-name'><a href="/HB/gre_216a">gre_216a</a></td>
<td class='column-group'><a href="/HB">HB</a></td>
<td class='column-num_rows'>216</td>
<td class='column-num_cols'>216</td>
<td class='column-nonzeros'>812</td>
<td class='column-kind d-none d-md-table-cell'>Directed Weighted Graph</td>
<td class='column-date d-none d-md-table-cell'>1981</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/HB/gre_216a.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/HB/gre_216a.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/HB/gre_216a.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>164</td>
<td class='column-name'><a href="/HB/gre_216b">gre_216b</a></td>
<td class='column-group'><a href="/HB">HB</a></td>
<td class='column-num_rows'>216</td>
<td class='column-num_cols'>216</td>
<td class='column-nonzeros'>812</td>
<td class='column-kind d-none d-md-table-cell'>Directed Weighted Graph</td>
<td class='column-date d-none d-md-table-cell'>1981</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/HB/gre_216b.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/HB/gre_216b.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/HB/gre_216b.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>165</td>
<td class='column-name'><a href="/HB/gre_343">gre_343</a></td>
<td class='column-group'><a href="/HB">HB</a></td>
<td class='column-num_rows'>343</td>
<td class='column-num_cols'>343</td>
<td class='column-nonzeros'>1,310</td>
<td class='column-kind d-none d-md-table-cell'>Directed Weighted Graph</td>
<td class='column-date d-none d-md-table-cell'>1981</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/HB/gre_343.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/HB/gre_343.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/HB/gre_343.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>166</td>
<td class='column-name'><a href="/HB/gre_512">gre_512</a></td>
<td class='column-group'><a href="/HB">HB</a></td>
<td class='column-num_rows'>512</td>
<td class='column-num_cols'>512</td>
<td class='column-nonzeros'>1,976</td>
<td class='column-kind d-none d-md-table-cell'>Directed Weighted Graph</td>
<td class='column-date d-none d-md-table-cell'>1981</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/HB/gre_512.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/HB/gre_512.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/HB/gre_512.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>167</td>
<td class='column-name'><a href="/HB/hor_131">hor_131</a></td>
<td class='column-group'><a href="/HB">HB</a></td>
<td class='column-num_rows'>434</td>
<td class='column-num_cols'>434</td>
<td class='column-nonzeros'>4,182</td>
<td class='column-kind d-none d-md-table-cell'>Directed Weighted Graph</td>
<td class='column-date d-none d-md-table-cell'>1983</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/HB/hor_131.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/HB/hor_131.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/HB/hor_131.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>169</td>
<td class='column-name'><a href="/HB/illc1033">illc1033</a></td>
<td class='column-group'><a href="/HB">HB</a></td>
<td class='column-num_rows'>1,033</td>
<td class='column-num_cols'>320</td>
<td class='column-nonzeros'>4,719</td>
<td class='column-kind d-none d-md-table-cell'>Least Squares Problem</td>
<td class='column-date d-none d-md-table-cell'>1979</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/HB/illc1033.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/HB/illc1033.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/HB/illc1033.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>170</td>
<td class='column-name'><a href="/HB/illc1850">illc1850</a></td>
<td class='column-group'><a href="/HB">HB</a></td>
<td class='column-num_rows'>1,850</td>
<td class='column-num_cols'>712</td>
<td class='column-nonzeros'>8,636</td>
<td class='column-kind d-none d-md-table-cell'>Least Squares Problem</td>
<td class='column-date d-none d-md-table-cell'>1979</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/HB/illc1850.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/HB/illc1850.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/HB/illc1850.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>171</td>
<td class='column-name'><a href="/HB/impcol_a">impcol_a</a></td>
<td class='column-group'><a href="/HB">HB</a></td>
<td class='column-num_rows'>207</td>
<td class='column-num_cols'>207</td>
<td class='column-nonzeros'>572</td>
<td class='column-kind d-none d-md-table-cell'>Chemical Process Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>1982</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/HB/impcol_a.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/HB/impcol_a.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/HB/impcol_a.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>172</td>
<td class='column-name'><a href="/HB/impcol_b">impcol_b</a></td>
<td class='column-group'><a href="/HB">HB</a></td>
<td class='column-num_rows'>59</td>
<td class='column-num_cols'>59</td>
<td class='column-nonzeros'>271</td>
<td class='column-kind d-none d-md-table-cell'>Chemical Process Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>1982</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/HB/impcol_b.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/HB/impcol_b.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/HB/impcol_b.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>173</td>
<td class='column-name'><a href="/HB/impcol_c">impcol_c</a></td>
<td class='column-group'><a href="/HB">HB</a></td>
<td class='column-num_rows'>137</td>
<td class='column-num_cols'>137</td>
<td class='column-nonzeros'>400</td>
<td class='column-kind d-none d-md-table-cell'>Chemical Process Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>1982</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/HB/impcol_c.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/HB/impcol_c.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/HB/impcol_c.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>174</td>
<td class='column-name'><a href="/HB/impcol_d">impcol_d</a></td>
<td class='column-group'><a href="/HB">HB</a></td>
<td class='column-num_rows'>425</td>
<td class='column-num_cols'>425</td>
<td class='column-nonzeros'>1,255</td>
<td class='column-kind d-none d-md-table-cell'>Chemical Process Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>1982</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/HB/impcol_d.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/HB/impcol_d.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/HB/impcol_d.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>175</td>
<td class='column-name'><a href="/HB/impcol_e">impcol_e</a></td>
<td class='column-group'><a href="/HB">HB</a></td>
<td class='column-num_rows'>225</td>
<td class='column-num_cols'>225</td>
<td class='column-nonzeros'>1,303</td>
<td class='column-kind d-none d-md-table-cell'>Chemical Process Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>1982</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/HB/impcol_e.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/HB/impcol_e.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/HB/impcol_e.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>188</td>
<td class='column-name'><a href="/HB/lns_131">lns_131</a></td>
<td class='column-group'><a href="/HB">HB</a></td>
<td class='column-num_rows'>131</td>
<td class='column-num_cols'>131</td>
<td class='column-nonzeros'>536</td>
<td class='column-kind d-none d-md-table-cell'>Computational Fluid Dynamics Problem</td>
<td class='column-date d-none d-md-table-cell'>1982</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/HB/lns_131.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/HB/lns_131.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/HB/lns_131.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>189</td>
<td class='column-name'><a href="/HB/lns_3937">lns_3937</a></td>
<td class='column-group'><a href="/HB">HB</a></td>
<td class='column-num_rows'>3,937</td>
<td class='column-num_cols'>3,937</td>
<td class='column-nonzeros'>25,407</td>
<td class='column-kind d-none d-md-table-cell'>Computational Fluid Dynamics Problem</td>
<td class='column-date d-none d-md-table-cell'>1982</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/HB/lns_3937.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/HB/lns_3937.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/HB/lns_3937.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>190</td>
<td class='column-name'><a href="/HB/lns_511">lns_511</a></td>
<td class='column-group'><a href="/HB">HB</a></td>
<td class='column-num_rows'>511</td>
<td class='column-num_cols'>511</td>
<td class='column-nonzeros'>2,796</td>
<td class='column-kind d-none d-md-table-cell'>Computational Fluid Dynamics Problem</td>
<td class='column-date d-none d-md-table-cell'>1982</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/HB/lns_511.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/HB/lns_511.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/HB/lns_511.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>191</td>
<td class='column-name'><a href="/HB/lnsp3937">lnsp3937</a></td>
<td class='column-group'><a href="/HB">HB</a></td>
<td class='column-num_rows'>3,937</td>
<td class='column-num_cols'>3,937</td>
<td class='column-nonzeros'>25,407</td>
<td class='column-kind d-none d-md-table-cell'>Computational Fluid Dynamics Problem</td>
<td class='column-date d-none d-md-table-cell'>1982</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/HB/lnsp3937.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/HB/lnsp3937.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/HB/lnsp3937.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>192</td>
<td class='column-name'><a href="/HB/lnsp_131">lnsp_131</a></td>
<td class='column-group'><a href="/HB">HB</a></td>
<td class='column-num_rows'>131</td>
<td class='column-num_cols'>131</td>
<td class='column-nonzeros'>536</td>
<td class='column-kind d-none d-md-table-cell'>Computational Fluid Dynamics Problem</td>
<td class='column-date d-none d-md-table-cell'>1982</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/HB/lnsp_131.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/HB/lnsp_131.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/HB/lnsp_131.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>193</td>
<td class='column-name'><a href="/HB/lnsp_511">lnsp_511</a></td>
<td class='column-group'><a href="/HB">HB</a></td>
<td class='column-num_rows'>511</td>
<td class='column-num_cols'>511</td>
<td class='column-nonzeros'>2,796</td>
<td class='column-kind d-none d-md-table-cell'>Computational Fluid Dynamics Problem</td>
<td class='column-date d-none d-md-table-cell'>1982</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/HB/lnsp_511.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/HB/lnsp_511.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/HB/lnsp_511.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>206</td>
<td class='column-name'><a href="/HB/lund_a">lund_a</a></td>
<td class='column-group'><a href="/HB">HB</a></td>
<td class='column-num_rows'>147</td>
<td class='column-num_cols'>147</td>
<td class='column-nonzeros'>2,449</td>
<td class='column-kind d-none d-md-table-cell'>Structural Problem</td>
<td class='column-date d-none d-md-table-cell'>1974</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/HB/lund_a.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/HB/lund_a.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/HB/lund_a.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>207</td>
<td class='column-name'><a href="/HB/lund_b">lund_b</a></td>
<td class='column-group'><a href="/HB">HB</a></td>
<td class='column-num_rows'>147</td>
<td class='column-num_cols'>147</td>
<td class='column-nonzeros'>2,441</td>
<td class='column-kind d-none d-md-table-cell'>Structural Problem</td>
<td class='column-date d-none d-md-table-cell'>1974</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/HB/lund_b.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/HB/lund_b.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/HB/lund_b.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>208</td>
<td class='column-name'><a href="/HB/mahindas">mahindas</a></td>
<td class='column-group'><a href="/HB">HB</a></td>
<td class='column-num_rows'>1,258</td>
<td class='column-num_cols'>1,258</td>
<td class='column-nonzeros'>7,682</td>
<td class='column-kind d-none d-md-table-cell'>Economic Problem</td>
<td class='column-date d-none d-md-table-cell'>1984</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/HB/mahindas.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/HB/mahindas.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/HB/mahindas.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>209</td>
<td class='column-name'><a href="/HB/mbeacxc">mbeacxc</a></td>
<td class='column-group'><a href="/HB">HB</a></td>
<td class='column-num_rows'>496</td>
<td class='column-num_cols'>496</td>
<td class='column-nonzeros'>49,920</td>
<td class='column-kind d-none d-md-table-cell'>Economic Problem</td>
<td class='column-date d-none d-md-table-cell'>1982</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/HB/mbeacxc.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/HB/mbeacxc.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/HB/mbeacxc.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>210</td>
<td class='column-name'><a href="/HB/mbeaflw">mbeaflw</a></td>
<td class='column-group'><a href="/HB">HB</a></td>
<td class='column-num_rows'>496</td>
<td class='column-num_cols'>496</td>
<td class='column-nonzeros'>49,920</td>
<td class='column-kind d-none d-md-table-cell'>Economic Problem</td>
<td class='column-date d-none d-md-table-cell'>1982</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/HB/mbeaflw.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/HB/mbeaflw.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/HB/mbeaflw.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>211</td>
<td class='column-name'><a href="/HB/mbeause">mbeause</a></td>
<td class='column-group'><a href="/HB">HB</a></td>
<td class='column-num_rows'>496</td>
<td class='column-num_cols'>496</td>
<td class='column-nonzeros'>41,063</td>
<td class='column-kind d-none d-md-table-cell'>Economic Problem</td>
<td class='column-date d-none d-md-table-cell'>1982</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/HB/mbeause.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/HB/mbeause.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/HB/mbeause.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>212</td>
<td class='column-name'><a href="/HB/mcca">mcca</a></td>
<td class='column-group'><a href="/HB">HB</a></td>
<td class='column-num_rows'>180</td>
<td class='column-num_cols'>180</td>
<td class='column-nonzeros'>2,659</td>
<td class='column-kind d-none d-md-table-cell'>2D/3D Problem</td>
<td class='column-date d-none d-md-table-cell'>1985</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/HB/mcca.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/HB/mcca.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/HB/mcca.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>213</td>
<td class='column-name'><a href="/HB/mcfe">mcfe</a></td>
<td class='column-group'><a href="/HB">HB</a></td>
<td class='column-num_rows'>765</td>
<td class='column-num_cols'>765</td>
<td class='column-nonzeros'>24,382</td>
<td class='column-kind d-none d-md-table-cell'>2D/3D Problem</td>
<td class='column-date d-none d-md-table-cell'>1985</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/HB/mcfe.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/HB/mcfe.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/HB/mcfe.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>214</td>
<td class='column-name'><a href="/HB/nnc1374">nnc1374</a></td>
<td class='column-group'><a href="/HB">HB</a></td>
<td class='column-num_rows'>1,374</td>
<td class='column-num_cols'>1,374</td>
<td class='column-nonzeros'>8,588</td>
<td class='column-kind d-none d-md-table-cell'>2D/3D Problem</td>
<td class='column-date d-none d-md-table-cell'>1982</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/HB/nnc1374.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/HB/nnc1374.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/HB/nnc1374.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>215</td>
<td class='column-name'><a href="/HB/nnc261">nnc261</a></td>
<td class='column-group'><a href="/HB">HB</a></td>
<td class='column-num_rows'>261</td>
<td class='column-num_cols'>261</td>
<td class='column-nonzeros'>1,500</td>
<td class='column-kind d-none d-md-table-cell'>2D/3D Problem</td>
<td class='column-date d-none d-md-table-cell'>1982</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/HB/nnc261.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/HB/nnc261.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/HB/nnc261.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>216</td>
<td class='column-name'><a href="/HB/nnc666">nnc666</a></td>
<td class='column-group'><a href="/HB">HB</a></td>
<td class='column-num_rows'>666</td>
<td class='column-num_cols'>666</td>
<td class='column-nonzeros'>4,032</td>
<td class='column-kind d-none d-md-table-cell'>2D/3D Problem</td>
<td class='column-date d-none d-md-table-cell'>1982</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/HB/nnc666.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/HB/nnc666.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/HB/nnc666.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>217</td>
<td class='column-name'><a href="/HB/nos1">nos1</a></td>
<td class='column-group'><a href="/HB">HB</a></td>
<td class='column-num_rows'>237</td>
<td class='column-num_cols'>237</td>
<td class='column-nonzeros'>1,017</td>
<td class='column-kind d-none d-md-table-cell'>Structural Problem</td>
<td class='column-date d-none d-md-table-cell'>1982</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/HB/nos1.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/HB/nos1.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/HB/nos1.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>218</td>
<td class='column-name'><a href="/HB/nos2">nos2</a></td>
<td class='column-group'><a href="/HB">HB</a></td>
<td class='column-num_rows'>957</td>
<td class='column-num_cols'>957</td>
<td class='column-nonzeros'>4,137</td>
<td class='column-kind d-none d-md-table-cell'>Structural Problem</td>
<td class='column-date d-none d-md-table-cell'>1982</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/HB/nos2.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/HB/nos2.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/HB/nos2.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>219</td>
<td class='column-name'><a href="/HB/nos3">nos3</a></td>
<td class='column-group'><a href="/HB">HB</a></td>
<td class='column-num_rows'>960</td>
<td class='column-num_cols'>960</td>
<td class='column-nonzeros'>15,844</td>
<td class='column-kind d-none d-md-table-cell'>Structural Problem</td>
<td class='column-date d-none d-md-table-cell'>1982</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/HB/nos3.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/HB/nos3.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/HB/nos3.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>220</td>
<td class='column-name'><a href="/HB/nos4">nos4</a></td>
<td class='column-group'><a href="/HB">HB</a></td>
<td class='column-num_rows'>100</td>
<td class='column-num_cols'>100</td>
<td class='column-nonzeros'>594</td>
<td class='column-kind d-none d-md-table-cell'>Structural Problem</td>
<td class='column-date d-none d-md-table-cell'>1982</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/HB/nos4.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/HB/nos4.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/HB/nos4.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>221</td>
<td class='column-name'><a href="/HB/nos5">nos5</a></td>
<td class='column-group'><a href="/HB">HB</a></td>
<td class='column-num_rows'>468</td>
<td class='column-num_cols'>468</td>
<td class='column-nonzeros'>5,172</td>
<td class='column-kind d-none d-md-table-cell'>Structural Problem</td>
<td class='column-date d-none d-md-table-cell'>1982</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/HB/nos5.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/HB/nos5.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/HB/nos5.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>222</td>
<td class='column-name'><a href="/HB/nos6">nos6</a></td>
<td class='column-group'><a href="/HB">HB</a></td>
<td class='column-num_rows'>675</td>
<td class='column-num_cols'>675</td>
<td class='column-nonzeros'>3,255</td>
<td class='column-kind d-none d-md-table-cell'>2D/3D Problem</td>
<td class='column-date d-none d-md-table-cell'>1982</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/HB/nos6.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/HB/nos6.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/HB/nos6.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>223</td>
<td class='column-name'><a href="/HB/nos7">nos7</a></td>
<td class='column-group'><a href="/HB">HB</a></td>
<td class='column-num_rows'>729</td>
<td class='column-num_cols'>729</td>
<td class='column-nonzeros'>4,617</td>
<td class='column-kind d-none d-md-table-cell'>2D/3D Problem</td>
<td class='column-date d-none d-md-table-cell'>1982</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/HB/nos7.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/HB/nos7.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/HB/nos7.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>224</td>
<td class='column-name'><a href="/HB/orani678">orani678</a></td>
<td class='column-group'><a href="/HB">HB</a></td>
<td class='column-num_rows'>2,529</td>
<td class='column-num_cols'>2,529</td>
<td class='column-nonzeros'>90,158</td>
<td class='column-kind d-none d-md-table-cell'>Economic Problem</td>
<td class='column-date d-none d-md-table-cell'>1984</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/HB/orani678.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/HB/orani678.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/HB/orani678.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>225</td>
<td class='column-name'><a href="/HB/orsirr_1">orsirr_1</a></td>
<td class='column-group'><a href="/HB">HB</a></td>
<td class='column-num_rows'>1,030</td>
<td class='column-num_cols'>1,030</td>
<td class='column-nonzeros'>6,858</td>
<td class='column-kind d-none d-md-table-cell'>Computational Fluid Dynamics Problem</td>
<td class='column-date d-none d-md-table-cell'>1984</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/HB/orsirr_1.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/HB/orsirr_1.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/HB/orsirr_1.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>226</td>
<td class='column-name'><a href="/HB/orsirr_2">orsirr_2</a></td>
<td class='column-group'><a href="/HB">HB</a></td>
<td class='column-num_rows'>886</td>
<td class='column-num_cols'>886</td>
<td class='column-nonzeros'>5,970</td>
<td class='column-kind d-none d-md-table-cell'>Computational Fluid Dynamics Problem</td>
<td class='column-date d-none d-md-table-cell'>1984</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/HB/orsirr_2.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/HB/orsirr_2.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/HB/orsirr_2.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>227</td>
<td class='column-name'><a href="/HB/orsreg_1">orsreg_1</a></td>
<td class='column-group'><a href="/HB">HB</a></td>
<td class='column-num_rows'>2,205</td>
<td class='column-num_cols'>2,205</td>
<td class='column-nonzeros'>14,133</td>
<td class='column-kind d-none d-md-table-cell'>Computational Fluid Dynamics Problem</td>
<td class='column-date d-none d-md-table-cell'>1984</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/HB/orsreg_1.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/HB/orsreg_1.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/HB/orsreg_1.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>228</td>
<td class='column-name'><a href="/HB/plat1919">plat1919</a></td>
<td class='column-group'><a href="/HB">HB</a></td>
<td class='column-num_rows'>1,919</td>
<td class='column-num_cols'>1,919</td>
<td class='column-nonzeros'>32,399</td>
<td class='column-kind d-none d-md-table-cell'>2D/3D Problem</td>
<td class='column-date d-none d-md-table-cell'>1975</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/HB/plat1919.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/HB/plat1919.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/HB/plat1919.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>229</td>
<td class='column-name'><a href="/HB/plat362">plat362</a></td>
<td class='column-group'><a href="/HB">HB</a></td>
<td class='column-num_rows'>362</td>
<td class='column-num_cols'>362</td>
<td class='column-nonzeros'>5,786</td>
<td class='column-kind d-none d-md-table-cell'>2D/3D Problem</td>
<td class='column-date d-none d-md-table-cell'>1975</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/HB/plat362.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/HB/plat362.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/HB/plat362.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>230</td>
<td class='column-name'><a href="/HB/plsk1919">plsk1919</a></td>
<td class='column-group'><a href="/HB">HB</a></td>
<td class='column-num_rows'>1,919</td>
<td class='column-num_cols'>1,919</td>
<td class='column-nonzeros'>9,662</td>
<td class='column-kind d-none d-md-table-cell'>2D/3D Problem</td>
<td class='column-date d-none d-md-table-cell'>1975</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/HB/plsk1919.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/HB/plsk1919.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/HB/plsk1919.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>231</td>
<td class='column-name'><a href="/HB/plskz362">plskz362</a></td>
<td class='column-group'><a href="/HB">HB</a></td>
<td class='column-num_rows'>362</td>
<td class='column-num_cols'>362</td>
<td class='column-nonzeros'>1,760</td>
<td class='column-kind d-none d-md-table-cell'>2D/3D Problem</td>
<td class='column-date d-none d-md-table-cell'>1975</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/HB/plskz362.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/HB/plskz362.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/HB/plskz362.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>232</td>
<td class='column-name'><a href="/HB/pores_1">pores_1</a></td>
<td class='column-group'><a href="/HB">HB</a></td>
<td class='column-num_rows'>30</td>
<td class='column-num_cols'>30</td>
<td class='column-nonzeros'>180</td>
<td class='column-kind d-none d-md-table-cell'>Computational Fluid Dynamics Problem</td>
<td class='column-date d-none d-md-table-cell'>1980</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/HB/pores_1.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/HB/pores_1.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/HB/pores_1.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>233</td>
<td class='column-name'><a href="/HB/pores_2">pores_2</a></td>
<td class='column-group'><a href="/HB">HB</a></td>
<td class='column-num_rows'>1,224</td>
<td class='column-num_cols'>1,224</td>
<td class='column-nonzeros'>9,613</td>
<td class='column-kind d-none d-md-table-cell'>Computational Fluid Dynamics Problem</td>
<td class='column-date d-none d-md-table-cell'>1980</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/HB/pores_2.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/HB/pores_2.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/HB/pores_2.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>234</td>
<td class='column-name'><a href="/HB/pores_3">pores_3</a></td>
<td class='column-group'><a href="/HB">HB</a></td>
<td class='column-num_rows'>532</td>
<td class='column-num_cols'>532</td>
<td class='column-nonzeros'>3,474</td>
<td class='column-kind d-none d-md-table-cell'>Computational Fluid Dynamics Problem</td>
<td class='column-date d-none d-md-table-cell'>1980</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/HB/pores_3.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/HB/pores_3.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/HB/pores_3.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>236</td>
<td class='column-name'><a href="/HB/psmigr_2">psmigr_2</a></td>
<td class='column-group'><a href="/HB">HB</a></td>
<td class='column-num_rows'>3,140</td>
<td class='column-num_cols'>3,140</td>
<td class='column-nonzeros'>540,022</td>
<td class='column-kind d-none d-md-table-cell'>Economic Problem</td>
<td class='column-date d-none d-md-table-cell'>1983</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/HB/psmigr_2.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/HB/psmigr_2.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/HB/psmigr_2.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>237</td>
<td class='column-name'><a href="/HB/psmigr_3">psmigr_3</a></td>
<td class='column-group'><a href="/HB">HB</a></td>
<td class='column-num_rows'>3,140</td>
<td class='column-num_cols'>3,140</td>
<td class='column-nonzeros'>543,160</td>
<td class='column-kind d-none d-md-table-cell'>Economic Problem</td>
<td class='column-date d-none d-md-table-cell'>1983</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/HB/psmigr_3.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/HB/psmigr_3.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/HB/psmigr_3.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>239</td>
<td class='column-name'><a href="/HB/saylr1">saylr1</a></td>
<td class='column-group'><a href="/HB">HB</a></td>
<td class='column-num_rows'>238</td>
<td class='column-num_cols'>238</td>
<td class='column-nonzeros'>1,128</td>
<td class='column-kind d-none d-md-table-cell'>Computational Fluid Dynamics Problem</td>
<td class='column-date d-none d-md-table-cell'>1984</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/HB/saylr1.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/HB/saylr1.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/HB/saylr1.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>240</td>
<td class='column-name'><a href="/HB/saylr3">saylr3</a></td>
<td class='column-group'><a href="/HB">HB</a></td>
<td class='column-num_rows'>1,000</td>
<td class='column-num_cols'>1,000</td>
<td class='column-nonzeros'>3,750</td>
<td class='column-kind d-none d-md-table-cell'>Computational Fluid Dynamics Problem</td>
<td class='column-date d-none d-md-table-cell'>1984</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/HB/saylr3.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/HB/saylr3.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/HB/saylr3.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>241</td>
<td class='column-name'><a href="/HB/saylr4">saylr4</a></td>
<td class='column-group'><a href="/HB">HB</a></td>
<td class='column-num_rows'>3,564</td>
<td class='column-num_cols'>3,564</td>
<td class='column-nonzeros'>22,316</td>
<td class='column-kind d-none d-md-table-cell'>Computational Fluid Dynamics Problem</td>
<td class='column-date d-none d-md-table-cell'>1984</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/HB/saylr4.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/HB/saylr4.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/HB/saylr4.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>242</td>
<td class='column-name'><a href="/HB/sherman1">sherman1</a></td>
<td class='column-group'><a href="/HB">HB</a></td>
<td class='column-num_rows'>1,000</td>
<td class='column-num_cols'>1,000</td>
<td class='column-nonzeros'>3,750</td>
<td class='column-kind d-none d-md-table-cell'>Computational Fluid Dynamics Problem</td>
<td class='column-date d-none d-md-table-cell'>1984</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/HB/sherman1.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/HB/sherman1.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/HB/sherman1.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>243</td>
<td class='column-name'><a href="/HB/sherman2">sherman2</a></td>
<td class='column-group'><a href="/HB">HB</a></td>
<td class='column-num_rows'>1,080</td>
<td class='column-num_cols'>1,080</td>
<td class='column-nonzeros'>23,094</td>
<td class='column-kind d-none d-md-table-cell'>Computational Fluid Dynamics Problem</td>
<td class='column-date d-none d-md-table-cell'>1984</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/HB/sherman2.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/HB/sherman2.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/HB/sherman2.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>244</td>
<td class='column-name'><a href="/HB/sherman3">sherman3</a></td>
<td class='column-group'><a href="/HB">HB</a></td>
<td class='column-num_rows'>5,005</td>
<td class='column-num_cols'>5,005</td>
<td class='column-nonzeros'>20,033</td>
<td class='column-kind d-none d-md-table-cell'>Computational Fluid Dynamics Problem</td>
<td class='column-date d-none d-md-table-cell'>1984</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/HB/sherman3.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/HB/sherman3.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/HB/sherman3.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>245</td>
<td class='column-name'><a href="/HB/sherman4">sherman4</a></td>
<td class='column-group'><a href="/HB">HB</a></td>
<td class='column-num_rows'>1,104</td>
<td class='column-num_cols'>1,104</td>
<td class='column-nonzeros'>3,786</td>
<td class='column-kind d-none d-md-table-cell'>Computational Fluid Dynamics Problem</td>
<td class='column-date d-none d-md-table-cell'>1984</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/HB/sherman4.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/HB/sherman4.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/HB/sherman4.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>246</td>
<td class='column-name'><a href="/HB/sherman5">sherman5</a></td>
<td class='column-group'><a href="/HB">HB</a></td>
<td class='column-num_rows'>3,312</td>
<td class='column-num_cols'>3,312</td>
<td class='column-nonzeros'>20,793</td>
<td class='column-kind d-none d-md-table-cell'>Computational Fluid Dynamics Problem</td>
<td class='column-date d-none d-md-table-cell'>1984</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/HB/sherman5.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/HB/sherman5.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/HB/sherman5.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>251</td>
<td class='column-name'><a href="/HB/steam1">steam1</a></td>
<td class='column-group'><a href="/HB">HB</a></td>
<td class='column-num_rows'>240</td>
<td class='column-num_cols'>240</td>
<td class='column-nonzeros'>2,248</td>
<td class='column-kind d-none d-md-table-cell'>Computational Fluid Dynamics Problem</td>
<td class='column-date d-none d-md-table-cell'>1983</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/HB/steam1.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/HB/steam1.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/HB/steam1.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>252</td>
<td class='column-name'><a href="/HB/steam2">steam2</a></td>
<td class='column-group'><a href="/HB">HB</a></td>
<td class='column-num_rows'>600</td>
<td class='column-num_cols'>600</td>
<td class='column-nonzeros'>5,660</td>
<td class='column-kind d-none d-md-table-cell'>Computational Fluid Dynamics Problem</td>
<td class='column-date d-none d-md-table-cell'>1983</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/HB/steam2.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/HB/steam2.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/HB/steam2.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>253</td>
<td class='column-name'><a href="/HB/steam3">steam3</a></td>
<td class='column-group'><a href="/HB">HB</a></td>
<td class='column-num_rows'>80</td>
<td class='column-num_cols'>80</td>
<td class='column-nonzeros'>314</td>
<td class='column-kind d-none d-md-table-cell'>Computational Fluid Dynamics Problem</td>
<td class='column-date d-none d-md-table-cell'>1983</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/HB/steam3.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/HB/steam3.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/HB/steam3.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>254</td>
<td class='column-name'><a href="/HB/str_0">str_0</a></td>
<td class='column-group'><a href="/HB">HB</a></td>
<td class='column-num_rows'>363</td>
<td class='column-num_cols'>363</td>
<td class='column-nonzeros'>2,454</td>
<td class='column-kind d-none d-md-table-cell'>Optimization Problem Sequence</td>
<td class='column-date d-none d-md-table-cell'>1978</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/HB/str_0.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/HB/str_0.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/HB/str_0.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>255</td>
<td class='column-name'><a href="/HB/str_200">str_200</a></td>
<td class='column-group'><a href="/HB">HB</a></td>
<td class='column-num_rows'>363</td>
<td class='column-num_cols'>363</td>
<td class='column-nonzeros'>3,068</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Optimization Problem</td>
<td class='column-date d-none d-md-table-cell'>1978</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/HB/str_200.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/HB/str_200.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/HB/str_200.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>256</td>
<td class='column-name'><a href="/HB/str_400">str_400</a></td>
<td class='column-group'><a href="/HB">HB</a></td>
<td class='column-num_rows'>363</td>
<td class='column-num_cols'>363</td>
<td class='column-nonzeros'>3,157</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Optimization Problem</td>
<td class='column-date d-none d-md-table-cell'>1978</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/HB/str_400.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/HB/str_400.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/HB/str_400.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>257</td>
<td class='column-name'><a href="/HB/str_600">str_600</a></td>
<td class='column-group'><a href="/HB">HB</a></td>
<td class='column-num_rows'>363</td>
<td class='column-num_cols'>363</td>
<td class='column-nonzeros'>3,279</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Optimization Problem</td>
<td class='column-date d-none d-md-table-cell'>1978</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/HB/str_600.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/HB/str_600.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/HB/str_600.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>258</td>
<td class='column-name'><a href="/HB/watt_1">watt_1</a></td>
<td class='column-group'><a href="/HB">HB</a></td>
<td class='column-num_rows'>1,856</td>
<td class='column-num_cols'>1,856</td>
<td class='column-nonzeros'>11,360</td>
<td class='column-kind d-none d-md-table-cell'>Computational Fluid Dynamics Problem</td>
<td class='column-date d-none d-md-table-cell'>1983</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/HB/watt_1.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/HB/watt_1.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/HB/watt_1.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>259</td>
<td class='column-name'><a href="/HB/watt_2">watt_2</a></td>
<td class='column-group'><a href="/HB">HB</a></td>
<td class='column-num_rows'>1,856</td>
<td class='column-num_cols'>1,856</td>
<td class='column-nonzeros'>11,550</td>
<td class='column-kind d-none d-md-table-cell'>Computational Fluid Dynamics Problem</td>
<td class='column-date d-none d-md-table-cell'>1983</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/HB/watt_2.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/HB/watt_2.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/HB/watt_2.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>260</td>
<td class='column-name'><a href="/HB/well1033">well1033</a></td>
<td class='column-group'><a href="/HB">HB</a></td>
<td class='column-num_rows'>1,033</td>
<td class='column-num_cols'>320</td>
<td class='column-nonzeros'>4,732</td>
<td class='column-kind d-none d-md-table-cell'>Least Squares Problem</td>
<td class='column-date d-none d-md-table-cell'>1979</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/HB/well1033.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/HB/well1033.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/HB/well1033.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>261</td>
<td class='column-name'><a href="/HB/well1850">well1850</a></td>
<td class='column-group'><a href="/HB">HB</a></td>
<td class='column-num_rows'>1,850</td>
<td class='column-num_cols'>712</td>
<td class='column-nonzeros'>8,755</td>
<td class='column-kind d-none d-md-table-cell'>Least Squares Problem</td>
<td class='column-date d-none d-md-table-cell'>1979</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/HB/well1850.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/HB/well1850.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/HB/well1850.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>262</td>
<td class='column-name'><a href="/HB/west0067">west0067</a></td>
<td class='column-group'><a href="/HB">HB</a></td>
<td class='column-num_rows'>67</td>
<td class='column-num_cols'>67</td>
<td class='column-nonzeros'>294</td>
<td class='column-kind d-none d-md-table-cell'>Chemical Process Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>1983</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/HB/west0067.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/HB/west0067.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/HB/west0067.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>263</td>
<td class='column-name'><a href="/HB/west0132">west0132</a></td>
<td class='column-group'><a href="/HB">HB</a></td>
<td class='column-num_rows'>132</td>
<td class='column-num_cols'>132</td>
<td class='column-nonzeros'>413</td>
<td class='column-kind d-none d-md-table-cell'>Chemical Process Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>1983</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/HB/west0132.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/HB/west0132.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/HB/west0132.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>264</td>
<td class='column-name'><a href="/HB/west0156">west0156</a></td>
<td class='column-group'><a href="/HB">HB</a></td>
<td class='column-num_rows'>156</td>
<td class='column-num_cols'>156</td>
<td class='column-nonzeros'>362</td>
<td class='column-kind d-none d-md-table-cell'>Chemical Process Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>1983</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/HB/west0156.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/HB/west0156.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/HB/west0156.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>265</td>
<td class='column-name'><a href="/HB/west0167">west0167</a></td>
<td class='column-group'><a href="/HB">HB</a></td>
<td class='column-num_rows'>167</td>
<td class='column-num_cols'>167</td>
<td class='column-nonzeros'>506</td>
<td class='column-kind d-none d-md-table-cell'>Chemical Process Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>1983</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/HB/west0167.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/HB/west0167.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/HB/west0167.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>266</td>
<td class='column-name'><a href="/HB/west0381">west0381</a></td>
<td class='column-group'><a href="/HB">HB</a></td>
<td class='column-num_rows'>381</td>
<td class='column-num_cols'>381</td>
<td class='column-nonzeros'>2,134</td>
<td class='column-kind d-none d-md-table-cell'>Chemical Process Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>1983</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/HB/west0381.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/HB/west0381.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/HB/west0381.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>267</td>
<td class='column-name'><a href="/HB/west0479">west0479</a></td>
<td class='column-group'><a href="/HB">HB</a></td>
<td class='column-num_rows'>479</td>
<td class='column-num_cols'>479</td>
<td class='column-nonzeros'>1,888</td>
<td class='column-kind d-none d-md-table-cell'>Chemical Process Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>1983</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/HB/west0479.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/HB/west0479.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/HB/west0479.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>268</td>
<td class='column-name'><a href="/HB/west0497">west0497</a></td>
<td class='column-group'><a href="/HB">HB</a></td>
<td class='column-num_rows'>497</td>
<td class='column-num_cols'>497</td>
<td class='column-nonzeros'>1,721</td>
<td class='column-kind d-none d-md-table-cell'>Chemical Process Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>1983</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/HB/west0497.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/HB/west0497.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/HB/west0497.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>269</td>
<td class='column-name'><a href="/HB/west0655">west0655</a></td>
<td class='column-group'><a href="/HB">HB</a></td>
<td class='column-num_rows'>655</td>
<td class='column-num_cols'>655</td>
<td class='column-nonzeros'>2,808</td>
<td class='column-kind d-none d-md-table-cell'>Chemical Process Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>1983</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/HB/west0655.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/HB/west0655.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/HB/west0655.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>270</td>
<td class='column-name'><a href="/HB/west0989">west0989</a></td>
<td class='column-group'><a href="/HB">HB</a></td>
<td class='column-num_rows'>989</td>
<td class='column-num_cols'>989</td>
<td class='column-nonzeros'>3,518</td>
<td class='column-kind d-none d-md-table-cell'>Chemical Process Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>1983</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/HB/west0989.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/HB/west0989.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/HB/west0989.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>271</td>
<td class='column-name'><a href="/HB/west1505">west1505</a></td>
<td class='column-group'><a href="/HB">HB</a></td>
<td class='column-num_rows'>1,505</td>
<td class='column-num_cols'>1,505</td>
<td class='column-nonzeros'>5,414</td>
<td class='column-kind d-none d-md-table-cell'>Chemical Process Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>1983</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/HB/west1505.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/HB/west1505.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/HB/west1505.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>272</td>
<td class='column-name'><a href="/HB/west2021">west2021</a></td>
<td class='column-group'><a href="/HB">HB</a></td>
<td class='column-num_rows'>2,021</td>
<td class='column-num_cols'>2,021</td>
<td class='column-nonzeros'>7,310</td>
<td class='column-kind d-none d-md-table-cell'>Chemical Process Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>1983</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/HB/west2021.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/HB/west2021.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/HB/west2021.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>275</td>
<td class='column-name'><a href="/HB/wm1">wm1</a></td>
<td class='column-group'><a href="/HB">HB</a></td>
<td class='column-num_rows'>207</td>
<td class='column-num_cols'>277</td>
<td class='column-nonzeros'>2,909</td>
<td class='column-kind d-none d-md-table-cell'>Economic Problem</td>
<td class='column-date d-none d-md-table-cell'>1982</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/HB/wm1.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/HB/wm1.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/HB/wm1.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>276</td>
<td class='column-name'><a href="/HB/wm2">wm2</a></td>
<td class='column-group'><a href="/HB">HB</a></td>
<td class='column-num_rows'>207</td>
<td class='column-num_cols'>260</td>
<td class='column-nonzeros'>2,942</td>
<td class='column-kind d-none d-md-table-cell'>Economic Problem</td>
<td class='column-date d-none d-md-table-cell'>1982</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/HB/wm2.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/HB/wm2.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/HB/wm2.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>277</td>
<td class='column-name'><a href="/HB/wm3">wm3</a></td>
<td class='column-group'><a href="/HB">HB</a></td>
<td class='column-num_rows'>207</td>
<td class='column-num_cols'>260</td>
<td class='column-nonzeros'>2,948</td>
<td class='column-kind d-none d-md-table-cell'>Economic Problem</td>
<td class='column-date d-none d-md-table-cell'>1982</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/HB/wm3.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/HB/wm3.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/HB/wm3.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>280</td>
<td class='column-name'><a href="/HB/young3c">young3c</a></td>
<td class='column-group'><a href="/HB">HB</a></td>
<td class='column-num_rows'>841</td>
<td class='column-num_cols'>841</td>
<td class='column-nonzeros'>3,988</td>
<td class='column-kind d-none d-md-table-cell'>Acoustics Problem</td>
<td class='column-date d-none d-md-table-cell'>1984</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/HB/young3c.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/HB/young3c.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/HB/young3c.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>282</td>
<td class='column-name'><a href="/HB/zenios">zenios</a></td>
<td class='column-group'><a href="/HB">HB</a></td>
<td class='column-num_rows'>2,873</td>
<td class='column-num_cols'>2,873</td>
<td class='column-nonzeros'>1,314</td>
<td class='column-kind d-none d-md-table-cell'>Optimization Problem</td>
<td class='column-date d-none d-md-table-cell'>1985</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/HB/zenios.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/HB/zenios.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/HB/zenios.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>283</td>
<td class='column-name'><a href="/ATandT/onetone1">onetone1</a></td>
<td class='column-group'><a href="/ATandT">ATandT</a></td>
<td class='column-num_rows'>36,057</td>
<td class='column-num_cols'>36,057</td>
<td class='column-nonzeros'>335,552</td>
<td class='column-kind d-none d-md-table-cell'>Frequency Domain Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2001</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/ATandT/onetone1.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/ATandT/onetone1.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/ATandT/onetone1.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>284</td>
<td class='column-name'><a href="/ATandT/onetone2">onetone2</a></td>
<td class='column-group'><a href="/ATandT">ATandT</a></td>
<td class='column-num_rows'>36,057</td>
<td class='column-num_cols'>36,057</td>
<td class='column-nonzeros'>222,596</td>
<td class='column-kind d-none d-md-table-cell'>Frequency Domain Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2001</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/ATandT/onetone2.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/ATandT/onetone2.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/ATandT/onetone2.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>285</td>
<td class='column-name'><a href="/ATandT/pre2">pre2</a></td>
<td class='column-group'><a href="/ATandT">ATandT</a></td>
<td class='column-num_rows'>659,033</td>
<td class='column-num_cols'>659,033</td>
<td class='column-nonzeros'>5,834,044</td>
<td class='column-kind d-none d-md-table-cell'>Frequency Domain Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2001</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/ATandT/pre2.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/ATandT/pre2.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/ATandT/pre2.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>286</td>
<td class='column-name'><a href="/ATandT/twotone">twotone</a></td>
<td class='column-group'><a href="/ATandT">ATandT</a></td>
<td class='column-num_rows'>120,750</td>
<td class='column-num_cols'>120,750</td>
<td class='column-nonzeros'>1,206,265</td>
<td class='column-kind d-none d-md-table-cell'>Frequency Domain Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2001</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/ATandT/twotone.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/ATandT/twotone.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/ATandT/twotone.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>287</td>
<td class='column-name'><a href="/Averous/epb0">epb0</a></td>
<td class='column-group'><a href="/Averous">Averous</a></td>
<td class='column-num_rows'>1,794</td>
<td class='column-num_cols'>1,794</td>
<td class='column-nonzeros'>7,764</td>
<td class='column-kind d-none d-md-table-cell'>Thermal Problem</td>
<td class='column-date d-none d-md-table-cell'>1998</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Averous/epb0.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Averous/epb0.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Averous/epb0.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>288</td>
<td class='column-name'><a href="/Averous/epb1">epb1</a></td>
<td class='column-group'><a href="/Averous">Averous</a></td>
<td class='column-num_rows'>14,734</td>
<td class='column-num_cols'>14,734</td>
<td class='column-nonzeros'>95,053</td>
<td class='column-kind d-none d-md-table-cell'>Thermal Problem</td>
<td class='column-date d-none d-md-table-cell'>1998</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Averous/epb1.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Averous/epb1.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Averous/epb1.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>289</td>
<td class='column-name'><a href="/Averous/epb2">epb2</a></td>
<td class='column-group'><a href="/Averous">Averous</a></td>
<td class='column-num_rows'>25,228</td>
<td class='column-num_cols'>25,228</td>
<td class='column-nonzeros'>175,027</td>
<td class='column-kind d-none d-md-table-cell'>Thermal Problem</td>
<td class='column-date d-none d-md-table-cell'>1998</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Averous/epb2.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Averous/epb2.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Averous/epb2.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>290</td>
<td class='column-name'><a href="/Averous/epb3">epb3</a></td>
<td class='column-group'><a href="/Averous">Averous</a></td>
<td class='column-num_rows'>84,617</td>
<td class='column-num_cols'>84,617</td>
<td class='column-nonzeros'>463,625</td>
<td class='column-kind d-none d-md-table-cell'>Thermal Problem</td>
<td class='column-date d-none d-md-table-cell'>1998</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Averous/epb3.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Averous/epb3.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Averous/epb3.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>291</td>
<td class='column-name'><a href="/Bai/af23560">af23560</a></td>
<td class='column-group'><a href="/Bai">Bai</a></td>
<td class='column-num_rows'>23,560</td>
<td class='column-num_cols'>23,560</td>
<td class='column-nonzeros'>460,598</td>
<td class='column-kind d-none d-md-table-cell'>Computational Fluid Dynamics Problem</td>
<td class='column-date d-none d-md-table-cell'>1991</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Bai/af23560.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Bai/af23560.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Bai/af23560.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>292</td>
<td class='column-name'><a href="/Bai/bfwa398">bfwa398</a></td>
<td class='column-group'><a href="/Bai">Bai</a></td>
<td class='column-num_rows'>398</td>
<td class='column-num_cols'>398</td>
<td class='column-nonzeros'>3,678</td>
<td class='column-kind d-none d-md-table-cell'>Electromagnetics Problem</td>
<td class='column-date d-none d-md-table-cell'>1994</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Bai/bfwa398.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Bai/bfwa398.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Bai/bfwa398.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>293</td>
<td class='column-name'><a href="/Bai/bfwa62">bfwa62</a></td>
<td class='column-group'><a href="/Bai">Bai</a></td>
<td class='column-num_rows'>62</td>
<td class='column-num_cols'>62</td>
<td class='column-nonzeros'>450</td>
<td class='column-kind d-none d-md-table-cell'>Electromagnetics Problem</td>
<td class='column-date d-none d-md-table-cell'>1994</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Bai/bfwa62.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Bai/bfwa62.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Bai/bfwa62.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>294</td>
<td class='column-name'><a href="/Bai/bfwa782">bfwa782</a></td>
<td class='column-group'><a href="/Bai">Bai</a></td>
<td class='column-num_rows'>782</td>
<td class='column-num_cols'>782</td>
<td class='column-nonzeros'>7,514</td>
<td class='column-kind d-none d-md-table-cell'>Electromagnetics Problem</td>
<td class='column-date d-none d-md-table-cell'>1994</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Bai/bfwa782.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Bai/bfwa782.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Bai/bfwa782.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>295</td>
<td class='column-name'><a href="/Bai/bfwb398">bfwb398</a></td>
<td class='column-group'><a href="/Bai">Bai</a></td>
<td class='column-num_rows'>398</td>
<td class='column-num_cols'>398</td>
<td class='column-nonzeros'>2,910</td>
<td class='column-kind d-none d-md-table-cell'>Electromagnetics Problem</td>
<td class='column-date d-none d-md-table-cell'>1994</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Bai/bfwb398.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Bai/bfwb398.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Bai/bfwb398.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>296</td>
<td class='column-name'><a href="/Bai/bfwb62">bfwb62</a></td>
<td class='column-group'><a href="/Bai">Bai</a></td>
<td class='column-num_rows'>62</td>
<td class='column-num_cols'>62</td>
<td class='column-nonzeros'>342</td>
<td class='column-kind d-none d-md-table-cell'>Electromagnetics Problem</td>
<td class='column-date d-none d-md-table-cell'>1994</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Bai/bfwb62.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Bai/bfwb62.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Bai/bfwb62.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>297</td>
<td class='column-name'><a href="/Bai/bfwb782">bfwb782</a></td>
<td class='column-group'><a href="/Bai">Bai</a></td>
<td class='column-num_rows'>782</td>
<td class='column-num_cols'>782</td>
<td class='column-nonzeros'>5,982</td>
<td class='column-kind d-none d-md-table-cell'>Electromagnetics Problem</td>
<td class='column-date d-none d-md-table-cell'>1994</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Bai/bfwb782.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Bai/bfwb782.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Bai/bfwb782.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>298</td>
<td class='column-name'><a href="/Bai/bwm200">bwm200</a></td>
<td class='column-group'><a href="/Bai">Bai</a></td>
<td class='column-num_rows'>200</td>
<td class='column-num_cols'>200</td>
<td class='column-nonzeros'>796</td>
<td class='column-kind d-none d-md-table-cell'>Chemical Process Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>1992</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Bai/bwm200.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Bai/bwm200.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Bai/bwm200.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>299</td>
<td class='column-name'><a href="/Bai/bwm2000">bwm2000</a></td>
<td class='column-group'><a href="/Bai">Bai</a></td>
<td class='column-num_rows'>2,000</td>
<td class='column-num_cols'>2,000</td>
<td class='column-nonzeros'>7,996</td>
<td class='column-kind d-none d-md-table-cell'>Chemical Process Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>1992</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Bai/bwm2000.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Bai/bwm2000.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Bai/bwm2000.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>300</td>
<td class='column-name'><a href="/Bai/cdde1">cdde1</a></td>
<td class='column-group'><a href="/Bai">Bai</a></td>
<td class='column-num_rows'>961</td>
<td class='column-num_cols'>961</td>
<td class='column-nonzeros'>4,681</td>
<td class='column-kind d-none d-md-table-cell'>Computational Fluid Dynamics Problem Sequence</td>
<td class='column-date d-none d-md-table-cell'>1992</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Bai/cdde1.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Bai/cdde1.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Bai/cdde1.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>301</td>
<td class='column-name'><a href="/Bai/cdde2">cdde2</a></td>
<td class='column-group'><a href="/Bai">Bai</a></td>
<td class='column-num_rows'>961</td>
<td class='column-num_cols'>961</td>
<td class='column-nonzeros'>4,681</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Computational Fluid Dynamics Problem</td>
<td class='column-date d-none d-md-table-cell'>1992</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Bai/cdde2.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Bai/cdde2.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Bai/cdde2.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>302</td>
<td class='column-name'><a href="/Bai/cdde3">cdde3</a></td>
<td class='column-group'><a href="/Bai">Bai</a></td>
<td class='column-num_rows'>961</td>
<td class='column-num_cols'>961</td>
<td class='column-nonzeros'>4,681</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Computational Fluid Dynamics Problem</td>
<td class='column-date d-none d-md-table-cell'>1992</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Bai/cdde3.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Bai/cdde3.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Bai/cdde3.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>303</td>
<td class='column-name'><a href="/Bai/cdde4">cdde4</a></td>
<td class='column-group'><a href="/Bai">Bai</a></td>
<td class='column-num_rows'>961</td>
<td class='column-num_cols'>961</td>
<td class='column-nonzeros'>4,681</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Computational Fluid Dynamics Problem</td>
<td class='column-date d-none d-md-table-cell'>1992</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Bai/cdde4.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Bai/cdde4.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Bai/cdde4.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>304</td>
<td class='column-name'><a href="/Bai/cdde5">cdde5</a></td>
<td class='column-group'><a href="/Bai">Bai</a></td>
<td class='column-num_rows'>961</td>
<td class='column-num_cols'>961</td>
<td class='column-nonzeros'>4,681</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Computational Fluid Dynamics Problem</td>
<td class='column-date d-none d-md-table-cell'>1992</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Bai/cdde5.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Bai/cdde5.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Bai/cdde5.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>305</td>
<td class='column-name'><a href="/Bai/cdde6">cdde6</a></td>
<td class='column-group'><a href="/Bai">Bai</a></td>
<td class='column-num_rows'>961</td>
<td class='column-num_cols'>961</td>
<td class='column-nonzeros'>4,681</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Computational Fluid Dynamics Problem</td>
<td class='column-date d-none d-md-table-cell'>1992</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Bai/cdde6.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Bai/cdde6.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Bai/cdde6.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>306</td>
<td class='column-name'><a href="/Bai/ck104">ck104</a></td>
<td class='column-group'><a href="/Bai">Bai</a></td>
<td class='column-num_rows'>104</td>
<td class='column-num_cols'>104</td>
<td class='column-nonzeros'>992</td>
<td class='column-kind d-none d-md-table-cell'>2D/3D Problem</td>
<td class='column-date d-none d-md-table-cell'>1986</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Bai/ck104.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Bai/ck104.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Bai/ck104.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>307</td>
<td class='column-name'><a href="/Bai/ck400">ck400</a></td>
<td class='column-group'><a href="/Bai">Bai</a></td>
<td class='column-num_rows'>400</td>
<td class='column-num_cols'>400</td>
<td class='column-nonzeros'>2,860</td>
<td class='column-kind d-none d-md-table-cell'>2D/3D Problem</td>
<td class='column-date d-none d-md-table-cell'>1986</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Bai/ck400.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Bai/ck400.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Bai/ck400.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>308</td>
<td class='column-name'><a href="/Bai/ck656">ck656</a></td>
<td class='column-group'><a href="/Bai">Bai</a></td>
<td class='column-num_rows'>656</td>
<td class='column-num_cols'>656</td>
<td class='column-nonzeros'>3,884</td>
<td class='column-kind d-none d-md-table-cell'>2D/3D Problem</td>
<td class='column-date d-none d-md-table-cell'>1986</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Bai/ck656.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Bai/ck656.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Bai/ck656.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>309</td>
<td class='column-name'><a href="/Bai/dw1024">dw1024</a></td>
<td class='column-group'><a href="/Bai">Bai</a></td>
<td class='column-num_rows'>2,048</td>
<td class='column-num_cols'>2,048</td>
<td class='column-nonzeros'>10,114</td>
<td class='column-kind d-none d-md-table-cell'>Electromagnetics Problem</td>
<td class='column-date d-none d-md-table-cell'>1993</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Bai/dw1024.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Bai/dw1024.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Bai/dw1024.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>310</td>
<td class='column-name'><a href="/Bai/dw256A">dw256A</a></td>
<td class='column-group'><a href="/Bai">Bai</a></td>
<td class='column-num_rows'>512</td>
<td class='column-num_cols'>512</td>
<td class='column-nonzeros'>2,480</td>
<td class='column-kind d-none d-md-table-cell'>Electromagnetics Problem</td>
<td class='column-date d-none d-md-table-cell'>1993</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Bai/dw256A.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Bai/dw256A.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Bai/dw256A.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>311</td>
<td class='column-name'><a href="/Bai/dw256B">dw256B</a></td>
<td class='column-group'><a href="/Bai">Bai</a></td>
<td class='column-num_rows'>512</td>
<td class='column-num_cols'>512</td>
<td class='column-nonzeros'>2,500</td>
<td class='column-kind d-none d-md-table-cell'>Electromagnetics Problem</td>
<td class='column-date d-none d-md-table-cell'>1993</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Bai/dw256B.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Bai/dw256B.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Bai/dw256B.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>312</td>
<td class='column-name'><a href="/Bai/dw4096">dw4096</a></td>
<td class='column-group'><a href="/Bai">Bai</a></td>
<td class='column-num_rows'>8,192</td>
<td class='column-num_cols'>8,192</td>
<td class='column-nonzeros'>41,746</td>
<td class='column-kind d-none d-md-table-cell'>Electromagnetics Problem</td>
<td class='column-date d-none d-md-table-cell'>1993</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Bai/dw4096.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Bai/dw4096.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Bai/dw4096.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>313</td>
<td class='column-name'><a href="/Bai/lop163">lop163</a></td>
<td class='column-group'><a href="/Bai">Bai</a></td>
<td class='column-num_rows'>163</td>
<td class='column-num_cols'>163</td>
<td class='column-nonzeros'>935</td>
<td class='column-kind d-none d-md-table-cell'>Statistical/Mathematical Problem</td>
<td class='column-date d-none d-md-table-cell'>1978</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Bai/lop163.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Bai/lop163.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Bai/lop163.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>314</td>
<td class='column-name'><a href="/Bai/mhda416">mhda416</a></td>
<td class='column-group'><a href="/Bai">Bai</a></td>
<td class='column-num_rows'>416</td>
<td class='column-num_cols'>416</td>
<td class='column-nonzeros'>8,562</td>
<td class='column-kind d-none d-md-table-cell'>Electromagnetics Problem</td>
<td class='column-date d-none d-md-table-cell'>1994</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Bai/mhda416.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Bai/mhda416.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Bai/mhda416.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>315</td>
<td class='column-name'><a href="/Bai/mhdb416">mhdb416</a></td>
<td class='column-group'><a href="/Bai">Bai</a></td>
<td class='column-num_rows'>416</td>
<td class='column-num_cols'>416</td>
<td class='column-nonzeros'>2,312</td>
<td class='column-kind d-none d-md-table-cell'>Electromagnetics Problem</td>
<td class='column-date d-none d-md-table-cell'>1994</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Bai/mhdb416.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Bai/mhdb416.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Bai/mhdb416.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>316</td>
<td class='column-name'><a href="/Bai/odepa400">odepa400</a></td>
<td class='column-group'><a href="/Bai">Bai</a></td>
<td class='column-num_rows'>400</td>
<td class='column-num_cols'>400</td>
<td class='column-nonzeros'>1,201</td>
<td class='column-kind d-none d-md-table-cell'>2D/3D Problem</td>
<td class='column-date d-none d-md-table-cell'>1978</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Bai/odepa400.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Bai/odepa400.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Bai/odepa400.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>317</td>
<td class='column-name'><a href="/Bai/odepb400">odepb400</a></td>
<td class='column-group'><a href="/Bai">Bai</a></td>
<td class='column-num_rows'>400</td>
<td class='column-num_cols'>400</td>
<td class='column-nonzeros'>399</td>
<td class='column-kind d-none d-md-table-cell'>2D/3D Problem</td>
<td class='column-date d-none d-md-table-cell'>1978</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Bai/odepb400.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Bai/odepb400.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Bai/odepb400.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>318</td>
<td class='column-name'><a href="/Bai/olm100">olm100</a></td>
<td class='column-group'><a href="/Bai">Bai</a></td>
<td class='column-num_rows'>100</td>
<td class='column-num_cols'>100</td>
<td class='column-nonzeros'>396</td>
<td class='column-kind d-none d-md-table-cell'>Computational Fluid Dynamics Problem</td>
<td class='column-date d-none d-md-table-cell'>1994</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Bai/olm100.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Bai/olm100.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Bai/olm100.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>319</td>
<td class='column-name'><a href="/Bai/olm1000">olm1000</a></td>
<td class='column-group'><a href="/Bai">Bai</a></td>
<td class='column-num_rows'>1,000</td>
<td class='column-num_cols'>1,000</td>
<td class='column-nonzeros'>3,996</td>
<td class='column-kind d-none d-md-table-cell'>Computational Fluid Dynamics Problem</td>
<td class='column-date d-none d-md-table-cell'>1994</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Bai/olm1000.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Bai/olm1000.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Bai/olm1000.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>320</td>
<td class='column-name'><a href="/Bai/olm2000">olm2000</a></td>
<td class='column-group'><a href="/Bai">Bai</a></td>
<td class='column-num_rows'>2,000</td>
<td class='column-num_cols'>2,000</td>
<td class='column-nonzeros'>7,996</td>
<td class='column-kind d-none d-md-table-cell'>Computational Fluid Dynamics Problem</td>
<td class='column-date d-none d-md-table-cell'>1994</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Bai/olm2000.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Bai/olm2000.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Bai/olm2000.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>321</td>
<td class='column-name'><a href="/Bai/olm500">olm500</a></td>
<td class='column-group'><a href="/Bai">Bai</a></td>
<td class='column-num_rows'>500</td>
<td class='column-num_cols'>500</td>
<td class='column-nonzeros'>1,996</td>
<td class='column-kind d-none d-md-table-cell'>Computational Fluid Dynamics Problem</td>
<td class='column-date d-none d-md-table-cell'>1994</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Bai/olm500.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Bai/olm500.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Bai/olm500.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>322</td>
<td class='column-name'><a href="/Bai/olm5000">olm5000</a></td>
<td class='column-group'><a href="/Bai">Bai</a></td>
<td class='column-num_rows'>5,000</td>
<td class='column-num_cols'>5,000</td>
<td class='column-nonzeros'>19,996</td>
<td class='column-kind d-none d-md-table-cell'>Computational Fluid Dynamics Problem</td>
<td class='column-date d-none d-md-table-cell'>1994</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Bai/olm5000.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Bai/olm5000.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Bai/olm5000.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>323</td>
<td class='column-name'><a href="/Bai/pde225">pde225</a></td>
<td class='column-group'><a href="/Bai">Bai</a></td>
<td class='column-num_rows'>225</td>
<td class='column-num_cols'>225</td>
<td class='column-nonzeros'>1,065</td>
<td class='column-kind d-none d-md-table-cell'>2D/3D Problem</td>
<td class='column-date d-none d-md-table-cell'>1982</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Bai/pde225.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Bai/pde225.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Bai/pde225.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>324</td>
<td class='column-name'><a href="/Bai/pde2961">pde2961</a></td>
<td class='column-group'><a href="/Bai">Bai</a></td>
<td class='column-num_rows'>2,961</td>
<td class='column-num_cols'>2,961</td>
<td class='column-nonzeros'>14,585</td>
<td class='column-kind d-none d-md-table-cell'>2D/3D Problem</td>
<td class='column-date d-none d-md-table-cell'>1982</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Bai/pde2961.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Bai/pde2961.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Bai/pde2961.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>325</td>
<td class='column-name'><a href="/Bai/pde900">pde900</a></td>
<td class='column-group'><a href="/Bai">Bai</a></td>
<td class='column-num_rows'>900</td>
<td class='column-num_cols'>900</td>
<td class='column-nonzeros'>4,380</td>
<td class='column-kind d-none d-md-table-cell'>2D/3D Problem</td>
<td class='column-date d-none d-md-table-cell'>1982</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Bai/pde900.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Bai/pde900.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Bai/pde900.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>328</td>
<td class='column-name'><a href="/Bai/qh882">qh882</a></td>
<td class='column-group'><a href="/Bai">Bai</a></td>
<td class='column-num_rows'>882</td>
<td class='column-num_cols'>882</td>
<td class='column-nonzeros'>3,354</td>
<td class='column-kind d-none d-md-table-cell'>Power Network Problem</td>
<td class='column-date d-none d-md-table-cell'>1994</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Bai/qh882.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Bai/qh882.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Bai/qh882.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>331</td>
<td class='column-name'><a href="/Bai/rdb2048">rdb2048</a></td>
<td class='column-group'><a href="/Bai">Bai</a></td>
<td class='column-num_rows'>2,048</td>
<td class='column-num_cols'>2,048</td>
<td class='column-nonzeros'>12,032</td>
<td class='column-kind d-none d-md-table-cell'>Computational Fluid Dynamics Problem</td>
<td class='column-date d-none d-md-table-cell'>1994</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Bai/rdb2048.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Bai/rdb2048.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Bai/rdb2048.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>332</td>
<td class='column-name'><a href="/Bai/rdb5000">rdb5000</a></td>
<td class='column-group'><a href="/Bai">Bai</a></td>
<td class='column-num_rows'>5,000</td>
<td class='column-num_cols'>5,000</td>
<td class='column-nonzeros'>29,600</td>
<td class='column-kind d-none d-md-table-cell'>Computational Fluid Dynamics Problem</td>
<td class='column-date d-none d-md-table-cell'>1994</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Bai/rdb5000.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Bai/rdb5000.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Bai/rdb5000.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>333</td>
<td class='column-name'><a href="/Bai/rdb968">rdb968</a></td>
<td class='column-group'><a href="/Bai">Bai</a></td>
<td class='column-num_rows'>968</td>
<td class='column-num_cols'>968</td>
<td class='column-nonzeros'>5,632</td>
<td class='column-kind d-none d-md-table-cell'>Computational Fluid Dynamics Problem</td>
<td class='column-date d-none d-md-table-cell'>1994</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Bai/rdb968.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Bai/rdb968.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Bai/rdb968.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>334</td>
<td class='column-name'><a href="/Bai/rw136">rw136</a></td>
<td class='column-group'><a href="/Bai">Bai</a></td>
<td class='column-num_rows'>136</td>
<td class='column-num_cols'>136</td>
<td class='column-nonzeros'>479</td>
<td class='column-kind d-none d-md-table-cell'>Statistical/Mathematical Problem</td>
<td class='column-date d-none d-md-table-cell'>1978</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Bai/rw136.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Bai/rw136.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Bai/rw136.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>335</td>
<td class='column-name'><a href="/Bai/rw496">rw496</a></td>
<td class='column-group'><a href="/Bai">Bai</a></td>
<td class='column-num_rows'>496</td>
<td class='column-num_cols'>496</td>
<td class='column-nonzeros'>1,859</td>
<td class='column-kind d-none d-md-table-cell'>Statistical/Mathematical Problem</td>
<td class='column-date d-none d-md-table-cell'>1978</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Bai/rw496.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Bai/rw496.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Bai/rw496.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>336</td>
<td class='column-name'><a href="/Bai/rw5151">rw5151</a></td>
<td class='column-group'><a href="/Bai">Bai</a></td>
<td class='column-num_rows'>5,151</td>
<td class='column-num_cols'>5,151</td>
<td class='column-nonzeros'>20,199</td>
<td class='column-kind d-none d-md-table-cell'>Statistical/Mathematical Problem</td>
<td class='column-date d-none d-md-table-cell'>1978</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Bai/rw5151.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Bai/rw5151.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Bai/rw5151.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>337</td>
<td class='column-name'><a href="/Bai/tub100">tub100</a></td>
<td class='column-group'><a href="/Bai">Bai</a></td>
<td class='column-num_rows'>100</td>
<td class='column-num_cols'>100</td>
<td class='column-nonzeros'>396</td>
<td class='column-kind d-none d-md-table-cell'>Computational Fluid Dynamics Problem</td>
<td class='column-date d-none d-md-table-cell'>1994</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Bai/tub100.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Bai/tub100.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Bai/tub100.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>338</td>
<td class='column-name'><a href="/Bai/tub1000">tub1000</a></td>
<td class='column-group'><a href="/Bai">Bai</a></td>
<td class='column-num_rows'>1,000</td>
<td class='column-num_cols'>1,000</td>
<td class='column-nonzeros'>3,996</td>
<td class='column-kind d-none d-md-table-cell'>Computational Fluid Dynamics Problem</td>
<td class='column-date d-none d-md-table-cell'>1994</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Bai/tub1000.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Bai/tub1000.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Bai/tub1000.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>339</td>
<td class='column-name'><a href="/Boeing/bcsstk34">bcsstk34</a></td>
<td class='column-group'><a href="/Boeing">Boeing</a></td>
<td class='column-num_rows'>588</td>
<td class='column-num_cols'>588</td>
<td class='column-nonzeros'>21,418</td>
<td class='column-kind d-none d-md-table-cell'>Structural Problem</td>
<td class='column-date d-none d-md-table-cell'>1995</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Boeing/bcsstk34.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Boeing/bcsstk34.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Boeing/bcsstk34.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>340</td>
<td class='column-name'><a href="/Boeing/bcsstk35">bcsstk35</a></td>
<td class='column-group'><a href="/Boeing">Boeing</a></td>
<td class='column-num_rows'>30,237</td>
<td class='column-num_cols'>30,237</td>
<td class='column-nonzeros'>1,450,163</td>
<td class='column-kind d-none d-md-table-cell'>Structural Problem</td>
<td class='column-date d-none d-md-table-cell'>1995</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Boeing/bcsstk35.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Boeing/bcsstk35.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Boeing/bcsstk35.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>341</td>
<td class='column-name'><a href="/Boeing/bcsstk36">bcsstk36</a></td>
<td class='column-group'><a href="/Boeing">Boeing</a></td>
<td class='column-num_rows'>23,052</td>
<td class='column-num_cols'>23,052</td>
<td class='column-nonzeros'>1,143,140</td>
<td class='column-kind d-none d-md-table-cell'>Structural Problem</td>
<td class='column-date d-none d-md-table-cell'>1995</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Boeing/bcsstk36.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Boeing/bcsstk36.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Boeing/bcsstk36.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>342</td>
<td class='column-name'><a href="/Boeing/bcsstk37">bcsstk37</a></td>
<td class='column-group'><a href="/Boeing">Boeing</a></td>
<td class='column-num_rows'>25,503</td>
<td class='column-num_cols'>25,503</td>
<td class='column-nonzeros'>1,140,977</td>
<td class='column-kind d-none d-md-table-cell'>Structural Problem</td>
<td class='column-date d-none d-md-table-cell'>1995</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Boeing/bcsstk37.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Boeing/bcsstk37.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Boeing/bcsstk37.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>343</td>
<td class='column-name'><a href="/Boeing/bcsstk38">bcsstk38</a></td>
<td class='column-group'><a href="/Boeing">Boeing</a></td>
<td class='column-num_rows'>8,032</td>
<td class='column-num_cols'>8,032</td>
<td class='column-nonzeros'>355,460</td>
<td class='column-kind d-none d-md-table-cell'>Structural Problem</td>
<td class='column-date d-none d-md-table-cell'>1995</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Boeing/bcsstk38.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Boeing/bcsstk38.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Boeing/bcsstk38.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>344</td>
<td class='column-name'><a href="/Boeing/bcsstm34">bcsstm34</a></td>
<td class='column-group'><a href="/Boeing">Boeing</a></td>
<td class='column-num_rows'>588</td>
<td class='column-num_cols'>588</td>
<td class='column-nonzeros'>24,270</td>
<td class='column-kind d-none d-md-table-cell'>Structural Problem</td>
<td class='column-date d-none d-md-table-cell'>1995</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Boeing/bcsstm34.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Boeing/bcsstm34.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Boeing/bcsstm34.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>345</td>
<td class='column-name'><a href="/Boeing/bcsstm35">bcsstm35</a></td>
<td class='column-group'><a href="/Boeing">Boeing</a></td>
<td class='column-num_rows'>30,237</td>
<td class='column-num_cols'>30,237</td>
<td class='column-nonzeros'>20,619</td>
<td class='column-kind d-none d-md-table-cell'>Structural Problem</td>
<td class='column-date d-none d-md-table-cell'>1995</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Boeing/bcsstm35.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Boeing/bcsstm35.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Boeing/bcsstm35.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>346</td>
<td class='column-name'><a href="/Boeing/bcsstm36">bcsstm36</a></td>
<td class='column-group'><a href="/Boeing">Boeing</a></td>
<td class='column-num_rows'>23,052</td>
<td class='column-num_cols'>23,052</td>
<td class='column-nonzeros'>320,606</td>
<td class='column-kind d-none d-md-table-cell'>Structural Problem</td>
<td class='column-date d-none d-md-table-cell'>1995</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Boeing/bcsstm36.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Boeing/bcsstm36.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Boeing/bcsstm36.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>347</td>
<td class='column-name'><a href="/Boeing/bcsstm37">bcsstm37</a></td>
<td class='column-group'><a href="/Boeing">Boeing</a></td>
<td class='column-num_rows'>25,503</td>
<td class='column-num_cols'>25,503</td>
<td class='column-nonzeros'>15,525</td>
<td class='column-kind d-none d-md-table-cell'>Structural Problem</td>
<td class='column-date d-none d-md-table-cell'>1995</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Boeing/bcsstm37.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Boeing/bcsstm37.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Boeing/bcsstm37.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>348</td>
<td class='column-name'><a href="/Boeing/bcsstm38">bcsstm38</a></td>
<td class='column-group'><a href="/Boeing">Boeing</a></td>
<td class='column-num_rows'>8,032</td>
<td class='column-num_cols'>8,032</td>
<td class='column-nonzeros'>10,485</td>
<td class='column-kind d-none d-md-table-cell'>Structural Problem</td>
<td class='column-date d-none d-md-table-cell'>1995</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Boeing/bcsstm38.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Boeing/bcsstm38.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Boeing/bcsstm38.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>349</td>
<td class='column-name'><a href="/Boeing/bcsstm39">bcsstm39</a></td>
<td class='column-group'><a href="/Boeing">Boeing</a></td>
<td class='column-num_rows'>46,772</td>
<td class='column-num_cols'>46,772</td>
<td class='column-nonzeros'>46,772</td>
<td class='column-kind d-none d-md-table-cell'>Structural Problem</td>
<td class='column-date d-none d-md-table-cell'>1995</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Boeing/bcsstm39.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Boeing/bcsstm39.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Boeing/bcsstm39.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>350</td>
<td class='column-name'><a href="/Boeing/crystk01">crystk01</a></td>
<td class='column-group'><a href="/Boeing">Boeing</a></td>
<td class='column-num_rows'>4,875</td>
<td class='column-num_cols'>4,875</td>
<td class='column-nonzeros'>315,891</td>
<td class='column-kind d-none d-md-table-cell'>Materials Problem</td>
<td class='column-date d-none d-md-table-cell'>1995</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Boeing/crystk01.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Boeing/crystk01.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Boeing/crystk01.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>351</td>
<td class='column-name'><a href="/Boeing/crystk02">crystk02</a></td>
<td class='column-group'><a href="/Boeing">Boeing</a></td>
<td class='column-num_rows'>13,965</td>
<td class='column-num_cols'>13,965</td>
<td class='column-nonzeros'>968,583</td>
<td class='column-kind d-none d-md-table-cell'>Materials Problem</td>
<td class='column-date d-none d-md-table-cell'>1995</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Boeing/crystk02.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Boeing/crystk02.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Boeing/crystk02.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>352</td>
<td class='column-name'><a href="/Boeing/crystk03">crystk03</a></td>
<td class='column-group'><a href="/Boeing">Boeing</a></td>
<td class='column-num_rows'>24,696</td>
<td class='column-num_cols'>24,696</td>
<td class='column-nonzeros'>1,751,178</td>
<td class='column-kind d-none d-md-table-cell'>Materials Problem</td>
<td class='column-date d-none d-md-table-cell'>1995</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Boeing/crystk03.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Boeing/crystk03.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Boeing/crystk03.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>353</td>
<td class='column-name'><a href="/Boeing/crystm01">crystm01</a></td>
<td class='column-group'><a href="/Boeing">Boeing</a></td>
<td class='column-num_rows'>4,875</td>
<td class='column-num_cols'>4,875</td>
<td class='column-nonzeros'>105,339</td>
<td class='column-kind d-none d-md-table-cell'>Materials Problem</td>
<td class='column-date d-none d-md-table-cell'>1995</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Boeing/crystm01.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Boeing/crystm01.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Boeing/crystm01.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>354</td>
<td class='column-name'><a href="/Boeing/crystm02">crystm02</a></td>
<td class='column-group'><a href="/Boeing">Boeing</a></td>
<td class='column-num_rows'>13,965</td>
<td class='column-num_cols'>13,965</td>
<td class='column-nonzeros'>322,905</td>
<td class='column-kind d-none d-md-table-cell'>Materials Problem</td>
<td class='column-date d-none d-md-table-cell'>1995</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Boeing/crystm02.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Boeing/crystm02.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Boeing/crystm02.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>355</td>
<td class='column-name'><a href="/Boeing/crystm03">crystm03</a></td>
<td class='column-group'><a href="/Boeing">Boeing</a></td>
<td class='column-num_rows'>24,696</td>
<td class='column-num_cols'>24,696</td>
<td class='column-nonzeros'>583,770</td>
<td class='column-kind d-none d-md-table-cell'>Materials Problem</td>
<td class='column-date d-none d-md-table-cell'>1995</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Boeing/crystm03.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Boeing/crystm03.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Boeing/crystm03.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>356</td>
<td class='column-name'><a href="/Boeing/ct20stif">ct20stif</a></td>
<td class='column-group'><a href="/Boeing">Boeing</a></td>
<td class='column-num_rows'>52,329</td>
<td class='column-num_cols'>52,329</td>
<td class='column-nonzeros'>2,600,295</td>
<td class='column-kind d-none d-md-table-cell'>Structural Problem</td>
<td class='column-date d-none d-md-table-cell'>1995</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Boeing/ct20stif.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Boeing/ct20stif.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Boeing/ct20stif.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>357</td>
<td class='column-name'><a href="/Boeing/msc00726">msc00726</a></td>
<td class='column-group'><a href="/Boeing">Boeing</a></td>
<td class='column-num_rows'>726</td>
<td class='column-num_cols'>726</td>
<td class='column-nonzeros'>34,518</td>
<td class='column-kind d-none d-md-table-cell'>Structural Problem</td>
<td class='column-date d-none d-md-table-cell'>1995</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Boeing/msc00726.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Boeing/msc00726.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Boeing/msc00726.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>358</td>
<td class='column-name'><a href="/Boeing/msc01050">msc01050</a></td>
<td class='column-group'><a href="/Boeing">Boeing</a></td>
<td class='column-num_rows'>1,050</td>
<td class='column-num_cols'>1,050</td>
<td class='column-nonzeros'>26,198</td>
<td class='column-kind d-none d-md-table-cell'>Structural Problem</td>
<td class='column-date d-none d-md-table-cell'>1995</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Boeing/msc01050.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Boeing/msc01050.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Boeing/msc01050.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>359</td>
<td class='column-name'><a href="/Boeing/msc01440">msc01440</a></td>
<td class='column-group'><a href="/Boeing">Boeing</a></td>
<td class='column-num_rows'>1,440</td>
<td class='column-num_cols'>1,440</td>
<td class='column-nonzeros'>44,998</td>
<td class='column-kind d-none d-md-table-cell'>Structural Problem</td>
<td class='column-date d-none d-md-table-cell'>1995</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Boeing/msc01440.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Boeing/msc01440.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Boeing/msc01440.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>360</td>
<td class='column-name'><a href="/Boeing/msc04515">msc04515</a></td>
<td class='column-group'><a href="/Boeing">Boeing</a></td>
<td class='column-num_rows'>4,515</td>
<td class='column-num_cols'>4,515</td>
<td class='column-nonzeros'>97,707</td>
<td class='column-kind d-none d-md-table-cell'>Structural Problem</td>
<td class='column-date d-none d-md-table-cell'>1995</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Boeing/msc04515.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Boeing/msc04515.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Boeing/msc04515.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>361</td>
<td class='column-name'><a href="/Boeing/msc10848">msc10848</a></td>
<td class='column-group'><a href="/Boeing">Boeing</a></td>
<td class='column-num_rows'>10,848</td>
<td class='column-num_cols'>10,848</td>
<td class='column-nonzeros'>1,229,776</td>
<td class='column-kind d-none d-md-table-cell'>Structural Problem</td>
<td class='column-date d-none d-md-table-cell'>1995</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Boeing/msc10848.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Boeing/msc10848.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Boeing/msc10848.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>362</td>
<td class='column-name'><a href="/Boeing/msc23052">msc23052</a></td>
<td class='column-group'><a href="/Boeing">Boeing</a></td>
<td class='column-num_rows'>23,052</td>
<td class='column-num_cols'>23,052</td>
<td class='column-nonzeros'>1,142,686</td>
<td class='column-kind d-none d-md-table-cell'>Structural Problem</td>
<td class='column-date d-none d-md-table-cell'>1995</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Boeing/msc23052.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Boeing/msc23052.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Boeing/msc23052.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>363</td>
<td class='column-name'><a href="/Boeing/nasa1824">nasa1824</a></td>
<td class='column-group'><a href="/Boeing">Boeing</a></td>
<td class='column-num_rows'>1,824</td>
<td class='column-num_cols'>1,824</td>
<td class='column-nonzeros'>39,208</td>
<td class='column-kind d-none d-md-table-cell'>Duplicate Structural Problem</td>
<td class='column-date d-none d-md-table-cell'>1995</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Boeing/nasa1824.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Boeing/nasa1824.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Boeing/nasa1824.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>369</td>
<td class='column-name'><a href="/Boeing/pwtk">pwtk</a></td>
<td class='column-group'><a href="/Boeing">Boeing</a></td>
<td class='column-num_rows'>217,918</td>
<td class='column-num_cols'>217,918</td>
<td class='column-nonzeros'>11,524,432</td>
<td class='column-kind d-none d-md-table-cell'>Structural Problem</td>
<td class='column-date d-none d-md-table-cell'>1995</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Boeing/pwtk.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Boeing/pwtk.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Boeing/pwtk.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>370</td>
<td class='column-name'><a href="/Bomhof/circuit_1">circuit_1</a></td>
<td class='column-group'><a href="/Bomhof">Bomhof</a></td>
<td class='column-num_rows'>2,624</td>
<td class='column-num_cols'>2,624</td>
<td class='column-nonzeros'>35,823</td>
<td class='column-kind d-none d-md-table-cell'>Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2000</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Bomhof/circuit_1.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Bomhof/circuit_1.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Bomhof/circuit_1.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>371</td>
<td class='column-name'><a href="/Bomhof/circuit_2">circuit_2</a></td>
<td class='column-group'><a href="/Bomhof">Bomhof</a></td>
<td class='column-num_rows'>4,510</td>
<td class='column-num_cols'>4,510</td>
<td class='column-nonzeros'>21,199</td>
<td class='column-kind d-none d-md-table-cell'>Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2000</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Bomhof/circuit_2.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Bomhof/circuit_2.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Bomhof/circuit_2.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>372</td>
<td class='column-name'><a href="/Bomhof/circuit_3">circuit_3</a></td>
<td class='column-group'><a href="/Bomhof">Bomhof</a></td>
<td class='column-num_rows'>12,127</td>
<td class='column-num_cols'>12,127</td>
<td class='column-nonzeros'>48,137</td>
<td class='column-kind d-none d-md-table-cell'>Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2000</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Bomhof/circuit_3.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Bomhof/circuit_3.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Bomhof/circuit_3.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>373</td>
<td class='column-name'><a href="/Bomhof/circuit_4">circuit_4</a></td>
<td class='column-group'><a href="/Bomhof">Bomhof</a></td>
<td class='column-num_rows'>80,209</td>
<td class='column-num_cols'>80,209</td>
<td class='column-nonzeros'>307,604</td>
<td class='column-kind d-none d-md-table-cell'>Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2000</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Bomhof/circuit_4.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Bomhof/circuit_4.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Bomhof/circuit_4.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>374</td>
<td class='column-name'><a href="/Bova/rma10">rma10</a></td>
<td class='column-group'><a href="/Bova">Bova</a></td>
<td class='column-num_rows'>46,835</td>
<td class='column-num_cols'>46,835</td>
<td class='column-nonzeros'>2,329,092</td>
<td class='column-kind d-none d-md-table-cell'>Computational Fluid Dynamics Problem</td>
<td class='column-date d-none d-md-table-cell'>1997</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Bova/rma10.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Bova/rma10.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Bova/rma10.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>375</td>
<td class='column-name'><a href="/Brethour/coater1">coater1</a></td>
<td class='column-group'><a href="/Brethour">Brethour</a></td>
<td class='column-num_rows'>1,348</td>
<td class='column-num_cols'>1,348</td>
<td class='column-nonzeros'>19,457</td>
<td class='column-kind d-none d-md-table-cell'>Computational Fluid Dynamics Problem</td>
<td class='column-date d-none d-md-table-cell'>1997</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Brethour/coater1.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Brethour/coater1.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Brethour/coater1.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>376</td>
<td class='column-name'><a href="/Brethour/coater2">coater2</a></td>
<td class='column-group'><a href="/Brethour">Brethour</a></td>
<td class='column-num_rows'>9,540</td>
<td class='column-num_cols'>9,540</td>
<td class='column-nonzeros'>207,308</td>
<td class='column-kind d-none d-md-table-cell'>Computational Fluid Dynamics Problem</td>
<td class='column-date d-none d-md-table-cell'>1997</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Brethour/coater2.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Brethour/coater2.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Brethour/coater2.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>377</td>
<td class='column-name'><a href="/Brunetiere/thermal">thermal</a></td>
<td class='column-group'><a href="/Brunetiere">Brunetiere</a></td>
<td class='column-num_rows'>3,456</td>
<td class='column-num_cols'>3,456</td>
<td class='column-nonzeros'>66,528</td>
<td class='column-kind d-none d-md-table-cell'>Thermal Problem</td>
<td class='column-date d-none d-md-table-cell'>2000</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Brunetiere/thermal.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Brunetiere/thermal.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Brunetiere/thermal.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>379</td>
<td class='column-name'><a href="/Cote/vibrobox">vibrobox</a></td>
<td class='column-group'><a href="/Cote">Cote</a></td>
<td class='column-num_rows'>12,328</td>
<td class='column-num_cols'>12,328</td>
<td class='column-nonzeros'>301,700</td>
<td class='column-kind d-none d-md-table-cell'>Acoustics Problem</td>
<td class='column-date d-none d-md-table-cell'>1997</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Cote/vibrobox.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Cote/vibrobox.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Cote/vibrobox.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>380</td>
<td class='column-name'><a href="/DRIVCAV/cavity01">cavity01</a></td>
<td class='column-group'><a href="/DRIVCAV">DRIVCAV</a></td>
<td class='column-num_rows'>317</td>
<td class='column-num_cols'>317</td>
<td class='column-nonzeros'>7,280</td>
<td class='column-kind d-none d-md-table-cell'>Computational Fluid Dynamics Problem Sequence</td>
<td class='column-date d-none d-md-table-cell'>1996</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/DRIVCAV/cavity01.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/DRIVCAV/cavity01.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/DRIVCAV/cavity01.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>381</td>
<td class='column-name'><a href="/DRIVCAV/cavity02">cavity02</a></td>
<td class='column-group'><a href="/DRIVCAV">DRIVCAV</a></td>
<td class='column-num_rows'>317</td>
<td class='column-num_cols'>317</td>
<td class='column-nonzeros'>5,923</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Computational Fluid Dynamics Problem</td>
<td class='column-date d-none d-md-table-cell'>1996</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/DRIVCAV/cavity02.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/DRIVCAV/cavity02.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/DRIVCAV/cavity02.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>382</td>
<td class='column-name'><a href="/DRIVCAV/cavity03">cavity03</a></td>
<td class='column-group'><a href="/DRIVCAV">DRIVCAV</a></td>
<td class='column-num_rows'>317</td>
<td class='column-num_cols'>317</td>
<td class='column-nonzeros'>7,311</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Computational Fluid Dynamics Problem</td>
<td class='column-date d-none d-md-table-cell'>1996</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/DRIVCAV/cavity03.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/DRIVCAV/cavity03.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/DRIVCAV/cavity03.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>383</td>
<td class='column-name'><a href="/DRIVCAV/cavity04">cavity04</a></td>
<td class='column-group'><a href="/DRIVCAV">DRIVCAV</a></td>
<td class='column-num_rows'>317</td>
<td class='column-num_cols'>317</td>
<td class='column-nonzeros'>5,923</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Computational Fluid Dynamics Problem</td>
<td class='column-date d-none d-md-table-cell'>1996</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/DRIVCAV/cavity04.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/DRIVCAV/cavity04.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/DRIVCAV/cavity04.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>384</td>
<td class='column-name'><a href="/DRIVCAV/cavity05">cavity05</a></td>
<td class='column-group'><a href="/DRIVCAV">DRIVCAV</a></td>
<td class='column-num_rows'>1,182</td>
<td class='column-num_cols'>1,182</td>
<td class='column-nonzeros'>32,632</td>
<td class='column-kind d-none d-md-table-cell'>Computational Fluid Dynamics Problem Sequence</td>
<td class='column-date d-none d-md-table-cell'>1996</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/DRIVCAV/cavity05.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/DRIVCAV/cavity05.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/DRIVCAV/cavity05.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>385</td>
<td class='column-name'><a href="/DRIVCAV/cavity06">cavity06</a></td>
<td class='column-group'><a href="/DRIVCAV">DRIVCAV</a></td>
<td class='column-num_rows'>1,182</td>
<td class='column-num_cols'>1,182</td>
<td class='column-nonzeros'>29,675</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Computational Fluid Dynamics Problem</td>
<td class='column-date d-none d-md-table-cell'>1996</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/DRIVCAV/cavity06.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/DRIVCAV/cavity06.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/DRIVCAV/cavity06.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>386</td>
<td class='column-name'><a href="/DRIVCAV/cavity07">cavity07</a></td>
<td class='column-group'><a href="/DRIVCAV">DRIVCAV</a></td>
<td class='column-num_rows'>1,182</td>
<td class='column-num_cols'>1,182</td>
<td class='column-nonzeros'>32,702</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Computational Fluid Dynamics Problem</td>
<td class='column-date d-none d-md-table-cell'>1996</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/DRIVCAV/cavity07.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/DRIVCAV/cavity07.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/DRIVCAV/cavity07.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>387</td>
<td class='column-name'><a href="/DRIVCAV/cavity08">cavity08</a></td>
<td class='column-group'><a href="/DRIVCAV">DRIVCAV</a></td>
<td class='column-num_rows'>1,182</td>
<td class='column-num_cols'>1,182</td>
<td class='column-nonzeros'>29,675</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Computational Fluid Dynamics Problem</td>
<td class='column-date d-none d-md-table-cell'>1996</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/DRIVCAV/cavity08.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/DRIVCAV/cavity08.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/DRIVCAV/cavity08.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>388</td>
<td class='column-name'><a href="/DRIVCAV/cavity09">cavity09</a></td>
<td class='column-group'><a href="/DRIVCAV">DRIVCAV</a></td>
<td class='column-num_rows'>1,182</td>
<td class='column-num_cols'>1,182</td>
<td class='column-nonzeros'>32,702</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Computational Fluid Dynamics Problem</td>
<td class='column-date d-none d-md-table-cell'>1996</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/DRIVCAV/cavity09.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/DRIVCAV/cavity09.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/DRIVCAV/cavity09.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>389</td>
<td class='column-name'><a href="/DRIVCAV/cavity10">cavity10</a></td>
<td class='column-group'><a href="/DRIVCAV">DRIVCAV</a></td>
<td class='column-num_rows'>2,597</td>
<td class='column-num_cols'>2,597</td>
<td class='column-nonzeros'>76,171</td>
<td class='column-kind d-none d-md-table-cell'>Computational Fluid Dynamics Problem Sequence</td>
<td class='column-date d-none d-md-table-cell'>1996</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/DRIVCAV/cavity10.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/DRIVCAV/cavity10.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/DRIVCAV/cavity10.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>390</td>
<td class='column-name'><a href="/DRIVCAV/cavity11">cavity11</a></td>
<td class='column-group'><a href="/DRIVCAV">DRIVCAV</a></td>
<td class='column-num_rows'>2,597</td>
<td class='column-num_cols'>2,597</td>
<td class='column-nonzeros'>71,601</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Computational Fluid Dynamics Problem</td>
<td class='column-date d-none d-md-table-cell'>1996</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/DRIVCAV/cavity11.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/DRIVCAV/cavity11.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/DRIVCAV/cavity11.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>391</td>
<td class='column-name'><a href="/DRIVCAV/cavity12">cavity12</a></td>
<td class='column-group'><a href="/DRIVCAV">DRIVCAV</a></td>
<td class='column-num_rows'>2,597</td>
<td class='column-num_cols'>2,597</td>
<td class='column-nonzeros'>76,258</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Computational Fluid Dynamics Problem</td>
<td class='column-date d-none d-md-table-cell'>1996</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/DRIVCAV/cavity12.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/DRIVCAV/cavity12.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/DRIVCAV/cavity12.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>392</td>
<td class='column-name'><a href="/DRIVCAV/cavity13">cavity13</a></td>
<td class='column-group'><a href="/DRIVCAV">DRIVCAV</a></td>
<td class='column-num_rows'>2,597</td>
<td class='column-num_cols'>2,597</td>
<td class='column-nonzeros'>71,601</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Computational Fluid Dynamics Problem</td>
<td class='column-date d-none d-md-table-cell'>1996</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/DRIVCAV/cavity13.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/DRIVCAV/cavity13.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/DRIVCAV/cavity13.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>393</td>
<td class='column-name'><a href="/DRIVCAV/cavity14">cavity14</a></td>
<td class='column-group'><a href="/DRIVCAV">DRIVCAV</a></td>
<td class='column-num_rows'>2,597</td>
<td class='column-num_cols'>2,597</td>
<td class='column-nonzeros'>76,258</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Computational Fluid Dynamics Problem</td>
<td class='column-date d-none d-md-table-cell'>1996</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/DRIVCAV/cavity14.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/DRIVCAV/cavity14.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/DRIVCAV/cavity14.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>394</td>
<td class='column-name'><a href="/DRIVCAV/cavity15">cavity15</a></td>
<td class='column-group'><a href="/DRIVCAV">DRIVCAV</a></td>
<td class='column-num_rows'>2,597</td>
<td class='column-num_cols'>2,597</td>
<td class='column-nonzeros'>71,601</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Computational Fluid Dynamics Problem</td>
<td class='column-date d-none d-md-table-cell'>1996</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/DRIVCAV/cavity15.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/DRIVCAV/cavity15.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/DRIVCAV/cavity15.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>395</td>
<td class='column-name'><a href="/DRIVCAV/cavity16">cavity16</a></td>
<td class='column-group'><a href="/DRIVCAV">DRIVCAV</a></td>
<td class='column-num_rows'>4,562</td>
<td class='column-num_cols'>4,562</td>
<td class='column-nonzeros'>137,887</td>
<td class='column-kind d-none d-md-table-cell'>Computational Fluid Dynamics Problem Sequence</td>
<td class='column-date d-none d-md-table-cell'>1996</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/DRIVCAV/cavity16.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/DRIVCAV/cavity16.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/DRIVCAV/cavity16.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>396</td>
<td class='column-name'><a href="/DRIVCAV/cavity17">cavity17</a></td>
<td class='column-group'><a href="/DRIVCAV">DRIVCAV</a></td>
<td class='column-num_rows'>4,562</td>
<td class='column-num_cols'>4,562</td>
<td class='column-nonzeros'>131,735</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Computational Fluid Dynamics Problem</td>
<td class='column-date d-none d-md-table-cell'>1996</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/DRIVCAV/cavity17.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/DRIVCAV/cavity17.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/DRIVCAV/cavity17.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>397</td>
<td class='column-name'><a href="/DRIVCAV/cavity18">cavity18</a></td>
<td class='column-group'><a href="/DRIVCAV">DRIVCAV</a></td>
<td class='column-num_rows'>4,562</td>
<td class='column-num_cols'>4,562</td>
<td class='column-nonzeros'>138,040</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Computational Fluid Dynamics Problem</td>
<td class='column-date d-none d-md-table-cell'>1996</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/DRIVCAV/cavity18.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/DRIVCAV/cavity18.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/DRIVCAV/cavity18.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>398</td>
<td class='column-name'><a href="/DRIVCAV/cavity19">cavity19</a></td>
<td class='column-group'><a href="/DRIVCAV">DRIVCAV</a></td>
<td class='column-num_rows'>4,562</td>
<td class='column-num_cols'>4,562</td>
<td class='column-nonzeros'>131,735</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Computational Fluid Dynamics Problem</td>
<td class='column-date d-none d-md-table-cell'>1996</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/DRIVCAV/cavity19.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/DRIVCAV/cavity19.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/DRIVCAV/cavity19.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>399</td>
<td class='column-name'><a href="/DRIVCAV/cavity20">cavity20</a></td>
<td class='column-group'><a href="/DRIVCAV">DRIVCAV</a></td>
<td class='column-num_rows'>4,562</td>
<td class='column-num_cols'>4,562</td>
<td class='column-nonzeros'>138,040</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Computational Fluid Dynamics Problem</td>
<td class='column-date d-none d-md-table-cell'>1996</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/DRIVCAV/cavity20.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/DRIVCAV/cavity20.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/DRIVCAV/cavity20.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>400</td>
<td class='column-name'><a href="/DRIVCAV/cavity21">cavity21</a></td>
<td class='column-group'><a href="/DRIVCAV">DRIVCAV</a></td>
<td class='column-num_rows'>4,562</td>
<td class='column-num_cols'>4,562</td>
<td class='column-nonzeros'>131,735</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Computational Fluid Dynamics Problem</td>
<td class='column-date d-none d-md-table-cell'>1996</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/DRIVCAV/cavity21.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/DRIVCAV/cavity21.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/DRIVCAV/cavity21.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>401</td>
<td class='column-name'><a href="/DRIVCAV/cavity22">cavity22</a></td>
<td class='column-group'><a href="/DRIVCAV">DRIVCAV</a></td>
<td class='column-num_rows'>4,562</td>
<td class='column-num_cols'>4,562</td>
<td class='column-nonzeros'>138,040</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Computational Fluid Dynamics Problem</td>
<td class='column-date d-none d-md-table-cell'>1996</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/DRIVCAV/cavity22.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/DRIVCAV/cavity22.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/DRIVCAV/cavity22.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>402</td>
<td class='column-name'><a href="/DRIVCAV/cavity23">cavity23</a></td>
<td class='column-group'><a href="/DRIVCAV">DRIVCAV</a></td>
<td class='column-num_rows'>4,562</td>
<td class='column-num_cols'>4,562</td>
<td class='column-nonzeros'>131,735</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Computational Fluid Dynamics Problem</td>
<td class='column-date d-none d-md-table-cell'>1996</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/DRIVCAV/cavity23.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/DRIVCAV/cavity23.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/DRIVCAV/cavity23.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>403</td>
<td class='column-name'><a href="/DRIVCAV/cavity24">cavity24</a></td>
<td class='column-group'><a href="/DRIVCAV">DRIVCAV</a></td>
<td class='column-num_rows'>4,562</td>
<td class='column-num_cols'>4,562</td>
<td class='column-nonzeros'>138,040</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Computational Fluid Dynamics Problem</td>
<td class='column-date d-none d-md-table-cell'>1996</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/DRIVCAV/cavity24.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/DRIVCAV/cavity24.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/DRIVCAV/cavity24.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>404</td>
<td class='column-name'><a href="/DRIVCAV/cavity25">cavity25</a></td>
<td class='column-group'><a href="/DRIVCAV">DRIVCAV</a></td>
<td class='column-num_rows'>4,562</td>
<td class='column-num_cols'>4,562</td>
<td class='column-nonzeros'>131,735</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Computational Fluid Dynamics Problem</td>
<td class='column-date d-none d-md-table-cell'>1996</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/DRIVCAV/cavity25.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/DRIVCAV/cavity25.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/DRIVCAV/cavity25.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>405</td>
<td class='column-name'><a href="/DRIVCAV/cavity26">cavity26</a></td>
<td class='column-group'><a href="/DRIVCAV">DRIVCAV</a></td>
<td class='column-num_rows'>4,562</td>
<td class='column-num_cols'>4,562</td>
<td class='column-nonzeros'>138,040</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Computational Fluid Dynamics Problem</td>
<td class='column-date d-none d-md-table-cell'>1996</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/DRIVCAV/cavity26.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/DRIVCAV/cavity26.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/DRIVCAV/cavity26.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>406</td>
<td class='column-name'><a href="/FIDAP/ex1">ex1</a></td>
<td class='column-group'><a href="/FIDAP">FIDAP</a></td>
<td class='column-num_rows'>216</td>
<td class='column-num_cols'>216</td>
<td class='column-nonzeros'>4,317</td>
<td class='column-kind d-none d-md-table-cell'>Computational Fluid Dynamics Problem</td>
<td class='column-date d-none d-md-table-cell'>1994</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/FIDAP/ex1.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/FIDAP/ex1.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/FIDAP/ex1.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>407</td>
<td class='column-name'><a href="/FIDAP/ex10">ex10</a></td>
<td class='column-group'><a href="/FIDAP">FIDAP</a></td>
<td class='column-num_rows'>2,410</td>
<td class='column-num_cols'>2,410</td>
<td class='column-nonzeros'>54,840</td>
<td class='column-kind d-none d-md-table-cell'>Computational Fluid Dynamics Problem</td>
<td class='column-date d-none d-md-table-cell'>1994</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/FIDAP/ex10.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/FIDAP/ex10.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/FIDAP/ex10.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>408</td>
<td class='column-name'><a href="/FIDAP/ex10hs">ex10hs</a></td>
<td class='column-group'><a href="/FIDAP">FIDAP</a></td>
<td class='column-num_rows'>2,548</td>
<td class='column-num_cols'>2,548</td>
<td class='column-nonzeros'>57,308</td>
<td class='column-kind d-none d-md-table-cell'>Computational Fluid Dynamics Problem</td>
<td class='column-date d-none d-md-table-cell'>1994</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/FIDAP/ex10hs.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/FIDAP/ex10hs.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/FIDAP/ex10hs.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>409</td>
<td class='column-name'><a href="/FIDAP/ex11">ex11</a></td>
<td class='column-group'><a href="/FIDAP">FIDAP</a></td>
<td class='column-num_rows'>16,614</td>
<td class='column-num_cols'>16,614</td>
<td class='column-nonzeros'>1,096,948</td>
<td class='column-kind d-none d-md-table-cell'>Computational Fluid Dynamics Problem</td>
<td class='column-date d-none d-md-table-cell'>1994</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/FIDAP/ex11.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/FIDAP/ex11.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/FIDAP/ex11.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>410</td>
<td class='column-name'><a href="/FIDAP/ex12">ex12</a></td>
<td class='column-group'><a href="/FIDAP">FIDAP</a></td>
<td class='column-num_rows'>3,973</td>
<td class='column-num_cols'>3,973</td>
<td class='column-nonzeros'>79,077</td>
<td class='column-kind d-none d-md-table-cell'>Computational Fluid Dynamics Problem</td>
<td class='column-date d-none d-md-table-cell'>1994</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/FIDAP/ex12.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/FIDAP/ex12.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/FIDAP/ex12.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>411</td>
<td class='column-name'><a href="/FIDAP/ex13">ex13</a></td>
<td class='column-group'><a href="/FIDAP">FIDAP</a></td>
<td class='column-num_rows'>2,568</td>
<td class='column-num_cols'>2,568</td>
<td class='column-nonzeros'>75,628</td>
<td class='column-kind d-none d-md-table-cell'>Computational Fluid Dynamics Problem</td>
<td class='column-date d-none d-md-table-cell'>1994</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/FIDAP/ex13.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/FIDAP/ex13.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/FIDAP/ex13.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>412</td>
<td class='column-name'><a href="/FIDAP/ex14">ex14</a></td>
<td class='column-group'><a href="/FIDAP">FIDAP</a></td>
<td class='column-num_rows'>3,251</td>
<td class='column-num_cols'>3,251</td>
<td class='column-nonzeros'>65,875</td>
<td class='column-kind d-none d-md-table-cell'>Computational Fluid Dynamics Problem</td>
<td class='column-date d-none d-md-table-cell'>1994</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/FIDAP/ex14.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/FIDAP/ex14.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/FIDAP/ex14.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>413</td>
<td class='column-name'><a href="/FIDAP/ex15">ex15</a></td>
<td class='column-group'><a href="/FIDAP">FIDAP</a></td>
<td class='column-num_rows'>6,867</td>
<td class='column-num_cols'>6,867</td>
<td class='column-nonzeros'>98,671</td>
<td class='column-kind d-none d-md-table-cell'>Computational Fluid Dynamics Problem</td>
<td class='column-date d-none d-md-table-cell'>1994</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/FIDAP/ex15.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/FIDAP/ex15.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/FIDAP/ex15.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>414</td>
<td class='column-name'><a href="/FIDAP/ex18">ex18</a></td>
<td class='column-group'><a href="/FIDAP">FIDAP</a></td>
<td class='column-num_rows'>5,773</td>
<td class='column-num_cols'>5,773</td>
<td class='column-nonzeros'>71,701</td>
<td class='column-kind d-none d-md-table-cell'>Computational Fluid Dynamics Problem</td>
<td class='column-date d-none d-md-table-cell'>1994</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/FIDAP/ex18.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/FIDAP/ex18.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/FIDAP/ex18.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>415</td>
<td class='column-name'><a href="/FIDAP/ex19">ex19</a></td>
<td class='column-group'><a href="/FIDAP">FIDAP</a></td>
<td class='column-num_rows'>12,005</td>
<td class='column-num_cols'>12,005</td>
<td class='column-nonzeros'>259,577</td>
<td class='column-kind d-none d-md-table-cell'>Computational Fluid Dynamics Problem</td>
<td class='column-date d-none d-md-table-cell'>1994</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/FIDAP/ex19.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/FIDAP/ex19.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/FIDAP/ex19.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>416</td>
<td class='column-name'><a href="/FIDAP/ex2">ex2</a></td>
<td class='column-group'><a href="/FIDAP">FIDAP</a></td>
<td class='column-num_rows'>441</td>
<td class='column-num_cols'>441</td>
<td class='column-nonzeros'>26,839</td>
<td class='column-kind d-none d-md-table-cell'>Computational Fluid Dynamics Problem</td>
<td class='column-date d-none d-md-table-cell'>1994</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/FIDAP/ex2.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/FIDAP/ex2.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/FIDAP/ex2.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>417</td>
<td class='column-name'><a href="/FIDAP/ex20">ex20</a></td>
<td class='column-group'><a href="/FIDAP">FIDAP</a></td>
<td class='column-num_rows'>2,203</td>
<td class='column-num_cols'>2,203</td>
<td class='column-nonzeros'>67,830</td>
<td class='column-kind d-none d-md-table-cell'>Computational Fluid Dynamics Problem</td>
<td class='column-date d-none d-md-table-cell'>1994</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/FIDAP/ex20.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/FIDAP/ex20.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/FIDAP/ex20.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>418</td>
<td class='column-name'><a href="/FIDAP/ex21">ex21</a></td>
<td class='column-group'><a href="/FIDAP">FIDAP</a></td>
<td class='column-num_rows'>656</td>
<td class='column-num_cols'>656</td>
<td class='column-nonzeros'>18,964</td>
<td class='column-kind d-none d-md-table-cell'>Computational Fluid Dynamics Problem</td>
<td class='column-date d-none d-md-table-cell'>1994</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/FIDAP/ex21.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/FIDAP/ex21.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/FIDAP/ex21.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>419</td>
<td class='column-name'><a href="/FIDAP/ex22">ex22</a></td>
<td class='column-group'><a href="/FIDAP">FIDAP</a></td>
<td class='column-num_rows'>839</td>
<td class='column-num_cols'>839</td>
<td class='column-nonzeros'>22,460</td>
<td class='column-kind d-none d-md-table-cell'>Computational Fluid Dynamics Problem</td>
<td class='column-date d-none d-md-table-cell'>1994</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/FIDAP/ex22.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/FIDAP/ex22.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/FIDAP/ex22.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>420</td>
<td class='column-name'><a href="/FIDAP/ex23">ex23</a></td>
<td class='column-group'><a href="/FIDAP">FIDAP</a></td>
<td class='column-num_rows'>1,409</td>
<td class='column-num_cols'>1,409</td>
<td class='column-nonzeros'>42,760</td>
<td class='column-kind d-none d-md-table-cell'>Computational Fluid Dynamics Problem</td>
<td class='column-date d-none d-md-table-cell'>1994</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/FIDAP/ex23.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/FIDAP/ex23.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/FIDAP/ex23.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>421</td>
<td class='column-name'><a href="/FIDAP/ex24">ex24</a></td>
<td class='column-group'><a href="/FIDAP">FIDAP</a></td>
<td class='column-num_rows'>2,283</td>
<td class='column-num_cols'>2,283</td>
<td class='column-nonzeros'>47,901</td>
<td class='column-kind d-none d-md-table-cell'>Computational Fluid Dynamics Problem</td>
<td class='column-date d-none d-md-table-cell'>1994</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/FIDAP/ex24.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/FIDAP/ex24.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/FIDAP/ex24.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>422</td>
<td class='column-name'><a href="/FIDAP/ex25">ex25</a></td>
<td class='column-group'><a href="/FIDAP">FIDAP</a></td>
<td class='column-num_rows'>848</td>
<td class='column-num_cols'>848</td>
<td class='column-nonzeros'>24,369</td>
<td class='column-kind d-none d-md-table-cell'>Computational Fluid Dynamics Problem</td>
<td class='column-date d-none d-md-table-cell'>1994</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/FIDAP/ex25.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/FIDAP/ex25.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/FIDAP/ex25.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>423</td>
<td class='column-name'><a href="/FIDAP/ex26">ex26</a></td>
<td class='column-group'><a href="/FIDAP">FIDAP</a></td>
<td class='column-num_rows'>2,163</td>
<td class='column-num_cols'>2,163</td>
<td class='column-nonzeros'>74,464</td>
<td class='column-kind d-none d-md-table-cell'>Computational Fluid Dynamics Problem</td>
<td class='column-date d-none d-md-table-cell'>1994</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/FIDAP/ex26.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/FIDAP/ex26.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/FIDAP/ex26.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>424</td>
<td class='column-name'><a href="/FIDAP/ex27">ex27</a></td>
<td class='column-group'><a href="/FIDAP">FIDAP</a></td>
<td class='column-num_rows'>974</td>
<td class='column-num_cols'>974</td>
<td class='column-nonzeros'>37,652</td>
<td class='column-kind d-none d-md-table-cell'>Computational Fluid Dynamics Problem</td>
<td class='column-date d-none d-md-table-cell'>1994</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/FIDAP/ex27.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/FIDAP/ex27.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/FIDAP/ex27.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>425</td>
<td class='column-name'><a href="/FIDAP/ex28">ex28</a></td>
<td class='column-group'><a href="/FIDAP">FIDAP</a></td>
<td class='column-num_rows'>2,603</td>
<td class='column-num_cols'>2,603</td>
<td class='column-nonzeros'>77,031</td>
<td class='column-kind d-none d-md-table-cell'>Computational Fluid Dynamics Problem</td>
<td class='column-date d-none d-md-table-cell'>1994</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/FIDAP/ex28.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/FIDAP/ex28.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/FIDAP/ex28.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>426</td>
<td class='column-name'><a href="/FIDAP/ex29">ex29</a></td>
<td class='column-group'><a href="/FIDAP">FIDAP</a></td>
<td class='column-num_rows'>2,870</td>
<td class='column-num_cols'>2,870</td>
<td class='column-nonzeros'>23,754</td>
<td class='column-kind d-none d-md-table-cell'>Computational Fluid Dynamics Problem</td>
<td class='column-date d-none d-md-table-cell'>1994</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/FIDAP/ex29.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/FIDAP/ex29.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/FIDAP/ex29.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>427</td>
<td class='column-name'><a href="/FIDAP/ex3">ex3</a></td>
<td class='column-group'><a href="/FIDAP">FIDAP</a></td>
<td class='column-num_rows'>1,821</td>
<td class='column-num_cols'>1,821</td>
<td class='column-nonzeros'>52,685</td>
<td class='column-kind d-none d-md-table-cell'>Computational Fluid Dynamics Problem</td>
<td class='column-date d-none d-md-table-cell'>1994</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/FIDAP/ex3.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/FIDAP/ex3.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/FIDAP/ex3.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>428</td>
<td class='column-name'><a href="/FIDAP/ex31">ex31</a></td>
<td class='column-group'><a href="/FIDAP">FIDAP</a></td>
<td class='column-num_rows'>3,909</td>
<td class='column-num_cols'>3,909</td>
<td class='column-nonzeros'>91,223</td>
<td class='column-kind d-none d-md-table-cell'>Computational Fluid Dynamics Problem</td>
<td class='column-date d-none d-md-table-cell'>1994</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/FIDAP/ex31.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/FIDAP/ex31.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/FIDAP/ex31.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>429</td>
<td class='column-name'><a href="/FIDAP/ex32">ex32</a></td>
<td class='column-group'><a href="/FIDAP">FIDAP</a></td>
<td class='column-num_rows'>1,159</td>
<td class='column-num_cols'>1,159</td>
<td class='column-nonzeros'>11,047</td>
<td class='column-kind d-none d-md-table-cell'>Computational Fluid Dynamics Problem</td>
<td class='column-date d-none d-md-table-cell'>1994</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/FIDAP/ex32.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/FIDAP/ex32.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/FIDAP/ex32.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>430</td>
<td class='column-name'><a href="/FIDAP/ex33">ex33</a></td>
<td class='column-group'><a href="/FIDAP">FIDAP</a></td>
<td class='column-num_rows'>1,733</td>
<td class='column-num_cols'>1,733</td>
<td class='column-nonzeros'>22,189</td>
<td class='column-kind d-none d-md-table-cell'>Computational Fluid Dynamics Problem</td>
<td class='column-date d-none d-md-table-cell'>1994</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/FIDAP/ex33.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/FIDAP/ex33.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/FIDAP/ex33.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>431</td>
<td class='column-name'><a href="/FIDAP/ex35">ex35</a></td>
<td class='column-group'><a href="/FIDAP">FIDAP</a></td>
<td class='column-num_rows'>19,716</td>
<td class='column-num_cols'>19,716</td>
<td class='column-nonzeros'>227,872</td>
<td class='column-kind d-none d-md-table-cell'>Computational Fluid Dynamics Problem</td>
<td class='column-date d-none d-md-table-cell'>1994</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/FIDAP/ex35.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/FIDAP/ex35.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/FIDAP/ex35.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>432</td>
<td class='column-name'><a href="/FIDAP/ex36">ex36</a></td>
<td class='column-group'><a href="/FIDAP">FIDAP</a></td>
<td class='column-num_rows'>3,079</td>
<td class='column-num_cols'>3,079</td>
<td class='column-nonzeros'>53,099</td>
<td class='column-kind d-none d-md-table-cell'>Computational Fluid Dynamics Problem</td>
<td class='column-date d-none d-md-table-cell'>1994</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/FIDAP/ex36.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/FIDAP/ex36.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/FIDAP/ex36.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>433</td>
<td class='column-name'><a href="/FIDAP/ex37">ex37</a></td>
<td class='column-group'><a href="/FIDAP">FIDAP</a></td>
<td class='column-num_rows'>3,565</td>
<td class='column-num_cols'>3,565</td>
<td class='column-nonzeros'>67,591</td>
<td class='column-kind d-none d-md-table-cell'>Computational Fluid Dynamics Problem</td>
<td class='column-date d-none d-md-table-cell'>1994</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/FIDAP/ex37.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/FIDAP/ex37.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/FIDAP/ex37.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>434</td>
<td class='column-name'><a href="/FIDAP/ex4">ex4</a></td>
<td class='column-group'><a href="/FIDAP">FIDAP</a></td>
<td class='column-num_rows'>1,601</td>
<td class='column-num_cols'>1,601</td>
<td class='column-nonzeros'>31,849</td>
<td class='column-kind d-none d-md-table-cell'>Computational Fluid Dynamics Problem</td>
<td class='column-date d-none d-md-table-cell'>1994</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/FIDAP/ex4.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/FIDAP/ex4.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/FIDAP/ex4.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>435</td>
<td class='column-name'><a href="/FIDAP/ex40">ex40</a></td>
<td class='column-group'><a href="/FIDAP">FIDAP</a></td>
<td class='column-num_rows'>7,740</td>
<td class='column-num_cols'>7,740</td>
<td class='column-nonzeros'>456,188</td>
<td class='column-kind d-none d-md-table-cell'>Computational Fluid Dynamics Problem</td>
<td class='column-date d-none d-md-table-cell'>1994</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/FIDAP/ex40.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/FIDAP/ex40.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/FIDAP/ex40.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>436</td>
<td class='column-name'><a href="/FIDAP/ex5">ex5</a></td>
<td class='column-group'><a href="/FIDAP">FIDAP</a></td>
<td class='column-num_rows'>27</td>
<td class='column-num_cols'>27</td>
<td class='column-nonzeros'>279</td>
<td class='column-kind d-none d-md-table-cell'>Computational Fluid Dynamics Problem</td>
<td class='column-date d-none d-md-table-cell'>1994</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/FIDAP/ex5.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/FIDAP/ex5.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/FIDAP/ex5.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>437</td>
<td class='column-name'><a href="/FIDAP/ex6">ex6</a></td>
<td class='column-group'><a href="/FIDAP">FIDAP</a></td>
<td class='column-num_rows'>1,651</td>
<td class='column-num_cols'>1,651</td>
<td class='column-nonzeros'>49,062</td>
<td class='column-kind d-none d-md-table-cell'>Computational Fluid Dynamics Problem</td>
<td class='column-date d-none d-md-table-cell'>1994</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/FIDAP/ex6.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/FIDAP/ex6.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/FIDAP/ex6.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>438</td>
<td class='column-name'><a href="/FIDAP/ex7">ex7</a></td>
<td class='column-group'><a href="/FIDAP">FIDAP</a></td>
<td class='column-num_rows'>1,633</td>
<td class='column-num_cols'>1,633</td>
<td class='column-nonzeros'>46,626</td>
<td class='column-kind d-none d-md-table-cell'>Computational Fluid Dynamics Problem</td>
<td class='column-date d-none d-md-table-cell'>1994</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/FIDAP/ex7.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/FIDAP/ex7.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/FIDAP/ex7.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>439</td>
<td class='column-name'><a href="/FIDAP/ex8">ex8</a></td>
<td class='column-group'><a href="/FIDAP">FIDAP</a></td>
<td class='column-num_rows'>3,096</td>
<td class='column-num_cols'>3,096</td>
<td class='column-nonzeros'>90,841</td>
<td class='column-kind d-none d-md-table-cell'>Computational Fluid Dynamics Problem</td>
<td class='column-date d-none d-md-table-cell'>1994</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/FIDAP/ex8.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/FIDAP/ex8.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/FIDAP/ex8.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>440</td>
<td class='column-name'><a href="/FIDAP/ex9">ex9</a></td>
<td class='column-group'><a href="/FIDAP">FIDAP</a></td>
<td class='column-num_rows'>3,363</td>
<td class='column-num_cols'>3,363</td>
<td class='column-nonzeros'>99,471</td>
<td class='column-kind d-none d-md-table-cell'>Computational Fluid Dynamics Problem</td>
<td class='column-date d-none d-md-table-cell'>1994</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/FIDAP/ex9.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/FIDAP/ex9.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/FIDAP/ex9.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>444</td>
<td class='column-name'><a href="/Garon/garon1">garon1</a></td>
<td class='column-group'><a href="/Garon">Garon</a></td>
<td class='column-num_rows'>3,175</td>
<td class='column-num_cols'>3,175</td>
<td class='column-nonzeros'>84,723</td>
<td class='column-kind d-none d-md-table-cell'>Computational Fluid Dynamics Problem</td>
<td class='column-date d-none d-md-table-cell'>1996</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Garon/garon1.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Garon/garon1.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Garon/garon1.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>445</td>
<td class='column-name'><a href="/Garon/garon2">garon2</a></td>
<td class='column-group'><a href="/Garon">Garon</a></td>
<td class='column-num_rows'>13,535</td>
<td class='column-num_cols'>13,535</td>
<td class='column-nonzeros'>373,235</td>
<td class='column-kind d-none d-md-table-cell'>Computational Fluid Dynamics Problem</td>
<td class='column-date d-none d-md-table-cell'>1996</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Garon/garon2.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Garon/garon2.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Garon/garon2.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>446</td>
<td class='column-name'><a href="/Goodwin/goodwin">goodwin</a></td>
<td class='column-group'><a href="/Goodwin">Goodwin</a></td>
<td class='column-num_rows'>7,320</td>
<td class='column-num_cols'>7,320</td>
<td class='column-nonzeros'>324,772</td>
<td class='column-kind d-none d-md-table-cell'>Computational Fluid Dynamics Problem</td>
<td class='column-date d-none d-md-table-cell'>1995</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Goodwin/goodwin.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Goodwin/goodwin.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Goodwin/goodwin.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>447</td>
<td class='column-name'><a href="/Goodwin/rim">rim</a></td>
<td class='column-group'><a href="/Goodwin">Goodwin</a></td>
<td class='column-num_rows'>22,560</td>
<td class='column-num_cols'>22,560</td>
<td class='column-nonzeros'>1,014,951</td>
<td class='column-kind d-none d-md-table-cell'>Computational Fluid Dynamics Problem</td>
<td class='column-date d-none d-md-table-cell'>1995</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Goodwin/rim.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Goodwin/rim.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Goodwin/rim.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>448</td>
<td class='column-name'><a href="/Graham/graham1">graham1</a></td>
<td class='column-group'><a href="/Graham">Graham</a></td>
<td class='column-num_rows'>9,035</td>
<td class='column-num_cols'>9,035</td>
<td class='column-nonzeros'>335,472</td>
<td class='column-kind d-none d-md-table-cell'>Computational Fluid Dynamics Problem</td>
<td class='column-date d-none d-md-table-cell'>1998</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Graham/graham1.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Graham/graham1.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Graham/graham1.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>449</td>
<td class='column-name'><a href="/Grund/b1_ss">b1_ss</a></td>
<td class='column-group'><a href="/Grund">Grund</a></td>
<td class='column-num_rows'>7</td>
<td class='column-num_cols'>7</td>
<td class='column-nonzeros'>15</td>
<td class='column-kind d-none d-md-table-cell'>Chemical Process Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>1997</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Grund/b1_ss.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Grund/b1_ss.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Grund/b1_ss.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>450</td>
<td class='column-name'><a href="/Grund/b2_ss">b2_ss</a></td>
<td class='column-group'><a href="/Grund">Grund</a></td>
<td class='column-num_rows'>1,089</td>
<td class='column-num_cols'>1,089</td>
<td class='column-nonzeros'>3,895</td>
<td class='column-kind d-none d-md-table-cell'>Chemical Process Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>1997</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Grund/b2_ss.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Grund/b2_ss.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Grund/b2_ss.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>451</td>
<td class='column-name'><a href="/Grund/b_dyn">b_dyn</a></td>
<td class='column-group'><a href="/Grund">Grund</a></td>
<td class='column-num_rows'>1,089</td>
<td class='column-num_cols'>1,089</td>
<td class='column-nonzeros'>4,144</td>
<td class='column-kind d-none d-md-table-cell'>Chemical Process Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>1997</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Grund/b_dyn.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Grund/b_dyn.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Grund/b_dyn.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>452</td>
<td class='column-name'><a href="/Grund/bayer01">bayer01</a></td>
<td class='column-group'><a href="/Grund">Grund</a></td>
<td class='column-num_rows'>57,735</td>
<td class='column-num_cols'>57,735</td>
<td class='column-nonzeros'>275,094</td>
<td class='column-kind d-none d-md-table-cell'>Chemical Process Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>1997</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Grund/bayer01.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Grund/bayer01.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Grund/bayer01.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>453</td>
<td class='column-name'><a href="/Grund/bayer02">bayer02</a></td>
<td class='column-group'><a href="/Grund">Grund</a></td>
<td class='column-num_rows'>13,935</td>
<td class='column-num_cols'>13,935</td>
<td class='column-nonzeros'>63,307</td>
<td class='column-kind d-none d-md-table-cell'>Chemical Process Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>1997</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Grund/bayer02.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Grund/bayer02.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Grund/bayer02.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>454</td>
<td class='column-name'><a href="/Grund/bayer03">bayer03</a></td>
<td class='column-group'><a href="/Grund">Grund</a></td>
<td class='column-num_rows'>6,747</td>
<td class='column-num_cols'>6,747</td>
<td class='column-nonzeros'>29,195</td>
<td class='column-kind d-none d-md-table-cell'>Chemical Process Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>1997</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Grund/bayer03.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Grund/bayer03.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Grund/bayer03.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>455</td>
<td class='column-name'><a href="/Grund/bayer04">bayer04</a></td>
<td class='column-group'><a href="/Grund">Grund</a></td>
<td class='column-num_rows'>20,545</td>
<td class='column-num_cols'>20,545</td>
<td class='column-nonzeros'>85,537</td>
<td class='column-kind d-none d-md-table-cell'>Chemical Process Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>1997</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Grund/bayer04.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Grund/bayer04.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Grund/bayer04.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>456</td>
<td class='column-name'><a href="/Grund/bayer05">bayer05</a></td>
<td class='column-group'><a href="/Grund">Grund</a></td>
<td class='column-num_rows'>3,268</td>
<td class='column-num_cols'>3,268</td>
<td class='column-nonzeros'>20,712</td>
<td class='column-kind d-none d-md-table-cell'>Chemical Process Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>1997</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Grund/bayer05.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Grund/bayer05.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Grund/bayer05.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>457</td>
<td class='column-name'><a href="/Grund/bayer06">bayer06</a></td>
<td class='column-group'><a href="/Grund">Grund</a></td>
<td class='column-num_rows'>3,008</td>
<td class='column-num_cols'>3,008</td>
<td class='column-nonzeros'>20,715</td>
<td class='column-kind d-none d-md-table-cell'>Chemical Process Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>1997</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Grund/bayer06.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Grund/bayer06.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Grund/bayer06.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>458</td>
<td class='column-name'><a href="/Grund/bayer07">bayer07</a></td>
<td class='column-group'><a href="/Grund">Grund</a></td>
<td class='column-num_rows'>3,268</td>
<td class='column-num_cols'>3,268</td>
<td class='column-nonzeros'>20,963</td>
<td class='column-kind d-none d-md-table-cell'>Chemical Process Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>1997</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Grund/bayer07.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Grund/bayer07.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Grund/bayer07.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>459</td>
<td class='column-name'><a href="/Grund/bayer08">bayer08</a></td>
<td class='column-group'><a href="/Grund">Grund</a></td>
<td class='column-num_rows'>3,008</td>
<td class='column-num_cols'>3,008</td>
<td class='column-nonzeros'>20,698</td>
<td class='column-kind d-none d-md-table-cell'>Chemical Process Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>1997</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Grund/bayer08.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Grund/bayer08.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Grund/bayer08.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>460</td>
<td class='column-name'><a href="/Grund/bayer09">bayer09</a></td>
<td class='column-group'><a href="/Grund">Grund</a></td>
<td class='column-num_rows'>3,083</td>
<td class='column-num_cols'>3,083</td>
<td class='column-nonzeros'>11,767</td>
<td class='column-kind d-none d-md-table-cell'>Chemical Process Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>1997</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Grund/bayer09.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Grund/bayer09.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Grund/bayer09.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>461</td>
<td class='column-name'><a href="/Grund/bayer10">bayer10</a></td>
<td class='column-group'><a href="/Grund">Grund</a></td>
<td class='column-num_rows'>13,436</td>
<td class='column-num_cols'>13,436</td>
<td class='column-nonzeros'>71,594</td>
<td class='column-kind d-none d-md-table-cell'>Chemical Process Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>1997</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Grund/bayer10.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Grund/bayer10.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Grund/bayer10.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>462</td>
<td class='column-name'><a href="/Grund/d_dyn">d_dyn</a></td>
<td class='column-group'><a href="/Grund">Grund</a></td>
<td class='column-num_rows'>87</td>
<td class='column-num_cols'>87</td>
<td class='column-nonzeros'>230</td>
<td class='column-kind d-none d-md-table-cell'>Chemical Process Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>1997</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Grund/d_dyn.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Grund/d_dyn.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Grund/d_dyn.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>463</td>
<td class='column-name'><a href="/Grund/d_dyn1">d_dyn1</a></td>
<td class='column-group'><a href="/Grund">Grund</a></td>
<td class='column-num_rows'>87</td>
<td class='column-num_cols'>87</td>
<td class='column-nonzeros'>232</td>
<td class='column-kind d-none d-md-table-cell'>Chemical Process Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>1997</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Grund/d_dyn1.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Grund/d_dyn1.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Grund/d_dyn1.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>464</td>
<td class='column-name'><a href="/Grund/d_ss">d_ss</a></td>
<td class='column-group'><a href="/Grund">Grund</a></td>
<td class='column-num_rows'>53</td>
<td class='column-num_cols'>53</td>
<td class='column-nonzeros'>144</td>
<td class='column-kind d-none d-md-table-cell'>Chemical Process Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>1997</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Grund/d_ss.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Grund/d_ss.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Grund/d_ss.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>465</td>
<td class='column-name'><a href="/Grund/meg1">meg1</a></td>
<td class='column-group'><a href="/Grund">Grund</a></td>
<td class='column-num_rows'>2,904</td>
<td class='column-num_cols'>2,904</td>
<td class='column-nonzeros'>58,142</td>
<td class='column-kind d-none d-md-table-cell'>Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>1997</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Grund/meg1.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Grund/meg1.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Grund/meg1.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>466</td>
<td class='column-name'><a href="/Grund/meg4">meg4</a></td>
<td class='column-group'><a href="/Grund">Grund</a></td>
<td class='column-num_rows'>5,860</td>
<td class='column-num_cols'>5,860</td>
<td class='column-nonzeros'>25,258</td>
<td class='column-kind d-none d-md-table-cell'>Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>1997</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Grund/meg4.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Grund/meg4.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Grund/meg4.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>467</td>
<td class='column-name'><a href="/Grund/poli">poli</a></td>
<td class='column-group'><a href="/Grund">Grund</a></td>
<td class='column-num_rows'>4,008</td>
<td class='column-num_cols'>4,008</td>
<td class='column-nonzeros'>8,188</td>
<td class='column-kind d-none d-md-table-cell'>Economic Problem</td>
<td class='column-date d-none d-md-table-cell'>1997</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Grund/poli.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Grund/poli.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Grund/poli.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>468</td>
<td class='column-name'><a href="/Grund/poli_large">poli_large</a></td>
<td class='column-group'><a href="/Grund">Grund</a></td>
<td class='column-num_rows'>15,575</td>
<td class='column-num_cols'>15,575</td>
<td class='column-nonzeros'>33,033</td>
<td class='column-kind d-none d-md-table-cell'>Economic Problem</td>
<td class='column-date d-none d-md-table-cell'>1997</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Grund/poli_large.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Grund/poli_large.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Grund/poli_large.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>539</td>
<td class='column-name'><a href="/Hamm/add20">add20</a></td>
<td class='column-group'><a href="/Hamm">Hamm</a></td>
<td class='column-num_rows'>2,395</td>
<td class='column-num_cols'>2,395</td>
<td class='column-nonzeros'>13,151</td>
<td class='column-kind d-none d-md-table-cell'>Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>1991</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Hamm/add20.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Hamm/add20.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Hamm/add20.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>540</td>
<td class='column-name'><a href="/Hamm/add32">add32</a></td>
<td class='column-group'><a href="/Hamm">Hamm</a></td>
<td class='column-num_rows'>4,960</td>
<td class='column-num_cols'>4,960</td>
<td class='column-nonzeros'>19,848</td>
<td class='column-kind d-none d-md-table-cell'>Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>1991</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Hamm/add32.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Hamm/add32.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Hamm/add32.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>541</td>
<td class='column-name'><a href="/Hamm/bcircuit">bcircuit</a></td>
<td class='column-group'><a href="/Hamm">Hamm</a></td>
<td class='column-num_rows'>68,902</td>
<td class='column-num_cols'>68,902</td>
<td class='column-nonzeros'>375,558</td>
<td class='column-kind d-none d-md-table-cell'>Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2001</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Hamm/bcircuit.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Hamm/bcircuit.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Hamm/bcircuit.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>542</td>
<td class='column-name'><a href="/Hamm/hcircuit">hcircuit</a></td>
<td class='column-group'><a href="/Hamm">Hamm</a></td>
<td class='column-num_rows'>105,676</td>
<td class='column-num_cols'>105,676</td>
<td class='column-nonzeros'>513,072</td>
<td class='column-kind d-none d-md-table-cell'>Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2001</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Hamm/hcircuit.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Hamm/hcircuit.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Hamm/hcircuit.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>543</td>
<td class='column-name'><a href="/Hamm/memplus">memplus</a></td>
<td class='column-group'><a href="/Hamm">Hamm</a></td>
<td class='column-num_rows'>17,758</td>
<td class='column-num_cols'>17,758</td>
<td class='column-nonzeros'>99,147</td>
<td class='column-kind d-none d-md-table-cell'>Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>1991</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Hamm/memplus.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Hamm/memplus.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Hamm/memplus.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>544</td>
<td class='column-name'><a href="/Hamm/scircuit">scircuit</a></td>
<td class='column-group'><a href="/Hamm">Hamm</a></td>
<td class='column-num_rows'>170,998</td>
<td class='column-num_cols'>170,998</td>
<td class='column-nonzeros'>958,936</td>
<td class='column-kind d-none d-md-table-cell'>Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2001</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Hamm/scircuit.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Hamm/scircuit.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Hamm/scircuit.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>545</td>
<td class='column-name'><a href="/Hollinger/g7jac010">g7jac010</a></td>
<td class='column-group'><a href="/Hollinger">Hollinger</a></td>
<td class='column-num_rows'>2,880</td>
<td class='column-num_cols'>2,880</td>
<td class='column-nonzeros'>18,229</td>
<td class='column-kind d-none d-md-table-cell'>Economic Problem</td>
<td class='column-date d-none d-md-table-cell'>2001</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Hollinger/g7jac010.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Hollinger/g7jac010.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Hollinger/g7jac010.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>546</td>
<td class='column-name'><a href="/Hollinger/g7jac010sc">g7jac010sc</a></td>
<td class='column-group'><a href="/Hollinger">Hollinger</a></td>
<td class='column-num_rows'>2,880</td>
<td class='column-num_cols'>2,880</td>
<td class='column-nonzeros'>18,229</td>
<td class='column-kind d-none d-md-table-cell'>Economic Problem</td>
<td class='column-date d-none d-md-table-cell'>2001</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Hollinger/g7jac010sc.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Hollinger/g7jac010sc.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Hollinger/g7jac010sc.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>547</td>
<td class='column-name'><a href="/Hollinger/g7jac020">g7jac020</a></td>
<td class='column-group'><a href="/Hollinger">Hollinger</a></td>
<td class='column-num_rows'>5,850</td>
<td class='column-num_cols'>5,850</td>
<td class='column-nonzeros'>42,568</td>
<td class='column-kind d-none d-md-table-cell'>Economic Problem</td>
<td class='column-date d-none d-md-table-cell'>2001</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Hollinger/g7jac020.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Hollinger/g7jac020.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Hollinger/g7jac020.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>548</td>
<td class='column-name'><a href="/Hollinger/g7jac020sc">g7jac020sc</a></td>
<td class='column-group'><a href="/Hollinger">Hollinger</a></td>
<td class='column-num_rows'>5,850</td>
<td class='column-num_cols'>5,850</td>
<td class='column-nonzeros'>42,568</td>
<td class='column-kind d-none d-md-table-cell'>Economic Problem</td>
<td class='column-date d-none d-md-table-cell'>2001</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Hollinger/g7jac020sc.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Hollinger/g7jac020sc.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Hollinger/g7jac020sc.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>549</td>
<td class='column-name'><a href="/Hollinger/g7jac040">g7jac040</a></td>
<td class='column-group'><a href="/Hollinger">Hollinger</a></td>
<td class='column-num_rows'>11,790</td>
<td class='column-num_cols'>11,790</td>
<td class='column-nonzeros'>107,383</td>
<td class='column-kind d-none d-md-table-cell'>Economic Problem</td>
<td class='column-date d-none d-md-table-cell'>2001</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Hollinger/g7jac040.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Hollinger/g7jac040.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Hollinger/g7jac040.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>550</td>
<td class='column-name'><a href="/Hollinger/g7jac040sc">g7jac040sc</a></td>
<td class='column-group'><a href="/Hollinger">Hollinger</a></td>
<td class='column-num_rows'>11,790</td>
<td class='column-num_cols'>11,790</td>
<td class='column-nonzeros'>107,383</td>
<td class='column-kind d-none d-md-table-cell'>Economic Problem</td>
<td class='column-date d-none d-md-table-cell'>2001</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Hollinger/g7jac040sc.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Hollinger/g7jac040sc.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Hollinger/g7jac040sc.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>551</td>
<td class='column-name'><a href="/Hollinger/g7jac050sc">g7jac050sc</a></td>
<td class='column-group'><a href="/Hollinger">Hollinger</a></td>
<td class='column-num_rows'>14,760</td>
<td class='column-num_cols'>14,760</td>
<td class='column-nonzeros'>145,157</td>
<td class='column-kind d-none d-md-table-cell'>Economic Problem</td>
<td class='column-date d-none d-md-table-cell'>2001</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Hollinger/g7jac050sc.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Hollinger/g7jac050sc.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Hollinger/g7jac050sc.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>552</td>
<td class='column-name'><a href="/Hollinger/g7jac060">g7jac060</a></td>
<td class='column-group'><a href="/Hollinger">Hollinger</a></td>
<td class='column-num_rows'>17,730</td>
<td class='column-num_cols'>17,730</td>
<td class='column-nonzeros'>183,325</td>
<td class='column-kind d-none d-md-table-cell'>Economic Problem</td>
<td class='column-date d-none d-md-table-cell'>2001</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Hollinger/g7jac060.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Hollinger/g7jac060.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Hollinger/g7jac060.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>553</td>
<td class='column-name'><a href="/Hollinger/g7jac060sc">g7jac060sc</a></td>
<td class='column-group'><a href="/Hollinger">Hollinger</a></td>
<td class='column-num_rows'>17,730</td>
<td class='column-num_cols'>17,730</td>
<td class='column-nonzeros'>183,325</td>
<td class='column-kind d-none d-md-table-cell'>Economic Problem</td>
<td class='column-date d-none d-md-table-cell'>2001</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Hollinger/g7jac060sc.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Hollinger/g7jac060sc.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Hollinger/g7jac060sc.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>554</td>
<td class='column-name'><a href="/Hollinger/g7jac080">g7jac080</a></td>
<td class='column-group'><a href="/Hollinger">Hollinger</a></td>
<td class='column-num_rows'>23,670</td>
<td class='column-num_cols'>23,670</td>
<td class='column-nonzeros'>259,648</td>
<td class='column-kind d-none d-md-table-cell'>Economic Problem</td>
<td class='column-date d-none d-md-table-cell'>2001</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Hollinger/g7jac080.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Hollinger/g7jac080.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Hollinger/g7jac080.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>555</td>
<td class='column-name'><a href="/Hollinger/g7jac080sc">g7jac080sc</a></td>
<td class='column-group'><a href="/Hollinger">Hollinger</a></td>
<td class='column-num_rows'>23,670</td>
<td class='column-num_cols'>23,670</td>
<td class='column-nonzeros'>259,648</td>
<td class='column-kind d-none d-md-table-cell'>Economic Problem</td>
<td class='column-date d-none d-md-table-cell'>2001</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Hollinger/g7jac080sc.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Hollinger/g7jac080sc.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Hollinger/g7jac080sc.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>556</td>
<td class='column-name'><a href="/Hollinger/g7jac100">g7jac100</a></td>
<td class='column-group'><a href="/Hollinger">Hollinger</a></td>
<td class='column-num_rows'>29,610</td>
<td class='column-num_cols'>29,610</td>
<td class='column-nonzeros'>335,972</td>
<td class='column-kind d-none d-md-table-cell'>Economic Problem</td>
<td class='column-date d-none d-md-table-cell'>2001</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Hollinger/g7jac100.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Hollinger/g7jac100.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Hollinger/g7jac100.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>557</td>
<td class='column-name'><a href="/Hollinger/g7jac100sc">g7jac100sc</a></td>
<td class='column-group'><a href="/Hollinger">Hollinger</a></td>
<td class='column-num_rows'>29,610</td>
<td class='column-num_cols'>29,610</td>
<td class='column-nonzeros'>335,972</td>
<td class='column-kind d-none d-md-table-cell'>Economic Problem</td>
<td class='column-date d-none d-md-table-cell'>2001</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Hollinger/g7jac100sc.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Hollinger/g7jac100sc.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Hollinger/g7jac100sc.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>558</td>
<td class='column-name'><a href="/Hollinger/g7jac120">g7jac120</a></td>
<td class='column-group'><a href="/Hollinger">Hollinger</a></td>
<td class='column-num_rows'>35,550</td>
<td class='column-num_cols'>35,550</td>
<td class='column-nonzeros'>412,306</td>
<td class='column-kind d-none d-md-table-cell'>Economic Problem</td>
<td class='column-date d-none d-md-table-cell'>2001</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Hollinger/g7jac120.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Hollinger/g7jac120.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Hollinger/g7jac120.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>559</td>
<td class='column-name'><a href="/Hollinger/g7jac120sc">g7jac120sc</a></td>
<td class='column-group'><a href="/Hollinger">Hollinger</a></td>
<td class='column-num_rows'>35,550</td>
<td class='column-num_cols'>35,550</td>
<td class='column-nonzeros'>412,306</td>
<td class='column-kind d-none d-md-table-cell'>Economic Problem</td>
<td class='column-date d-none d-md-table-cell'>2001</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Hollinger/g7jac120sc.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Hollinger/g7jac120sc.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Hollinger/g7jac120sc.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>560</td>
<td class='column-name'><a href="/Hollinger/g7jac140">g7jac140</a></td>
<td class='column-group'><a href="/Hollinger">Hollinger</a></td>
<td class='column-num_rows'>41,490</td>
<td class='column-num_cols'>41,490</td>
<td class='column-nonzeros'>488,633</td>
<td class='column-kind d-none d-md-table-cell'>Economic Problem</td>
<td class='column-date d-none d-md-table-cell'>2001</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Hollinger/g7jac140.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Hollinger/g7jac140.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Hollinger/g7jac140.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>561</td>
<td class='column-name'><a href="/Hollinger/g7jac140sc">g7jac140sc</a></td>
<td class='column-group'><a href="/Hollinger">Hollinger</a></td>
<td class='column-num_rows'>41,490</td>
<td class='column-num_cols'>41,490</td>
<td class='column-nonzeros'>488,633</td>
<td class='column-kind d-none d-md-table-cell'>Economic Problem</td>
<td class='column-date d-none d-md-table-cell'>2001</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Hollinger/g7jac140sc.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Hollinger/g7jac140sc.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Hollinger/g7jac140sc.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>562</td>
<td class='column-name'><a href="/Hollinger/g7jac160">g7jac160</a></td>
<td class='column-group'><a href="/Hollinger">Hollinger</a></td>
<td class='column-num_rows'>47,430</td>
<td class='column-num_cols'>47,430</td>
<td class='column-nonzeros'>564,952</td>
<td class='column-kind d-none d-md-table-cell'>Economic Problem</td>
<td class='column-date d-none d-md-table-cell'>2001</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Hollinger/g7jac160.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Hollinger/g7jac160.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Hollinger/g7jac160.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>563</td>
<td class='column-name'><a href="/Hollinger/g7jac160sc">g7jac160sc</a></td>
<td class='column-group'><a href="/Hollinger">Hollinger</a></td>
<td class='column-num_rows'>47,430</td>
<td class='column-num_cols'>47,430</td>
<td class='column-nonzeros'>564,952</td>
<td class='column-kind d-none d-md-table-cell'>Economic Problem</td>
<td class='column-date d-none d-md-table-cell'>2001</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Hollinger/g7jac160sc.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Hollinger/g7jac160sc.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Hollinger/g7jac160sc.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>564</td>
<td class='column-name'><a href="/Hollinger/g7jac180">g7jac180</a></td>
<td class='column-group'><a href="/Hollinger">Hollinger</a></td>
<td class='column-num_rows'>53,370</td>
<td class='column-num_cols'>53,370</td>
<td class='column-nonzeros'>641,290</td>
<td class='column-kind d-none d-md-table-cell'>Economic Problem</td>
<td class='column-date d-none d-md-table-cell'>2001</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Hollinger/g7jac180.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Hollinger/g7jac180.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Hollinger/g7jac180.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>565</td>
<td class='column-name'><a href="/Hollinger/g7jac180sc">g7jac180sc</a></td>
<td class='column-group'><a href="/Hollinger">Hollinger</a></td>
<td class='column-num_rows'>53,370</td>
<td class='column-num_cols'>53,370</td>
<td class='column-nonzeros'>641,290</td>
<td class='column-kind d-none d-md-table-cell'>Economic Problem</td>
<td class='column-date d-none d-md-table-cell'>2001</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Hollinger/g7jac180sc.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Hollinger/g7jac180sc.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Hollinger/g7jac180sc.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>566</td>
<td class='column-name'><a href="/Hollinger/g7jac200">g7jac200</a></td>
<td class='column-group'><a href="/Hollinger">Hollinger</a></td>
<td class='column-num_rows'>59,310</td>
<td class='column-num_cols'>59,310</td>
<td class='column-nonzeros'>717,620</td>
<td class='column-kind d-none d-md-table-cell'>Economic Problem</td>
<td class='column-date d-none d-md-table-cell'>2001</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Hollinger/g7jac200.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Hollinger/g7jac200.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Hollinger/g7jac200.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>567</td>
<td class='column-name'><a href="/Hollinger/g7jac200sc">g7jac200sc</a></td>
<td class='column-group'><a href="/Hollinger">Hollinger</a></td>
<td class='column-num_rows'>59,310</td>
<td class='column-num_cols'>59,310</td>
<td class='column-nonzeros'>717,620</td>
<td class='column-kind d-none d-md-table-cell'>Economic Problem</td>
<td class='column-date d-none d-md-table-cell'>2001</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Hollinger/g7jac200sc.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Hollinger/g7jac200sc.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Hollinger/g7jac200sc.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>568</td>
<td class='column-name'><a href="/Hollinger/jan99jac020">jan99jac020</a></td>
<td class='column-group'><a href="/Hollinger">Hollinger</a></td>
<td class='column-num_rows'>6,774</td>
<td class='column-num_cols'>6,774</td>
<td class='column-nonzeros'>33,744</td>
<td class='column-kind d-none d-md-table-cell'>Economic Problem</td>
<td class='column-date d-none d-md-table-cell'>2001</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Hollinger/jan99jac020.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Hollinger/jan99jac020.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Hollinger/jan99jac020.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>569</td>
<td class='column-name'><a href="/Hollinger/jan99jac020sc">jan99jac020sc</a></td>
<td class='column-group'><a href="/Hollinger">Hollinger</a></td>
<td class='column-num_rows'>6,774</td>
<td class='column-num_cols'>6,774</td>
<td class='column-nonzeros'>33,744</td>
<td class='column-kind d-none d-md-table-cell'>Economic Problem</td>
<td class='column-date d-none d-md-table-cell'>2001</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Hollinger/jan99jac020sc.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Hollinger/jan99jac020sc.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Hollinger/jan99jac020sc.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>570</td>
<td class='column-name'><a href="/Hollinger/jan99jac040">jan99jac040</a></td>
<td class='column-group'><a href="/Hollinger">Hollinger</a></td>
<td class='column-num_rows'>13,694</td>
<td class='column-num_cols'>13,694</td>
<td class='column-nonzeros'>72,734</td>
<td class='column-kind d-none d-md-table-cell'>Economic Problem</td>
<td class='column-date d-none d-md-table-cell'>2001</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Hollinger/jan99jac040.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Hollinger/jan99jac040.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Hollinger/jan99jac040.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>571</td>
<td class='column-name'><a href="/Hollinger/jan99jac040sc">jan99jac040sc</a></td>
<td class='column-group'><a href="/Hollinger">Hollinger</a></td>
<td class='column-num_rows'>13,694</td>
<td class='column-num_cols'>13,694</td>
<td class='column-nonzeros'>72,734</td>
<td class='column-kind d-none d-md-table-cell'>Economic Problem</td>
<td class='column-date d-none d-md-table-cell'>2001</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Hollinger/jan99jac040sc.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Hollinger/jan99jac040sc.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Hollinger/jan99jac040sc.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>572</td>
<td class='column-name'><a href="/Hollinger/jan99jac060">jan99jac060</a></td>
<td class='column-group'><a href="/Hollinger">Hollinger</a></td>
<td class='column-num_rows'>20,614</td>
<td class='column-num_cols'>20,614</td>
<td class='column-nonzeros'>111,903</td>
<td class='column-kind d-none d-md-table-cell'>Economic Problem</td>
<td class='column-date d-none d-md-table-cell'>2001</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Hollinger/jan99jac060.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Hollinger/jan99jac060.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Hollinger/jan99jac060.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>573</td>
<td class='column-name'><a href="/Hollinger/jan99jac060sc">jan99jac060sc</a></td>
<td class='column-group'><a href="/Hollinger">Hollinger</a></td>
<td class='column-num_rows'>20,614</td>
<td class='column-num_cols'>20,614</td>
<td class='column-nonzeros'>111,903</td>
<td class='column-kind d-none d-md-table-cell'>Economic Problem</td>
<td class='column-date d-none d-md-table-cell'>2001</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Hollinger/jan99jac060sc.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Hollinger/jan99jac060sc.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Hollinger/jan99jac060sc.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>574</td>
<td class='column-name'><a href="/Hollinger/jan99jac080">jan99jac080</a></td>
<td class='column-group'><a href="/Hollinger">Hollinger</a></td>
<td class='column-num_rows'>27,534</td>
<td class='column-num_cols'>27,534</td>
<td class='column-nonzeros'>151,063</td>
<td class='column-kind d-none d-md-table-cell'>Economic Problem</td>
<td class='column-date d-none d-md-table-cell'>2001</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Hollinger/jan99jac080.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Hollinger/jan99jac080.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Hollinger/jan99jac080.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>575</td>
<td class='column-name'><a href="/Hollinger/jan99jac080sc">jan99jac080sc</a></td>
<td class='column-group'><a href="/Hollinger">Hollinger</a></td>
<td class='column-num_rows'>27,534</td>
<td class='column-num_cols'>27,534</td>
<td class='column-nonzeros'>151,063</td>
<td class='column-kind d-none d-md-table-cell'>Economic Problem</td>
<td class='column-date d-none d-md-table-cell'>2001</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Hollinger/jan99jac080sc.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Hollinger/jan99jac080sc.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Hollinger/jan99jac080sc.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>576</td>
<td class='column-name'><a href="/Hollinger/jan99jac100">jan99jac100</a></td>
<td class='column-group'><a href="/Hollinger">Hollinger</a></td>
<td class='column-num_rows'>34,454</td>
<td class='column-num_cols'>34,454</td>
<td class='column-nonzeros'>190,224</td>
<td class='column-kind d-none d-md-table-cell'>Economic Problem</td>
<td class='column-date d-none d-md-table-cell'>2001</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Hollinger/jan99jac100.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Hollinger/jan99jac100.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Hollinger/jan99jac100.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>577</td>
<td class='column-name'><a href="/Hollinger/jan99jac100sc">jan99jac100sc</a></td>
<td class='column-group'><a href="/Hollinger">Hollinger</a></td>
<td class='column-num_rows'>34,454</td>
<td class='column-num_cols'>34,454</td>
<td class='column-nonzeros'>190,224</td>
<td class='column-kind d-none d-md-table-cell'>Economic Problem</td>
<td class='column-date d-none d-md-table-cell'>2001</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Hollinger/jan99jac100sc.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Hollinger/jan99jac100sc.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Hollinger/jan99jac100sc.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>578</td>
<td class='column-name'><a href="/Hollinger/jan99jac120">jan99jac120</a></td>
<td class='column-group'><a href="/Hollinger">Hollinger</a></td>
<td class='column-num_rows'>41,374</td>
<td class='column-num_cols'>41,374</td>
<td class='column-nonzeros'>229,385</td>
<td class='column-kind d-none d-md-table-cell'>Economic Problem</td>
<td class='column-date d-none d-md-table-cell'>2001</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Hollinger/jan99jac120.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Hollinger/jan99jac120.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Hollinger/jan99jac120.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>579</td>
<td class='column-name'><a href="/Hollinger/jan99jac120sc">jan99jac120sc</a></td>
<td class='column-group'><a href="/Hollinger">Hollinger</a></td>
<td class='column-num_rows'>41,374</td>
<td class='column-num_cols'>41,374</td>
<td class='column-nonzeros'>229,385</td>
<td class='column-kind d-none d-md-table-cell'>Economic Problem</td>
<td class='column-date d-none d-md-table-cell'>2001</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Hollinger/jan99jac120sc.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Hollinger/jan99jac120sc.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Hollinger/jan99jac120sc.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>580</td>
<td class='column-name'><a href="/Hollinger/mark3jac020">mark3jac020</a></td>
<td class='column-group'><a href="/Hollinger">Hollinger</a></td>
<td class='column-num_rows'>9,129</td>
<td class='column-num_cols'>9,129</td>
<td class='column-nonzeros'>52,883</td>
<td class='column-kind d-none d-md-table-cell'>Economic Problem</td>
<td class='column-date d-none d-md-table-cell'>2001</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Hollinger/mark3jac020.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Hollinger/mark3jac020.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Hollinger/mark3jac020.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>581</td>
<td class='column-name'><a href="/Hollinger/mark3jac020sc">mark3jac020sc</a></td>
<td class='column-group'><a href="/Hollinger">Hollinger</a></td>
<td class='column-num_rows'>9,129</td>
<td class='column-num_cols'>9,129</td>
<td class='column-nonzeros'>52,883</td>
<td class='column-kind d-none d-md-table-cell'>Economic Problem</td>
<td class='column-date d-none d-md-table-cell'>2001</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Hollinger/mark3jac020sc.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Hollinger/mark3jac020sc.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Hollinger/mark3jac020sc.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>582</td>
<td class='column-name'><a href="/Hollinger/mark3jac040">mark3jac040</a></td>
<td class='column-group'><a href="/Hollinger">Hollinger</a></td>
<td class='column-num_rows'>18,289</td>
<td class='column-num_cols'>18,289</td>
<td class='column-nonzeros'>106,803</td>
<td class='column-kind d-none d-md-table-cell'>Economic Problem</td>
<td class='column-date d-none d-md-table-cell'>2001</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Hollinger/mark3jac040.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Hollinger/mark3jac040.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Hollinger/mark3jac040.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>583</td>
<td class='column-name'><a href="/Hollinger/mark3jac040sc">mark3jac040sc</a></td>
<td class='column-group'><a href="/Hollinger">Hollinger</a></td>
<td class='column-num_rows'>18,289</td>
<td class='column-num_cols'>18,289</td>
<td class='column-nonzeros'>106,803</td>
<td class='column-kind d-none d-md-table-cell'>Economic Problem</td>
<td class='column-date d-none d-md-table-cell'>2001</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Hollinger/mark3jac040sc.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Hollinger/mark3jac040sc.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Hollinger/mark3jac040sc.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>584</td>
<td class='column-name'><a href="/Hollinger/mark3jac060">mark3jac060</a></td>
<td class='column-group'><a href="/Hollinger">Hollinger</a></td>
<td class='column-num_rows'>27,449</td>
<td class='column-num_cols'>27,449</td>
<td class='column-nonzeros'>160,723</td>
<td class='column-kind d-none d-md-table-cell'>Economic Problem</td>
<td class='column-date d-none d-md-table-cell'>2001</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Hollinger/mark3jac060.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Hollinger/mark3jac060.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Hollinger/mark3jac060.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>585</td>
<td class='column-name'><a href="/Hollinger/mark3jac060sc">mark3jac060sc</a></td>
<td class='column-group'><a href="/Hollinger">Hollinger</a></td>
<td class='column-num_rows'>27,449</td>
<td class='column-num_cols'>27,449</td>
<td class='column-nonzeros'>160,723</td>
<td class='column-kind d-none d-md-table-cell'>Economic Problem</td>
<td class='column-date d-none d-md-table-cell'>2001</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Hollinger/mark3jac060sc.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Hollinger/mark3jac060sc.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Hollinger/mark3jac060sc.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>586</td>
<td class='column-name'><a href="/Hollinger/mark3jac080">mark3jac080</a></td>
<td class='column-group'><a href="/Hollinger">Hollinger</a></td>
<td class='column-num_rows'>36,609</td>
<td class='column-num_cols'>36,609</td>
<td class='column-nonzeros'>214,643</td>
<td class='column-kind d-none d-md-table-cell'>Economic Problem</td>
<td class='column-date d-none d-md-table-cell'>2001</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Hollinger/mark3jac080.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Hollinger/mark3jac080.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Hollinger/mark3jac080.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>587</td>
<td class='column-name'><a href="/Hollinger/mark3jac080sc">mark3jac080sc</a></td>
<td class='column-group'><a href="/Hollinger">Hollinger</a></td>
<td class='column-num_rows'>36,609</td>
<td class='column-num_cols'>36,609</td>
<td class='column-nonzeros'>214,643</td>
<td class='column-kind d-none d-md-table-cell'>Economic Problem</td>
<td class='column-date d-none d-md-table-cell'>2001</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Hollinger/mark3jac080sc.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Hollinger/mark3jac080sc.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Hollinger/mark3jac080sc.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>588</td>
<td class='column-name'><a href="/Hollinger/mark3jac100">mark3jac100</a></td>
<td class='column-group'><a href="/Hollinger">Hollinger</a></td>
<td class='column-num_rows'>45,769</td>
<td class='column-num_cols'>45,769</td>
<td class='column-nonzeros'>268,563</td>
<td class='column-kind d-none d-md-table-cell'>Economic Problem</td>
<td class='column-date d-none d-md-table-cell'>2001</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Hollinger/mark3jac100.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Hollinger/mark3jac100.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Hollinger/mark3jac100.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>589</td>
<td class='column-name'><a href="/Hollinger/mark3jac100sc">mark3jac100sc</a></td>
<td class='column-group'><a href="/Hollinger">Hollinger</a></td>
<td class='column-num_rows'>45,769</td>
<td class='column-num_cols'>45,769</td>
<td class='column-nonzeros'>268,563</td>
<td class='column-kind d-none d-md-table-cell'>Economic Problem</td>
<td class='column-date d-none d-md-table-cell'>2001</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Hollinger/mark3jac100sc.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Hollinger/mark3jac100sc.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Hollinger/mark3jac100sc.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>590</td>
<td class='column-name'><a href="/Hollinger/mark3jac120">mark3jac120</a></td>
<td class='column-group'><a href="/Hollinger">Hollinger</a></td>
<td class='column-num_rows'>54,929</td>
<td class='column-num_cols'>54,929</td>
<td class='column-nonzeros'>322,483</td>
<td class='column-kind d-none d-md-table-cell'>Economic Problem</td>
<td class='column-date d-none d-md-table-cell'>2001</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Hollinger/mark3jac120.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Hollinger/mark3jac120.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Hollinger/mark3jac120.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>591</td>
<td class='column-name'><a href="/Hollinger/mark3jac120sc">mark3jac120sc</a></td>
<td class='column-group'><a href="/Hollinger">Hollinger</a></td>
<td class='column-num_rows'>54,929</td>
<td class='column-num_cols'>54,929</td>
<td class='column-nonzeros'>322,483</td>
<td class='column-kind d-none d-md-table-cell'>Economic Problem</td>
<td class='column-date d-none d-md-table-cell'>2001</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Hollinger/mark3jac120sc.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Hollinger/mark3jac120sc.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Hollinger/mark3jac120sc.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>592</td>
<td class='column-name'><a href="/Hollinger/mark3jac140">mark3jac140</a></td>
<td class='column-group'><a href="/Hollinger">Hollinger</a></td>
<td class='column-num_rows'>64,089</td>
<td class='column-num_cols'>64,089</td>
<td class='column-nonzeros'>376,395</td>
<td class='column-kind d-none d-md-table-cell'>Economic Problem</td>
<td class='column-date d-none d-md-table-cell'>2001</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Hollinger/mark3jac140.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Hollinger/mark3jac140.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Hollinger/mark3jac140.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>593</td>
<td class='column-name'><a href="/Hollinger/mark3jac140sc">mark3jac140sc</a></td>
<td class='column-group'><a href="/Hollinger">Hollinger</a></td>
<td class='column-num_rows'>64,089</td>
<td class='column-num_cols'>64,089</td>
<td class='column-nonzeros'>376,395</td>
<td class='column-kind d-none d-md-table-cell'>Economic Problem</td>
<td class='column-date d-none d-md-table-cell'>2001</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Hollinger/mark3jac140sc.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Hollinger/mark3jac140sc.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Hollinger/mark3jac140sc.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>594</td>
<td class='column-name'><a href="/LPnetlib/lp_25fv47">lp_25fv47</a></td>
<td class='column-group'><a href="/LPnetlib">LPnetlib</a></td>
<td class='column-num_rows'>821</td>
<td class='column-num_cols'>1,876</td>
<td class='column-nonzeros'>10,705</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'>1978</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/LPnetlib/lp_25fv47.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/LPnetlib/lp_25fv47.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/LPnetlib/lp_25fv47.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>595</td>
<td class='column-name'><a href="/LPnetlib/lp_80bau3b">lp_80bau3b</a></td>
<td class='column-group'><a href="/LPnetlib">LPnetlib</a></td>
<td class='column-num_rows'>2,262</td>
<td class='column-num_cols'>12,061</td>
<td class='column-nonzeros'>23,264</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'></td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/LPnetlib/lp_80bau3b.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/LPnetlib/lp_80bau3b.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/LPnetlib/lp_80bau3b.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>596</td>
<td class='column-name'><a href="/LPnetlib/lp_adlittle">lp_adlittle</a></td>
<td class='column-group'><a href="/LPnetlib">LPnetlib</a></td>
<td class='column-num_rows'>56</td>
<td class='column-num_cols'>138</td>
<td class='column-nonzeros'>424</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'></td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/LPnetlib/lp_adlittle.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/LPnetlib/lp_adlittle.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/LPnetlib/lp_adlittle.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>597</td>
<td class='column-name'><a href="/LPnetlib/lp_afiro">lp_afiro</a></td>
<td class='column-group'><a href="/LPnetlib">LPnetlib</a></td>
<td class='column-num_rows'>27</td>
<td class='column-num_cols'>51</td>
<td class='column-nonzeros'>102</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'></td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/LPnetlib/lp_afiro.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/LPnetlib/lp_afiro.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/LPnetlib/lp_afiro.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>598</td>
<td class='column-name'><a href="/LPnetlib/lp_agg">lp_agg</a></td>
<td class='column-group'><a href="/LPnetlib">LPnetlib</a></td>
<td class='column-num_rows'>488</td>
<td class='column-num_cols'>615</td>
<td class='column-nonzeros'>2,862</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'>1988</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/LPnetlib/lp_agg.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/LPnetlib/lp_agg.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/LPnetlib/lp_agg.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>599</td>
<td class='column-name'><a href="/LPnetlib/lp_agg2">lp_agg2</a></td>
<td class='column-group'><a href="/LPnetlib">LPnetlib</a></td>
<td class='column-num_rows'>516</td>
<td class='column-num_cols'>758</td>
<td class='column-nonzeros'>4,740</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'>1988</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/LPnetlib/lp_agg2.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/LPnetlib/lp_agg2.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/LPnetlib/lp_agg2.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>600</td>
<td class='column-name'><a href="/LPnetlib/lp_agg3">lp_agg3</a></td>
<td class='column-group'><a href="/LPnetlib">LPnetlib</a></td>
<td class='column-num_rows'>516</td>
<td class='column-num_cols'>758</td>
<td class='column-nonzeros'>4,756</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'>1988</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/LPnetlib/lp_agg3.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/LPnetlib/lp_agg3.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/LPnetlib/lp_agg3.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>601</td>
<td class='column-name'><a href="/LPnetlib/lp_bandm">lp_bandm</a></td>
<td class='column-group'><a href="/LPnetlib">LPnetlib</a></td>
<td class='column-num_rows'>305</td>
<td class='column-num_cols'>472</td>
<td class='column-nonzeros'>2,494</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'></td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/LPnetlib/lp_bandm.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/LPnetlib/lp_bandm.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/LPnetlib/lp_bandm.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>602</td>
<td class='column-name'><a href="/LPnetlib/lp_beaconfd">lp_beaconfd</a></td>
<td class='column-group'><a href="/LPnetlib">LPnetlib</a></td>
<td class='column-num_rows'>173</td>
<td class='column-num_cols'>295</td>
<td class='column-nonzeros'>3,408</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'></td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/LPnetlib/lp_beaconfd.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/LPnetlib/lp_beaconfd.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/LPnetlib/lp_beaconfd.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>603</td>
<td class='column-name'><a href="/LPnetlib/lp_blend">lp_blend</a></td>
<td class='column-group'><a href="/LPnetlib">LPnetlib</a></td>
<td class='column-num_rows'>74</td>
<td class='column-num_cols'>114</td>
<td class='column-nonzeros'>522</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'>1989</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/LPnetlib/lp_blend.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/LPnetlib/lp_blend.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/LPnetlib/lp_blend.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>604</td>
<td class='column-name'><a href="/LPnetlib/lp_bnl1">lp_bnl1</a></td>
<td class='column-group'><a href="/LPnetlib">LPnetlib</a></td>
<td class='column-num_rows'>643</td>
<td class='column-num_cols'>1,586</td>
<td class='column-nonzeros'>5,532</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'>1989</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/LPnetlib/lp_bnl1.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/LPnetlib/lp_bnl1.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/LPnetlib/lp_bnl1.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>605</td>
<td class='column-name'><a href="/LPnetlib/lp_bnl2">lp_bnl2</a></td>
<td class='column-group'><a href="/LPnetlib">LPnetlib</a></td>
<td class='column-num_rows'>2,324</td>
<td class='column-num_cols'>4,486</td>
<td class='column-nonzeros'>14,996</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'>1989</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/LPnetlib/lp_bnl2.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/LPnetlib/lp_bnl2.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/LPnetlib/lp_bnl2.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>606</td>
<td class='column-name'><a href="/LPnetlib/lp_bore3d">lp_bore3d</a></td>
<td class='column-group'><a href="/LPnetlib">LPnetlib</a></td>
<td class='column-num_rows'>233</td>
<td class='column-num_cols'>334</td>
<td class='column-nonzeros'>1,448</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'></td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/LPnetlib/lp_bore3d.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/LPnetlib/lp_bore3d.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/LPnetlib/lp_bore3d.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>607</td>
<td class='column-name'><a href="/LPnetlib/lp_brandy">lp_brandy</a></td>
<td class='column-group'><a href="/LPnetlib">LPnetlib</a></td>
<td class='column-num_rows'>220</td>
<td class='column-num_cols'>303</td>
<td class='column-nonzeros'>2,202</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'></td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/LPnetlib/lp_brandy.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/LPnetlib/lp_brandy.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/LPnetlib/lp_brandy.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>608</td>
<td class='column-name'><a href="/LPnetlib/lp_capri">lp_capri</a></td>
<td class='column-group'><a href="/LPnetlib">LPnetlib</a></td>
<td class='column-num_rows'>271</td>
<td class='column-num_cols'>482</td>
<td class='column-nonzeros'>1,896</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'></td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/LPnetlib/lp_capri.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/LPnetlib/lp_capri.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/LPnetlib/lp_capri.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>609</td>
<td class='column-name'><a href="/LPnetlib/lp_cre_a">lp_cre_a</a></td>
<td class='column-group'><a href="/LPnetlib">LPnetlib</a></td>
<td class='column-num_rows'>3,516</td>
<td class='column-num_cols'>7,248</td>
<td class='column-nonzeros'>18,168</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'>1990</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/LPnetlib/lp_cre_a.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/LPnetlib/lp_cre_a.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/LPnetlib/lp_cre_a.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>610</td>
<td class='column-name'><a href="/LPnetlib/lp_cre_b">lp_cre_b</a></td>
<td class='column-group'><a href="/LPnetlib">LPnetlib</a></td>
<td class='column-num_rows'>9,648</td>
<td class='column-num_cols'>77,137</td>
<td class='column-nonzeros'>260,785</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'>1990</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/LPnetlib/lp_cre_b.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/LPnetlib/lp_cre_b.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/LPnetlib/lp_cre_b.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>611</td>
<td class='column-name'><a href="/LPnetlib/lp_cre_c">lp_cre_c</a></td>
<td class='column-group'><a href="/LPnetlib">LPnetlib</a></td>
<td class='column-num_rows'>3,068</td>
<td class='column-num_cols'>6,411</td>
<td class='column-nonzeros'>15,977</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'>1990</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/LPnetlib/lp_cre_c.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/LPnetlib/lp_cre_c.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/LPnetlib/lp_cre_c.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>612</td>
<td class='column-name'><a href="/LPnetlib/lp_cre_d">lp_cre_d</a></td>
<td class='column-group'><a href="/LPnetlib">LPnetlib</a></td>
<td class='column-num_rows'>8,926</td>
<td class='column-num_cols'>73,948</td>
<td class='column-nonzeros'>246,614</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'>1990</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/LPnetlib/lp_cre_d.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/LPnetlib/lp_cre_d.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/LPnetlib/lp_cre_d.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>613</td>
<td class='column-name'><a href="/LPnetlib/lp_cycle">lp_cycle</a></td>
<td class='column-group'><a href="/LPnetlib">LPnetlib</a></td>
<td class='column-num_rows'>1,903</td>
<td class='column-num_cols'>3,371</td>
<td class='column-nonzeros'>21,234</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'>1989</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/LPnetlib/lp_cycle.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/LPnetlib/lp_cycle.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/LPnetlib/lp_cycle.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>614</td>
<td class='column-name'><a href="/LPnetlib/lp_czprob">lp_czprob</a></td>
<td class='column-group'><a href="/LPnetlib">LPnetlib</a></td>
<td class='column-num_rows'>929</td>
<td class='column-num_cols'>3,562</td>
<td class='column-nonzeros'>10,708</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'></td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/LPnetlib/lp_czprob.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/LPnetlib/lp_czprob.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/LPnetlib/lp_czprob.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>615</td>
<td class='column-name'><a href="/LPnetlib/lp_d2q06c">lp_d2q06c</a></td>
<td class='column-group'><a href="/LPnetlib">LPnetlib</a></td>
<td class='column-num_rows'>2,171</td>
<td class='column-num_cols'>5,831</td>
<td class='column-nonzeros'>33,081</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'>1989</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/LPnetlib/lp_d2q06c.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/LPnetlib/lp_d2q06c.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/LPnetlib/lp_d2q06c.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>619</td>
<td class='column-name'><a href="/LPnetlib/lp_dfl001">lp_dfl001</a></td>
<td class='column-group'><a href="/LPnetlib">LPnetlib</a></td>
<td class='column-num_rows'>6,071</td>
<td class='column-num_cols'>12,230</td>
<td class='column-nonzeros'>35,632</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'>1990</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/LPnetlib/lp_dfl001.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/LPnetlib/lp_dfl001.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/LPnetlib/lp_dfl001.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>620</td>
<td class='column-name'><a href="/LPnetlib/lp_e226">lp_e226</a></td>
<td class='column-group'><a href="/LPnetlib">LPnetlib</a></td>
<td class='column-num_rows'>223</td>
<td class='column-num_cols'>472</td>
<td class='column-nonzeros'>2,768</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'></td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/LPnetlib/lp_e226.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/LPnetlib/lp_e226.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/LPnetlib/lp_e226.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>621</td>
<td class='column-name'><a href="/LPnetlib/lp_etamacro">lp_etamacro</a></td>
<td class='column-group'><a href="/LPnetlib">LPnetlib</a></td>
<td class='column-num_rows'>400</td>
<td class='column-num_cols'>816</td>
<td class='column-nonzeros'>2,537</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'></td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/LPnetlib/lp_etamacro.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/LPnetlib/lp_etamacro.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/LPnetlib/lp_etamacro.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>622</td>
<td class='column-name'><a href="/LPnetlib/lp_fffff800">lp_fffff800</a></td>
<td class='column-group'><a href="/LPnetlib">LPnetlib</a></td>
<td class='column-num_rows'>524</td>
<td class='column-num_cols'>1,028</td>
<td class='column-nonzeros'>6,401</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'></td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/LPnetlib/lp_fffff800.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/LPnetlib/lp_fffff800.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/LPnetlib/lp_fffff800.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>623</td>
<td class='column-name'><a href="/LPnetlib/lp_finnis">lp_finnis</a></td>
<td class='column-group'><a href="/LPnetlib">LPnetlib</a></td>
<td class='column-num_rows'>497</td>
<td class='column-num_cols'>1,064</td>
<td class='column-nonzeros'>2,760</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'>1989</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/LPnetlib/lp_finnis.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/LPnetlib/lp_finnis.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/LPnetlib/lp_finnis.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>624</td>
<td class='column-name'><a href="/LPnetlib/lp_fit1d">lp_fit1d</a></td>
<td class='column-group'><a href="/LPnetlib">LPnetlib</a></td>
<td class='column-num_rows'>24</td>
<td class='column-num_cols'>1,049</td>
<td class='column-nonzeros'>13,427</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'>1990</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/LPnetlib/lp_fit1d.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/LPnetlib/lp_fit1d.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/LPnetlib/lp_fit1d.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>625</td>
<td class='column-name'><a href="/LPnetlib/lp_fit1p">lp_fit1p</a></td>
<td class='column-group'><a href="/LPnetlib">LPnetlib</a></td>
<td class='column-num_rows'>627</td>
<td class='column-num_cols'>1,677</td>
<td class='column-nonzeros'>9,868</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'>1990</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/LPnetlib/lp_fit1p.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/LPnetlib/lp_fit1p.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/LPnetlib/lp_fit1p.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>626</td>
<td class='column-name'><a href="/LPnetlib/lp_fit2d">lp_fit2d</a></td>
<td class='column-group'><a href="/LPnetlib">LPnetlib</a></td>
<td class='column-num_rows'>25</td>
<td class='column-num_cols'>10,524</td>
<td class='column-nonzeros'>129,042</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'>1990</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/LPnetlib/lp_fit2d.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/LPnetlib/lp_fit2d.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/LPnetlib/lp_fit2d.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>627</td>
<td class='column-name'><a href="/LPnetlib/lp_fit2p">lp_fit2p</a></td>
<td class='column-group'><a href="/LPnetlib">LPnetlib</a></td>
<td class='column-num_rows'>3,000</td>
<td class='column-num_cols'>13,525</td>
<td class='column-nonzeros'>50,284</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'>1990</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/LPnetlib/lp_fit2p.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/LPnetlib/lp_fit2p.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/LPnetlib/lp_fit2p.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>628</td>
<td class='column-name'><a href="/LPnetlib/lp_ganges">lp_ganges</a></td>
<td class='column-group'><a href="/LPnetlib">LPnetlib</a></td>
<td class='column-num_rows'>1,309</td>
<td class='column-num_cols'>1,706</td>
<td class='column-nonzeros'>6,937</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'></td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/LPnetlib/lp_ganges.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/LPnetlib/lp_ganges.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/LPnetlib/lp_ganges.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>629</td>
<td class='column-name'><a href="/LPnetlib/lp_gfrd_pnc">lp_gfrd_pnc</a></td>
<td class='column-group'><a href="/LPnetlib">LPnetlib</a></td>
<td class='column-num_rows'>616</td>
<td class='column-num_cols'>1,160</td>
<td class='column-nonzeros'>2,445</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'></td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/LPnetlib/lp_gfrd_pnc.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/LPnetlib/lp_gfrd_pnc.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/LPnetlib/lp_gfrd_pnc.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>630</td>
<td class='column-name'><a href="/LPnetlib/lp_greenbea">lp_greenbea</a></td>
<td class='column-group'><a href="/LPnetlib">LPnetlib</a></td>
<td class='column-num_rows'>2,392</td>
<td class='column-num_cols'>5,598</td>
<td class='column-nonzeros'>31,070</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'>1984</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/LPnetlib/lp_greenbea.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/LPnetlib/lp_greenbea.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/LPnetlib/lp_greenbea.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>631</td>
<td class='column-name'><a href="/LPnetlib/lp_greenbeb">lp_greenbeb</a></td>
<td class='column-group'><a href="/LPnetlib">LPnetlib</a></td>
<td class='column-num_rows'>2,392</td>
<td class='column-num_cols'>5,598</td>
<td class='column-nonzeros'>31,070</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'>1984</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/LPnetlib/lp_greenbeb.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/LPnetlib/lp_greenbeb.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/LPnetlib/lp_greenbeb.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>632</td>
<td class='column-name'><a href="/LPnetlib/lp_grow15">lp_grow15</a></td>
<td class='column-group'><a href="/LPnetlib">LPnetlib</a></td>
<td class='column-num_rows'>300</td>
<td class='column-num_cols'>645</td>
<td class='column-nonzeros'>5,620</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'>1983</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/LPnetlib/lp_grow15.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/LPnetlib/lp_grow15.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/LPnetlib/lp_grow15.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>633</td>
<td class='column-name'><a href="/LPnetlib/lp_grow22">lp_grow22</a></td>
<td class='column-group'><a href="/LPnetlib">LPnetlib</a></td>
<td class='column-num_rows'>440</td>
<td class='column-num_cols'>946</td>
<td class='column-nonzeros'>8,252</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'>1983</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/LPnetlib/lp_grow22.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/LPnetlib/lp_grow22.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/LPnetlib/lp_grow22.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>634</td>
<td class='column-name'><a href="/LPnetlib/lp_grow7">lp_grow7</a></td>
<td class='column-group'><a href="/LPnetlib">LPnetlib</a></td>
<td class='column-num_rows'>140</td>
<td class='column-num_cols'>301</td>
<td class='column-nonzeros'>2,612</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'>1983</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/LPnetlib/lp_grow7.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/LPnetlib/lp_grow7.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/LPnetlib/lp_grow7.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>635</td>
<td class='column-name'><a href="/LPnetlib/lp_israel">lp_israel</a></td>
<td class='column-group'><a href="/LPnetlib">LPnetlib</a></td>
<td class='column-num_rows'>174</td>
<td class='column-num_cols'>316</td>
<td class='column-nonzeros'>2,443</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'></td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/LPnetlib/lp_israel.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/LPnetlib/lp_israel.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/LPnetlib/lp_israel.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>636</td>
<td class='column-name'><a href="/LPnetlib/lp_kb2">lp_kb2</a></td>
<td class='column-group'><a href="/LPnetlib">LPnetlib</a></td>
<td class='column-num_rows'>43</td>
<td class='column-num_cols'>68</td>
<td class='column-nonzeros'>313</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'>1989</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/LPnetlib/lp_kb2.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/LPnetlib/lp_kb2.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/LPnetlib/lp_kb2.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>641</td>
<td class='column-name'><a href="/LPnetlib/lp_lotfi">lp_lotfi</a></td>
<td class='column-group'><a href="/LPnetlib">LPnetlib</a></td>
<td class='column-num_rows'>153</td>
<td class='column-num_cols'>366</td>
<td class='column-nonzeros'>1,136</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'>1989</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/LPnetlib/lp_lotfi.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/LPnetlib/lp_lotfi.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/LPnetlib/lp_lotfi.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>642</td>
<td class='column-name'><a href="/LPnetlib/lp_maros">lp_maros</a></td>
<td class='column-group'><a href="/LPnetlib">LPnetlib</a></td>
<td class='column-num_rows'>846</td>
<td class='column-num_cols'>1,966</td>
<td class='column-nonzeros'>10,137</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'>1990</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/LPnetlib/lp_maros.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/LPnetlib/lp_maros.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/LPnetlib/lp_maros.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>643</td>
<td class='column-name'><a href="/LPnetlib/lp_maros_r7">lp_maros_r7</a></td>
<td class='column-group'><a href="/LPnetlib">LPnetlib</a></td>
<td class='column-num_rows'>3,136</td>
<td class='column-num_cols'>9,408</td>
<td class='column-nonzeros'>144,848</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'>1994</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/LPnetlib/lp_maros_r7.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/LPnetlib/lp_maros_r7.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/LPnetlib/lp_maros_r7.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>644</td>
<td class='column-name'><a href="/LPnetlib/lp_modszk1">lp_modszk1</a></td>
<td class='column-group'><a href="/LPnetlib">LPnetlib</a></td>
<td class='column-num_rows'>687</td>
<td class='column-num_cols'>1,620</td>
<td class='column-nonzeros'>3,168</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'>1994</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/LPnetlib/lp_modszk1.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/LPnetlib/lp_modszk1.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/LPnetlib/lp_modszk1.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>645</td>
<td class='column-name'><a href="/LPnetlib/lp_osa_07">lp_osa_07</a></td>
<td class='column-group'><a href="/LPnetlib">LPnetlib</a></td>
<td class='column-num_rows'>1,118</td>
<td class='column-num_cols'>25,067</td>
<td class='column-nonzeros'>144,812</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'>1990</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/LPnetlib/lp_osa_07.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/LPnetlib/lp_osa_07.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/LPnetlib/lp_osa_07.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>646</td>
<td class='column-name'><a href="/LPnetlib/lp_osa_14">lp_osa_14</a></td>
<td class='column-group'><a href="/LPnetlib">LPnetlib</a></td>
<td class='column-num_rows'>2,337</td>
<td class='column-num_cols'>54,797</td>
<td class='column-nonzeros'>317,097</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'>1990</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/LPnetlib/lp_osa_14.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/LPnetlib/lp_osa_14.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/LPnetlib/lp_osa_14.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>647</td>
<td class='column-name'><a href="/LPnetlib/lp_osa_30">lp_osa_30</a></td>
<td class='column-group'><a href="/LPnetlib">LPnetlib</a></td>
<td class='column-num_rows'>4,350</td>
<td class='column-num_cols'>104,374</td>
<td class='column-nonzeros'>604,488</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'>1990</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/LPnetlib/lp_osa_30.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/LPnetlib/lp_osa_30.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/LPnetlib/lp_osa_30.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>648</td>
<td class='column-name'><a href="/LPnetlib/lp_osa_60">lp_osa_60</a></td>
<td class='column-group'><a href="/LPnetlib">LPnetlib</a></td>
<td class='column-num_rows'>10,280</td>
<td class='column-num_cols'>243,246</td>
<td class='column-nonzeros'>1,408,073</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'>1990</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/LPnetlib/lp_osa_60.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/LPnetlib/lp_osa_60.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/LPnetlib/lp_osa_60.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>653</td>
<td class='column-name'><a href="/LPnetlib/lp_perold">lp_perold</a></td>
<td class='column-group'><a href="/LPnetlib">LPnetlib</a></td>
<td class='column-num_rows'>625</td>
<td class='column-num_cols'>1,506</td>
<td class='column-nonzeros'>6,148</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'>1989</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/LPnetlib/lp_perold.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/LPnetlib/lp_perold.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/LPnetlib/lp_perold.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>654</td>
<td class='column-name'><a href="/LPnetlib/lp_pilot">lp_pilot</a></td>
<td class='column-group'><a href="/LPnetlib">LPnetlib</a></td>
<td class='column-num_rows'>1,441</td>
<td class='column-num_cols'>4,860</td>
<td class='column-nonzeros'>44,375</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'>1989</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/LPnetlib/lp_pilot.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/LPnetlib/lp_pilot.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/LPnetlib/lp_pilot.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>655</td>
<td class='column-name'><a href="/LPnetlib/lp_pilot4">lp_pilot4</a></td>
<td class='column-group'><a href="/LPnetlib">LPnetlib</a></td>
<td class='column-num_rows'>410</td>
<td class='column-num_cols'>1,123</td>
<td class='column-nonzeros'>5,264</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'></td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/LPnetlib/lp_pilot4.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/LPnetlib/lp_pilot4.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/LPnetlib/lp_pilot4.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>656</td>
<td class='column-name'><a href="/LPnetlib/lp_pilot87">lp_pilot87</a></td>
<td class='column-group'><a href="/LPnetlib">LPnetlib</a></td>
<td class='column-num_rows'>2,030</td>
<td class='column-num_cols'>6,680</td>
<td class='column-nonzeros'>74,949</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'>1990</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/LPnetlib/lp_pilot87.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/LPnetlib/lp_pilot87.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/LPnetlib/lp_pilot87.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>657</td>
<td class='column-name'><a href="/LPnetlib/lp_pilot_ja">lp_pilot_ja</a></td>
<td class='column-group'><a href="/LPnetlib">LPnetlib</a></td>
<td class='column-num_rows'>940</td>
<td class='column-num_cols'>2,267</td>
<td class='column-nonzeros'>14,977</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'></td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/LPnetlib/lp_pilot_ja.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/LPnetlib/lp_pilot_ja.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/LPnetlib/lp_pilot_ja.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>658</td>
<td class='column-name'><a href="/LPnetlib/lp_pilot_we">lp_pilot_we</a></td>
<td class='column-group'><a href="/LPnetlib">LPnetlib</a></td>
<td class='column-num_rows'>722</td>
<td class='column-num_cols'>2,928</td>
<td class='column-nonzeros'>9,265</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'></td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/LPnetlib/lp_pilot_we.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/LPnetlib/lp_pilot_we.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/LPnetlib/lp_pilot_we.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>659</td>
<td class='column-name'><a href="/LPnetlib/lp_pilotnov">lp_pilotnov</a></td>
<td class='column-group'><a href="/LPnetlib">LPnetlib</a></td>
<td class='column-num_rows'>975</td>
<td class='column-num_cols'>2,446</td>
<td class='column-nonzeros'>13,331</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'>1989</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/LPnetlib/lp_pilotnov.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/LPnetlib/lp_pilotnov.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/LPnetlib/lp_pilotnov.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>663</td>
<td class='column-name'><a href="/LPnetlib/lp_recipe">lp_recipe</a></td>
<td class='column-group'><a href="/LPnetlib">LPnetlib</a></td>
<td class='column-num_rows'>91</td>
<td class='column-num_cols'>204</td>
<td class='column-nonzeros'>687</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'></td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/LPnetlib/lp_recipe.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/LPnetlib/lp_recipe.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/LPnetlib/lp_recipe.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>664</td>
<td class='column-name'><a href="/LPnetlib/lp_sc105">lp_sc105</a></td>
<td class='column-group'><a href="/LPnetlib">LPnetlib</a></td>
<td class='column-num_rows'>105</td>
<td class='column-num_cols'>163</td>
<td class='column-nonzeros'>340</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'>1989</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/LPnetlib/lp_sc105.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/LPnetlib/lp_sc105.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/LPnetlib/lp_sc105.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>665</td>
<td class='column-name'><a href="/LPnetlib/lp_sc205">lp_sc205</a></td>
<td class='column-group'><a href="/LPnetlib">LPnetlib</a></td>
<td class='column-num_rows'>205</td>
<td class='column-num_cols'>317</td>
<td class='column-nonzeros'>665</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'></td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/LPnetlib/lp_sc205.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/LPnetlib/lp_sc205.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/LPnetlib/lp_sc205.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>666</td>
<td class='column-name'><a href="/LPnetlib/lp_sc50a">lp_sc50a</a></td>
<td class='column-group'><a href="/LPnetlib">LPnetlib</a></td>
<td class='column-num_rows'>50</td>
<td class='column-num_cols'>78</td>
<td class='column-nonzeros'>160</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'>1989</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/LPnetlib/lp_sc50a.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/LPnetlib/lp_sc50a.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/LPnetlib/lp_sc50a.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>667</td>
<td class='column-name'><a href="/LPnetlib/lp_sc50b">lp_sc50b</a></td>
<td class='column-group'><a href="/LPnetlib">LPnetlib</a></td>
<td class='column-num_rows'>50</td>
<td class='column-num_cols'>78</td>
<td class='column-nonzeros'>148</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'>1989</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/LPnetlib/lp_sc50b.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/LPnetlib/lp_sc50b.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/LPnetlib/lp_sc50b.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>668</td>
<td class='column-name'><a href="/LPnetlib/lp_scagr25">lp_scagr25</a></td>
<td class='column-group'><a href="/LPnetlib">LPnetlib</a></td>
<td class='column-num_rows'>471</td>
<td class='column-num_cols'>671</td>
<td class='column-nonzeros'>1,725</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'>1981</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/LPnetlib/lp_scagr25.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/LPnetlib/lp_scagr25.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/LPnetlib/lp_scagr25.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>669</td>
<td class='column-name'><a href="/LPnetlib/lp_scagr7">lp_scagr7</a></td>
<td class='column-group'><a href="/LPnetlib">LPnetlib</a></td>
<td class='column-num_rows'>129</td>
<td class='column-num_cols'>185</td>
<td class='column-nonzeros'>465</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'>1981</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/LPnetlib/lp_scagr7.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/LPnetlib/lp_scagr7.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/LPnetlib/lp_scagr7.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>670</td>
<td class='column-name'><a href="/LPnetlib/lp_scfxm1">lp_scfxm1</a></td>
<td class='column-group'><a href="/LPnetlib">LPnetlib</a></td>
<td class='column-num_rows'>330</td>
<td class='column-num_cols'>600</td>
<td class='column-nonzeros'>2,732</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'>1981</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/LPnetlib/lp_scfxm1.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/LPnetlib/lp_scfxm1.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/LPnetlib/lp_scfxm1.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>671</td>
<td class='column-name'><a href="/LPnetlib/lp_scfxm2">lp_scfxm2</a></td>
<td class='column-group'><a href="/LPnetlib">LPnetlib</a></td>
<td class='column-num_rows'>660</td>
<td class='column-num_cols'>1,200</td>
<td class='column-nonzeros'>5,469</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'>1981</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/LPnetlib/lp_scfxm2.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/LPnetlib/lp_scfxm2.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/LPnetlib/lp_scfxm2.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>672</td>
<td class='column-name'><a href="/LPnetlib/lp_scfxm3">lp_scfxm3</a></td>
<td class='column-group'><a href="/LPnetlib">LPnetlib</a></td>
<td class='column-num_rows'>990</td>
<td class='column-num_cols'>1,800</td>
<td class='column-nonzeros'>8,206</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'>1981</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/LPnetlib/lp_scfxm3.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/LPnetlib/lp_scfxm3.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/LPnetlib/lp_scfxm3.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>673</td>
<td class='column-name'><a href="/LPnetlib/lp_scorpion">lp_scorpion</a></td>
<td class='column-group'><a href="/LPnetlib">LPnetlib</a></td>
<td class='column-num_rows'>388</td>
<td class='column-num_cols'>466</td>
<td class='column-nonzeros'>1,534</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'>1981</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/LPnetlib/lp_scorpion.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/LPnetlib/lp_scorpion.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/LPnetlib/lp_scorpion.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>674</td>
<td class='column-name'><a href="/LPnetlib/lp_scrs8">lp_scrs8</a></td>
<td class='column-group'><a href="/LPnetlib">LPnetlib</a></td>
<td class='column-num_rows'>490</td>
<td class='column-num_cols'>1,275</td>
<td class='column-nonzeros'>3,288</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'>1981</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/LPnetlib/lp_scrs8.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/LPnetlib/lp_scrs8.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/LPnetlib/lp_scrs8.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>675</td>
<td class='column-name'><a href="/LPnetlib/lp_scsd1">lp_scsd1</a></td>
<td class='column-group'><a href="/LPnetlib">LPnetlib</a></td>
<td class='column-num_rows'>77</td>
<td class='column-num_cols'>760</td>
<td class='column-nonzeros'>2,388</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'>1981</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/LPnetlib/lp_scsd1.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/LPnetlib/lp_scsd1.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/LPnetlib/lp_scsd1.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>676</td>
<td class='column-name'><a href="/LPnetlib/lp_scsd6">lp_scsd6</a></td>
<td class='column-group'><a href="/LPnetlib">LPnetlib</a></td>
<td class='column-num_rows'>147</td>
<td class='column-num_cols'>1,350</td>
<td class='column-nonzeros'>4,316</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'>1981</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/LPnetlib/lp_scsd6.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/LPnetlib/lp_scsd6.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/LPnetlib/lp_scsd6.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>677</td>
<td class='column-name'><a href="/LPnetlib/lp_scsd8">lp_scsd8</a></td>
<td class='column-group'><a href="/LPnetlib">LPnetlib</a></td>
<td class='column-num_rows'>397</td>
<td class='column-num_cols'>2,750</td>
<td class='column-nonzeros'>8,584</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'>1981</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/LPnetlib/lp_scsd8.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/LPnetlib/lp_scsd8.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/LPnetlib/lp_scsd8.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>681</td>
<td class='column-name'><a href="/LPnetlib/lp_share1b">lp_share1b</a></td>
<td class='column-group'><a href="/LPnetlib">LPnetlib</a></td>
<td class='column-num_rows'>117</td>
<td class='column-num_cols'>253</td>
<td class='column-nonzeros'>1,179</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'></td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/LPnetlib/lp_share1b.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/LPnetlib/lp_share1b.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/LPnetlib/lp_share1b.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>682</td>
<td class='column-name'><a href="/LPnetlib/lp_share2b">lp_share2b</a></td>
<td class='column-group'><a href="/LPnetlib">LPnetlib</a></td>
<td class='column-num_rows'>96</td>
<td class='column-num_cols'>162</td>
<td class='column-nonzeros'>777</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'></td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/LPnetlib/lp_share2b.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/LPnetlib/lp_share2b.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/LPnetlib/lp_share2b.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>684</td>
<td class='column-name'><a href="/LPnetlib/lp_ship04l">lp_ship04l</a></td>
<td class='column-group'><a href="/LPnetlib">LPnetlib</a></td>
<td class='column-num_rows'>402</td>
<td class='column-num_cols'>2,166</td>
<td class='column-nonzeros'>6,380</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'></td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/LPnetlib/lp_ship04l.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/LPnetlib/lp_ship04l.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/LPnetlib/lp_ship04l.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>685</td>
<td class='column-name'><a href="/LPnetlib/lp_ship04s">lp_ship04s</a></td>
<td class='column-group'><a href="/LPnetlib">LPnetlib</a></td>
<td class='column-num_rows'>402</td>
<td class='column-num_cols'>1,506</td>
<td class='column-nonzeros'>4,400</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'></td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/LPnetlib/lp_ship04s.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/LPnetlib/lp_ship04s.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/LPnetlib/lp_ship04s.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>686</td>
<td class='column-name'><a href="/LPnetlib/lp_ship08l">lp_ship08l</a></td>
<td class='column-group'><a href="/LPnetlib">LPnetlib</a></td>
<td class='column-num_rows'>778</td>
<td class='column-num_cols'>4,363</td>
<td class='column-nonzeros'>12,882</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'></td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/LPnetlib/lp_ship08l.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/LPnetlib/lp_ship08l.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/LPnetlib/lp_ship08l.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>687</td>
<td class='column-name'><a href="/LPnetlib/lp_ship08s">lp_ship08s</a></td>
<td class='column-group'><a href="/LPnetlib">LPnetlib</a></td>
<td class='column-num_rows'>778</td>
<td class='column-num_cols'>2,467</td>
<td class='column-nonzeros'>7,194</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'></td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/LPnetlib/lp_ship08s.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/LPnetlib/lp_ship08s.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/LPnetlib/lp_ship08s.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>688</td>
<td class='column-name'><a href="/LPnetlib/lp_ship12l">lp_ship12l</a></td>
<td class='column-group'><a href="/LPnetlib">LPnetlib</a></td>
<td class='column-num_rows'>1,151</td>
<td class='column-num_cols'>5,533</td>
<td class='column-nonzeros'>16,276</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'></td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/LPnetlib/lp_ship12l.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/LPnetlib/lp_ship12l.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/LPnetlib/lp_ship12l.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>689</td>
<td class='column-name'><a href="/LPnetlib/lp_ship12s">lp_ship12s</a></td>
<td class='column-group'><a href="/LPnetlib">LPnetlib</a></td>
<td class='column-num_rows'>1,151</td>
<td class='column-num_cols'>2,869</td>
<td class='column-nonzeros'>8,284</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'></td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/LPnetlib/lp_ship12s.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/LPnetlib/lp_ship12s.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/LPnetlib/lp_ship12s.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>691</td>
<td class='column-name'><a href="/LPnetlib/lp_stair">lp_stair</a></td>
<td class='column-group'><a href="/LPnetlib">LPnetlib</a></td>
<td class='column-num_rows'>356</td>
<td class='column-num_cols'>614</td>
<td class='column-nonzeros'>4,003</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'></td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/LPnetlib/lp_stair.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/LPnetlib/lp_stair.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/LPnetlib/lp_stair.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>692</td>
<td class='column-name'><a href="/LPnetlib/lp_standata">lp_standata</a></td>
<td class='column-group'><a href="/LPnetlib">LPnetlib</a></td>
<td class='column-num_rows'>359</td>
<td class='column-num_cols'>1,274</td>
<td class='column-nonzeros'>3,230</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'></td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/LPnetlib/lp_standata.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/LPnetlib/lp_standata.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/LPnetlib/lp_standata.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>693</td>
<td class='column-name'><a href="/LPnetlib/lp_standgub">lp_standgub</a></td>
<td class='column-group'><a href="/LPnetlib">LPnetlib</a></td>
<td class='column-num_rows'>361</td>
<td class='column-num_cols'>1,383</td>
<td class='column-nonzeros'>3,338</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'>1989</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/LPnetlib/lp_standgub.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/LPnetlib/lp_standgub.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/LPnetlib/lp_standgub.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>694</td>
<td class='column-name'><a href="/LPnetlib/lp_standmps">lp_standmps</a></td>
<td class='column-group'><a href="/LPnetlib">LPnetlib</a></td>
<td class='column-num_rows'>467</td>
<td class='column-num_cols'>1,274</td>
<td class='column-nonzeros'>3,878</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'>1989</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/LPnetlib/lp_standmps.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/LPnetlib/lp_standmps.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/LPnetlib/lp_standmps.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>695</td>
<td class='column-name'><a href="/LPnetlib/lp_stocfor1">lp_stocfor1</a></td>
<td class='column-group'><a href="/LPnetlib">LPnetlib</a></td>
<td class='column-num_rows'>117</td>
<td class='column-num_cols'>165</td>
<td class='column-nonzeros'>501</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'>1988</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/LPnetlib/lp_stocfor1.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/LPnetlib/lp_stocfor1.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/LPnetlib/lp_stocfor1.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>696</td>
<td class='column-name'><a href="/LPnetlib/lp_stocfor2">lp_stocfor2</a></td>
<td class='column-group'><a href="/LPnetlib">LPnetlib</a></td>
<td class='column-num_rows'>2,157</td>
<td class='column-num_cols'>3,045</td>
<td class='column-nonzeros'>9,357</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'>1988</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/LPnetlib/lp_stocfor2.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/LPnetlib/lp_stocfor2.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/LPnetlib/lp_stocfor2.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>697</td>
<td class='column-name'><a href="/LPnetlib/lp_stocfor3">lp_stocfor3</a></td>
<td class='column-group'><a href="/LPnetlib">LPnetlib</a></td>
<td class='column-num_rows'>16,675</td>
<td class='column-num_cols'>23,541</td>
<td class='column-nonzeros'>72,721</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'>1989</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/LPnetlib/lp_stocfor3.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/LPnetlib/lp_stocfor3.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/LPnetlib/lp_stocfor3.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>698</td>
<td class='column-name'><a href="/LPnetlib/lp_truss">lp_truss</a></td>
<td class='column-group'><a href="/LPnetlib">LPnetlib</a></td>
<td class='column-num_rows'>1,000</td>
<td class='column-num_cols'>8,806</td>
<td class='column-nonzeros'>27,836</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'>1990</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/LPnetlib/lp_truss.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/LPnetlib/lp_truss.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/LPnetlib/lp_truss.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>699</td>
<td class='column-name'><a href="/LPnetlib/lp_tuff">lp_tuff</a></td>
<td class='column-group'><a href="/LPnetlib">LPnetlib</a></td>
<td class='column-num_rows'>333</td>
<td class='column-num_cols'>628</td>
<td class='column-nonzeros'>4,561</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'>1989</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/LPnetlib/lp_tuff.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/LPnetlib/lp_tuff.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/LPnetlib/lp_tuff.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>700</td>
<td class='column-name'><a href="/LPnetlib/lp_vtp_base">lp_vtp_base</a></td>
<td class='column-group'><a href="/LPnetlib">LPnetlib</a></td>
<td class='column-num_rows'>198</td>
<td class='column-num_cols'>346</td>
<td class='column-nonzeros'>1,051</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'></td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/LPnetlib/lp_vtp_base.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/LPnetlib/lp_vtp_base.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/LPnetlib/lp_vtp_base.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>701</td>
<td class='column-name'><a href="/LPnetlib/lp_wood1p">lp_wood1p</a></td>
<td class='column-group'><a href="/LPnetlib">LPnetlib</a></td>
<td class='column-num_rows'>244</td>
<td class='column-num_cols'>2,595</td>
<td class='column-nonzeros'>70,216</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'>1989</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/LPnetlib/lp_wood1p.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/LPnetlib/lp_wood1p.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/LPnetlib/lp_wood1p.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>702</td>
<td class='column-name'><a href="/LPnetlib/lp_woodw">lp_woodw</a></td>
<td class='column-group'><a href="/LPnetlib">LPnetlib</a></td>
<td class='column-num_rows'>1,098</td>
<td class='column-num_cols'>8,418</td>
<td class='column-nonzeros'>37,487</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'></td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/LPnetlib/lp_woodw.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/LPnetlib/lp_woodw.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/LPnetlib/lp_woodw.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>703</td>
<td class='column-name'><a href="/LPnetlib/lpi_bgdbg1">lpi_bgdbg1</a></td>
<td class='column-group'><a href="/LPnetlib">LPnetlib</a></td>
<td class='column-num_rows'>348</td>
<td class='column-num_cols'>629</td>
<td class='column-nonzeros'>1,662</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'>1993</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/LPnetlib/lpi_bgdbg1.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/LPnetlib/lpi_bgdbg1.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/LPnetlib/lpi_bgdbg1.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>704</td>
<td class='column-name'><a href="/LPnetlib/lpi_bgetam">lpi_bgetam</a></td>
<td class='column-group'><a href="/LPnetlib">LPnetlib</a></td>
<td class='column-num_rows'>400</td>
<td class='column-num_cols'>816</td>
<td class='column-nonzeros'>2,537</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'>1993</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/LPnetlib/lpi_bgetam.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/LPnetlib/lpi_bgetam.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/LPnetlib/lpi_bgetam.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>705</td>
<td class='column-name'><a href="/LPnetlib/lpi_bgindy">lpi_bgindy</a></td>
<td class='column-group'><a href="/LPnetlib">LPnetlib</a></td>
<td class='column-num_rows'>2,671</td>
<td class='column-num_cols'>10,880</td>
<td class='column-nonzeros'>66,266</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'>1993</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/LPnetlib/lpi_bgindy.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/LPnetlib/lpi_bgindy.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/LPnetlib/lpi_bgindy.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>709</td>
<td class='column-name'><a href="/LPnetlib/lpi_chemcom">lpi_chemcom</a></td>
<td class='column-group'><a href="/LPnetlib">LPnetlib</a></td>
<td class='column-num_rows'>288</td>
<td class='column-num_cols'>744</td>
<td class='column-nonzeros'>1,590</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'>1993</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/LPnetlib/lpi_chemcom.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/LPnetlib/lpi_chemcom.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/LPnetlib/lpi_chemcom.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>710</td>
<td class='column-name'><a href="/LPnetlib/lpi_cplex1">lpi_cplex1</a></td>
<td class='column-group'><a href="/LPnetlib">LPnetlib</a></td>
<td class='column-num_rows'>3,005</td>
<td class='column-num_cols'>5,224</td>
<td class='column-nonzeros'>10,947</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'>1993</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/LPnetlib/lpi_cplex1.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/LPnetlib/lpi_cplex1.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/LPnetlib/lpi_cplex1.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>711</td>
<td class='column-name'><a href="/LPnetlib/lpi_cplex2">lpi_cplex2</a></td>
<td class='column-group'><a href="/LPnetlib">LPnetlib</a></td>
<td class='column-num_rows'>224</td>
<td class='column-num_cols'>378</td>
<td class='column-nonzeros'>1,215</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'>1993</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/LPnetlib/lpi_cplex2.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/LPnetlib/lpi_cplex2.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/LPnetlib/lpi_cplex2.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>714</td>
<td class='column-name'><a href="/LPnetlib/lpi_forest6">lpi_forest6</a></td>
<td class='column-group'><a href="/LPnetlib">LPnetlib</a></td>
<td class='column-num_rows'>66</td>
<td class='column-num_cols'>131</td>
<td class='column-nonzeros'>246</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'>1993</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/LPnetlib/lpi_forest6.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/LPnetlib/lpi_forest6.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/LPnetlib/lpi_forest6.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>716</td>
<td class='column-name'><a href="/LPnetlib/lpi_gosh">lpi_gosh</a></td>
<td class='column-group'><a href="/LPnetlib">LPnetlib</a></td>
<td class='column-num_rows'>3,792</td>
<td class='column-num_cols'>13,455</td>
<td class='column-nonzeros'>99,953</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'>1993</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/LPnetlib/lpi_gosh.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/LPnetlib/lpi_gosh.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/LPnetlib/lpi_gosh.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>717</td>
<td class='column-name'><a href="/LPnetlib/lpi_gran">lpi_gran</a></td>
<td class='column-group'><a href="/LPnetlib">LPnetlib</a></td>
<td class='column-num_rows'>2,658</td>
<td class='column-num_cols'>2,525</td>
<td class='column-nonzeros'>20,111</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'>1993</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/LPnetlib/lpi_gran.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/LPnetlib/lpi_gran.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/LPnetlib/lpi_gran.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>718</td>
<td class='column-name'><a href="/LPnetlib/lpi_greenbea">lpi_greenbea</a></td>
<td class='column-group'><a href="/LPnetlib">LPnetlib</a></td>
<td class='column-num_rows'>2,393</td>
<td class='column-num_cols'>5,596</td>
<td class='column-nonzeros'>31,074</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'>1988</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/LPnetlib/lpi_greenbea.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/LPnetlib/lpi_greenbea.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/LPnetlib/lpi_greenbea.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>719</td>
<td class='column-name'><a href="/LPnetlib/lpi_itest2">lpi_itest2</a></td>
<td class='column-group'><a href="/LPnetlib">LPnetlib</a></td>
<td class='column-num_rows'>9</td>
<td class='column-num_cols'>13</td>
<td class='column-nonzeros'>26</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'>1991</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/LPnetlib/lpi_itest2.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/LPnetlib/lpi_itest2.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/LPnetlib/lpi_itest2.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>720</td>
<td class='column-name'><a href="/LPnetlib/lpi_itest6">lpi_itest6</a></td>
<td class='column-group'><a href="/LPnetlib">LPnetlib</a></td>
<td class='column-num_rows'>11</td>
<td class='column-num_cols'>17</td>
<td class='column-nonzeros'>29</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'>1991</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/LPnetlib/lpi_itest6.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/LPnetlib/lpi_itest6.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/LPnetlib/lpi_itest6.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>725</td>
<td class='column-name'><a href="/LPnetlib/lpi_pang">lpi_pang</a></td>
<td class='column-group'><a href="/LPnetlib">LPnetlib</a></td>
<td class='column-num_rows'>361</td>
<td class='column-num_cols'>741</td>
<td class='column-nonzeros'>2,933</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'>1993</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/LPnetlib/lpi_pang.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/LPnetlib/lpi_pang.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/LPnetlib/lpi_pang.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>726</td>
<td class='column-name'><a href="/LPnetlib/lpi_pilot4i">lpi_pilot4i</a></td>
<td class='column-group'><a href="/LPnetlib">LPnetlib</a></td>
<td class='column-num_rows'>410</td>
<td class='column-num_cols'>1,123</td>
<td class='column-nonzeros'>5,264</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'>1993</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/LPnetlib/lpi_pilot4i.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/LPnetlib/lpi_pilot4i.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/LPnetlib/lpi_pilot4i.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>727</td>
<td class='column-name'><a href="/LPnetlib/lpi_qual">lpi_qual</a></td>
<td class='column-group'><a href="/LPnetlib">LPnetlib</a></td>
<td class='column-num_rows'>323</td>
<td class='column-num_cols'>464</td>
<td class='column-nonzeros'>1,646</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'>1993</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/LPnetlib/lpi_qual.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/LPnetlib/lpi_qual.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/LPnetlib/lpi_qual.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>728</td>
<td class='column-name'><a href="/LPnetlib/lpi_reactor">lpi_reactor</a></td>
<td class='column-group'><a href="/LPnetlib">LPnetlib</a></td>
<td class='column-num_rows'>318</td>
<td class='column-num_cols'>808</td>
<td class='column-nonzeros'>2,591</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'>1993</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/LPnetlib/lpi_reactor.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/LPnetlib/lpi_reactor.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/LPnetlib/lpi_reactor.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>729</td>
<td class='column-name'><a href="/LPnetlib/lpi_refinery">lpi_refinery</a></td>
<td class='column-group'><a href="/LPnetlib">LPnetlib</a></td>
<td class='column-num_rows'>323</td>
<td class='column-num_cols'>464</td>
<td class='column-nonzeros'>1,626</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'>1993</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/LPnetlib/lpi_refinery.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/LPnetlib/lpi_refinery.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/LPnetlib/lpi_refinery.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>730</td>
<td class='column-name'><a href="/LPnetlib/lpi_vol1">lpi_vol1</a></td>
<td class='column-group'><a href="/LPnetlib">LPnetlib</a></td>
<td class='column-num_rows'>323</td>
<td class='column-num_cols'>464</td>
<td class='column-nonzeros'>1,646</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'>1993</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/LPnetlib/lpi_vol1.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/LPnetlib/lpi_vol1.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/LPnetlib/lpi_vol1.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>732</td>
<td class='column-name'><a href="/Li/li">li</a></td>
<td class='column-group'><a href="/Li">Li</a></td>
<td class='column-num_rows'>22,695</td>
<td class='column-num_cols'>22,695</td>
<td class='column-nonzeros'>1,215,181</td>
<td class='column-kind d-none d-md-table-cell'>Electromagnetics Problem</td>
<td class='column-date d-none d-md-table-cell'>1999</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Li/li.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Li/li.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Li/li.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>734</td>
<td class='column-name'><a href="/Mallya/lhr01">lhr01</a></td>
<td class='column-group'><a href="/Mallya">Mallya</a></td>
<td class='column-num_rows'>1,477</td>
<td class='column-num_cols'>1,477</td>
<td class='column-nonzeros'>18,427</td>
<td class='column-kind d-none d-md-table-cell'>Chemical Process Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>1994</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Mallya/lhr01.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Mallya/lhr01.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Mallya/lhr01.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>735</td>
<td class='column-name'><a href="/Mallya/lhr02">lhr02</a></td>
<td class='column-group'><a href="/Mallya">Mallya</a></td>
<td class='column-num_rows'>2,954</td>
<td class='column-num_cols'>2,954</td>
<td class='column-nonzeros'>36,875</td>
<td class='column-kind d-none d-md-table-cell'>Chemical Process Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>1994</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Mallya/lhr02.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Mallya/lhr02.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Mallya/lhr02.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>736</td>
<td class='column-name'><a href="/Mallya/lhr04">lhr04</a></td>
<td class='column-group'><a href="/Mallya">Mallya</a></td>
<td class='column-num_rows'>4,101</td>
<td class='column-num_cols'>4,101</td>
<td class='column-nonzeros'>81,057</td>
<td class='column-kind d-none d-md-table-cell'>Chemical Process Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>1994</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Mallya/lhr04.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Mallya/lhr04.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Mallya/lhr04.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>737</td>
<td class='column-name'><a href="/Mallya/lhr04c">lhr04c</a></td>
<td class='column-group'><a href="/Mallya">Mallya</a></td>
<td class='column-num_rows'>4,101</td>
<td class='column-num_cols'>4,101</td>
<td class='column-nonzeros'>82,682</td>
<td class='column-kind d-none d-md-table-cell'>Chemical Process Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>1997</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Mallya/lhr04c.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Mallya/lhr04c.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Mallya/lhr04c.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>738</td>
<td class='column-name'><a href="/Mallya/lhr07">lhr07</a></td>
<td class='column-group'><a href="/Mallya">Mallya</a></td>
<td class='column-num_rows'>7,337</td>
<td class='column-num_cols'>7,337</td>
<td class='column-nonzeros'>154,660</td>
<td class='column-kind d-none d-md-table-cell'>Chemical Process Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>1994</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Mallya/lhr07.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Mallya/lhr07.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Mallya/lhr07.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>739</td>
<td class='column-name'><a href="/Mallya/lhr07c">lhr07c</a></td>
<td class='column-group'><a href="/Mallya">Mallya</a></td>
<td class='column-num_rows'>7,337</td>
<td class='column-num_cols'>7,337</td>
<td class='column-nonzeros'>156,508</td>
<td class='column-kind d-none d-md-table-cell'>Chemical Process Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>1997</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Mallya/lhr07c.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Mallya/lhr07c.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Mallya/lhr07c.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>740</td>
<td class='column-name'><a href="/Mallya/lhr10">lhr10</a></td>
<td class='column-group'><a href="/Mallya">Mallya</a></td>
<td class='column-num_rows'>10,672</td>
<td class='column-num_cols'>10,672</td>
<td class='column-nonzeros'>228,395</td>
<td class='column-kind d-none d-md-table-cell'>Chemical Process Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>1994</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Mallya/lhr10.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Mallya/lhr10.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Mallya/lhr10.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>741</td>
<td class='column-name'><a href="/Mallya/lhr10c">lhr10c</a></td>
<td class='column-group'><a href="/Mallya">Mallya</a></td>
<td class='column-num_rows'>10,672</td>
<td class='column-num_cols'>10,672</td>
<td class='column-nonzeros'>232,633</td>
<td class='column-kind d-none d-md-table-cell'>Chemical Process Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>1997</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Mallya/lhr10c.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Mallya/lhr10c.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Mallya/lhr10c.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>742</td>
<td class='column-name'><a href="/Mallya/lhr11">lhr11</a></td>
<td class='column-group'><a href="/Mallya">Mallya</a></td>
<td class='column-num_rows'>10,964</td>
<td class='column-num_cols'>10,964</td>
<td class='column-nonzeros'>231,806</td>
<td class='column-kind d-none d-md-table-cell'>Chemical Process Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>1994</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Mallya/lhr11.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Mallya/lhr11.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Mallya/lhr11.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>743</td>
<td class='column-name'><a href="/Mallya/lhr11c">lhr11c</a></td>
<td class='column-group'><a href="/Mallya">Mallya</a></td>
<td class='column-num_rows'>10,964</td>
<td class='column-num_cols'>10,964</td>
<td class='column-nonzeros'>233,741</td>
<td class='column-kind d-none d-md-table-cell'>Chemical Process Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>1997</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Mallya/lhr11c.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Mallya/lhr11c.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Mallya/lhr11c.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>744</td>
<td class='column-name'><a href="/Mallya/lhr14">lhr14</a></td>
<td class='column-group'><a href="/Mallya">Mallya</a></td>
<td class='column-num_rows'>14,270</td>
<td class='column-num_cols'>14,270</td>
<td class='column-nonzeros'>305,750</td>
<td class='column-kind d-none d-md-table-cell'>Chemical Process Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>1994</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Mallya/lhr14.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Mallya/lhr14.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Mallya/lhr14.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>745</td>
<td class='column-name'><a href="/Mallya/lhr14c">lhr14c</a></td>
<td class='column-group'><a href="/Mallya">Mallya</a></td>
<td class='column-num_rows'>14,270</td>
<td class='column-num_cols'>14,270</td>
<td class='column-nonzeros'>307,858</td>
<td class='column-kind d-none d-md-table-cell'>Chemical Process Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>1997</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Mallya/lhr14c.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Mallya/lhr14c.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Mallya/lhr14c.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>746</td>
<td class='column-name'><a href="/Mallya/lhr17">lhr17</a></td>
<td class='column-group'><a href="/Mallya">Mallya</a></td>
<td class='column-num_rows'>17,576</td>
<td class='column-num_cols'>17,576</td>
<td class='column-nonzeros'>379,761</td>
<td class='column-kind d-none d-md-table-cell'>Chemical Process Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>1994</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Mallya/lhr17.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Mallya/lhr17.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Mallya/lhr17.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>747</td>
<td class='column-name'><a href="/Mallya/lhr17c">lhr17c</a></td>
<td class='column-group'><a href="/Mallya">Mallya</a></td>
<td class='column-num_rows'>17,576</td>
<td class='column-num_cols'>17,576</td>
<td class='column-nonzeros'>381,975</td>
<td class='column-kind d-none d-md-table-cell'>Chemical Process Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>1997</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Mallya/lhr17c.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Mallya/lhr17c.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Mallya/lhr17c.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>748</td>
<td class='column-name'><a href="/Mallya/lhr34">lhr34</a></td>
<td class='column-group'><a href="/Mallya">Mallya</a></td>
<td class='column-num_rows'>35,152</td>
<td class='column-num_cols'>35,152</td>
<td class='column-nonzeros'>746,972</td>
<td class='column-kind d-none d-md-table-cell'>Chemical Process Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>1994</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Mallya/lhr34.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Mallya/lhr34.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Mallya/lhr34.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>749</td>
<td class='column-name'><a href="/Mallya/lhr34c">lhr34c</a></td>
<td class='column-group'><a href="/Mallya">Mallya</a></td>
<td class='column-num_rows'>35,152</td>
<td class='column-num_cols'>35,152</td>
<td class='column-nonzeros'>764,014</td>
<td class='column-kind d-none d-md-table-cell'>Chemical Process Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>1997</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Mallya/lhr34c.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Mallya/lhr34c.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Mallya/lhr34c.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>750</td>
<td class='column-name'><a href="/Mallya/lhr71">lhr71</a></td>
<td class='column-group'><a href="/Mallya">Mallya</a></td>
<td class='column-num_rows'>70,304</td>
<td class='column-num_cols'>70,304</td>
<td class='column-nonzeros'>1,494,006</td>
<td class='column-kind d-none d-md-table-cell'>Chemical Process Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>1994</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Mallya/lhr71.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Mallya/lhr71.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Mallya/lhr71.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>751</td>
<td class='column-name'><a href="/Mallya/lhr71c">lhr71c</a></td>
<td class='column-group'><a href="/Mallya">Mallya</a></td>
<td class='column-num_rows'>70,304</td>
<td class='column-num_cols'>70,304</td>
<td class='column-nonzeros'>1,528,092</td>
<td class='column-kind d-none d-md-table-cell'>Chemical Process Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>1997</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Mallya/lhr71c.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Mallya/lhr71c.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Mallya/lhr71c.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>752</td>
<td class='column-name'><a href="/Mulvey/finan512">finan512</a></td>
<td class='column-group'><a href="/Mulvey">Mulvey</a></td>
<td class='column-num_rows'>74,752</td>
<td class='column-num_cols'>74,752</td>
<td class='column-nonzeros'>596,992</td>
<td class='column-kind d-none d-md-table-cell'>Economic Problem</td>
<td class='column-date d-none d-md-table-cell'>1997</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Mulvey/finan512.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Mulvey/finan512.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Mulvey/finan512.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>757</td>
<td class='column-name'><a href="/Nasa/nasa1824">nasa1824</a></td>
<td class='column-group'><a href="/Nasa">Nasa</a></td>
<td class='column-num_rows'>1,824</td>
<td class='column-num_cols'>1,824</td>
<td class='column-nonzeros'>39,208</td>
<td class='column-kind d-none d-md-table-cell'>Structural Problem</td>
<td class='column-date d-none d-md-table-cell'>1995</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Nasa/nasa1824.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Nasa/nasa1824.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Nasa/nasa1824.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>758</td>
<td class='column-name'><a href="/Nasa/nasa2146">nasa2146</a></td>
<td class='column-group'><a href="/Nasa">Nasa</a></td>
<td class='column-num_rows'>2,146</td>
<td class='column-num_cols'>2,146</td>
<td class='column-nonzeros'>72,250</td>
<td class='column-kind d-none d-md-table-cell'>Structural Problem</td>
<td class='column-date d-none d-md-table-cell'>1995</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Nasa/nasa2146.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Nasa/nasa2146.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Nasa/nasa2146.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>759</td>
<td class='column-name'><a href="/Nasa/nasa2910">nasa2910</a></td>
<td class='column-group'><a href="/Nasa">Nasa</a></td>
<td class='column-num_rows'>2,910</td>
<td class='column-num_cols'>2,910</td>
<td class='column-nonzeros'>174,296</td>
<td class='column-kind d-none d-md-table-cell'>Structural Problem</td>
<td class='column-date d-none d-md-table-cell'>1995</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Nasa/nasa2910.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Nasa/nasa2910.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Nasa/nasa2910.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>760</td>
<td class='column-name'><a href="/Nasa/nasa4704">nasa4704</a></td>
<td class='column-group'><a href="/Nasa">Nasa</a></td>
<td class='column-num_rows'>4,704</td>
<td class='column-num_cols'>4,704</td>
<td class='column-nonzeros'>104,756</td>
<td class='column-kind d-none d-md-table-cell'>Structural Problem</td>
<td class='column-date d-none d-md-table-cell'>1995</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Nasa/nasa4704.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Nasa/nasa4704.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Nasa/nasa4704.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>761</td>
<td class='column-name'><a href="/Nasa/nasasrb">nasasrb</a></td>
<td class='column-group'><a href="/Nasa">Nasa</a></td>
<td class='column-num_rows'>54,870</td>
<td class='column-num_cols'>54,870</td>
<td class='column-nonzeros'>2,677,324</td>
<td class='column-kind d-none d-md-table-cell'>Structural Problem</td>
<td class='column-date d-none d-md-table-cell'>1995</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Nasa/nasasrb.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Nasa/nasasrb.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Nasa/nasasrb.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>765</td>
<td class='column-name'><a href="/Nemeth/nemeth01">nemeth01</a></td>
<td class='column-group'><a href="/Nemeth">Nemeth</a></td>
<td class='column-num_rows'>9,506</td>
<td class='column-num_cols'>9,506</td>
<td class='column-nonzeros'>725,054</td>
<td class='column-kind d-none d-md-table-cell'>Theoretical/Quantum Chemistry Problem Sequence</td>
<td class='column-date d-none d-md-table-cell'>1999</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Nemeth/nemeth01.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Nemeth/nemeth01.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Nemeth/nemeth01.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>766</td>
<td class='column-name'><a href="/Nemeth/nemeth02">nemeth02</a></td>
<td class='column-group'><a href="/Nemeth">Nemeth</a></td>
<td class='column-num_rows'>9,506</td>
<td class='column-num_cols'>9,506</td>
<td class='column-nonzeros'>394,808</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Theoretical/Quantum Chemistry Problem</td>
<td class='column-date d-none d-md-table-cell'>1999</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Nemeth/nemeth02.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Nemeth/nemeth02.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Nemeth/nemeth02.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>767</td>
<td class='column-name'><a href="/Nemeth/nemeth03">nemeth03</a></td>
<td class='column-group'><a href="/Nemeth">Nemeth</a></td>
<td class='column-num_rows'>9,506</td>
<td class='column-num_cols'>9,506</td>
<td class='column-nonzeros'>394,808</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Theoretical/Quantum Chemistry Problem</td>
<td class='column-date d-none d-md-table-cell'>1999</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Nemeth/nemeth03.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Nemeth/nemeth03.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Nemeth/nemeth03.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>768</td>
<td class='column-name'><a href="/Nemeth/nemeth04">nemeth04</a></td>
<td class='column-group'><a href="/Nemeth">Nemeth</a></td>
<td class='column-num_rows'>9,506</td>
<td class='column-num_cols'>9,506</td>
<td class='column-nonzeros'>394,808</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Theoretical/Quantum Chemistry Problem</td>
<td class='column-date d-none d-md-table-cell'>1999</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Nemeth/nemeth04.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Nemeth/nemeth04.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Nemeth/nemeth04.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>769</td>
<td class='column-name'><a href="/Nemeth/nemeth05">nemeth05</a></td>
<td class='column-group'><a href="/Nemeth">Nemeth</a></td>
<td class='column-num_rows'>9,506</td>
<td class='column-num_cols'>9,506</td>
<td class='column-nonzeros'>394,808</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Theoretical/Quantum Chemistry Problem</td>
<td class='column-date d-none d-md-table-cell'>1999</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Nemeth/nemeth05.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Nemeth/nemeth05.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Nemeth/nemeth05.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>770</td>
<td class='column-name'><a href="/Nemeth/nemeth06">nemeth06</a></td>
<td class='column-group'><a href="/Nemeth">Nemeth</a></td>
<td class='column-num_rows'>9,506</td>
<td class='column-num_cols'>9,506</td>
<td class='column-nonzeros'>394,808</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Theoretical/Quantum Chemistry Problem</td>
<td class='column-date d-none d-md-table-cell'>1999</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Nemeth/nemeth06.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Nemeth/nemeth06.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Nemeth/nemeth06.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>771</td>
<td class='column-name'><a href="/Nemeth/nemeth07">nemeth07</a></td>
<td class='column-group'><a href="/Nemeth">Nemeth</a></td>
<td class='column-num_rows'>9,506</td>
<td class='column-num_cols'>9,506</td>
<td class='column-nonzeros'>394,812</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Theoretical/Quantum Chemistry Problem</td>
<td class='column-date d-none d-md-table-cell'>1999</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Nemeth/nemeth07.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Nemeth/nemeth07.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Nemeth/nemeth07.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>772</td>
<td class='column-name'><a href="/Nemeth/nemeth08">nemeth08</a></td>
<td class='column-group'><a href="/Nemeth">Nemeth</a></td>
<td class='column-num_rows'>9,506</td>
<td class='column-num_cols'>9,506</td>
<td class='column-nonzeros'>394,816</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Theoretical/Quantum Chemistry Problem</td>
<td class='column-date d-none d-md-table-cell'>1999</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Nemeth/nemeth08.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Nemeth/nemeth08.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Nemeth/nemeth08.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>773</td>
<td class='column-name'><a href="/Nemeth/nemeth09">nemeth09</a></td>
<td class='column-group'><a href="/Nemeth">Nemeth</a></td>
<td class='column-num_rows'>9,506</td>
<td class='column-num_cols'>9,506</td>
<td class='column-nonzeros'>395,506</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Theoretical/Quantum Chemistry Problem</td>
<td class='column-date d-none d-md-table-cell'>1999</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Nemeth/nemeth09.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Nemeth/nemeth09.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Nemeth/nemeth09.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>774</td>
<td class='column-name'><a href="/Nemeth/nemeth10">nemeth10</a></td>
<td class='column-group'><a href="/Nemeth">Nemeth</a></td>
<td class='column-num_rows'>9,506</td>
<td class='column-num_cols'>9,506</td>
<td class='column-nonzeros'>401,448</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Theoretical/Quantum Chemistry Problem</td>
<td class='column-date d-none d-md-table-cell'>1999</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Nemeth/nemeth10.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Nemeth/nemeth10.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Nemeth/nemeth10.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>775</td>
<td class='column-name'><a href="/Nemeth/nemeth11">nemeth11</a></td>
<td class='column-group'><a href="/Nemeth">Nemeth</a></td>
<td class='column-num_rows'>9,506</td>
<td class='column-num_cols'>9,506</td>
<td class='column-nonzeros'>408,264</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Theoretical/Quantum Chemistry Problem</td>
<td class='column-date d-none d-md-table-cell'>1999</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Nemeth/nemeth11.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Nemeth/nemeth11.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Nemeth/nemeth11.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>776</td>
<td class='column-name'><a href="/Nemeth/nemeth12">nemeth12</a></td>
<td class='column-group'><a href="/Nemeth">Nemeth</a></td>
<td class='column-num_rows'>9,506</td>
<td class='column-num_cols'>9,506</td>
<td class='column-nonzeros'>446,818</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Theoretical/Quantum Chemistry Problem</td>
<td class='column-date d-none d-md-table-cell'>1999</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Nemeth/nemeth12.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Nemeth/nemeth12.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Nemeth/nemeth12.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>777</td>
<td class='column-name'><a href="/Nemeth/nemeth13">nemeth13</a></td>
<td class='column-group'><a href="/Nemeth">Nemeth</a></td>
<td class='column-num_rows'>9,506</td>
<td class='column-num_cols'>9,506</td>
<td class='column-nonzeros'>474,472</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Theoretical/Quantum Chemistry Problem</td>
<td class='column-date d-none d-md-table-cell'>1999</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Nemeth/nemeth13.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Nemeth/nemeth13.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Nemeth/nemeth13.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>778</td>
<td class='column-name'><a href="/Nemeth/nemeth14">nemeth14</a></td>
<td class='column-group'><a href="/Nemeth">Nemeth</a></td>
<td class='column-num_rows'>9,506</td>
<td class='column-num_cols'>9,506</td>
<td class='column-nonzeros'>496,144</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Theoretical/Quantum Chemistry Problem</td>
<td class='column-date d-none d-md-table-cell'>1999</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Nemeth/nemeth14.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Nemeth/nemeth14.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Nemeth/nemeth14.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>779</td>
<td class='column-name'><a href="/Nemeth/nemeth15">nemeth15</a></td>
<td class='column-group'><a href="/Nemeth">Nemeth</a></td>
<td class='column-num_rows'>9,506</td>
<td class='column-num_cols'>9,506</td>
<td class='column-nonzeros'>539,802</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Theoretical/Quantum Chemistry Problem</td>
<td class='column-date d-none d-md-table-cell'>1999</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Nemeth/nemeth15.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Nemeth/nemeth15.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Nemeth/nemeth15.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>780</td>
<td class='column-name'><a href="/Nemeth/nemeth16">nemeth16</a></td>
<td class='column-group'><a href="/Nemeth">Nemeth</a></td>
<td class='column-num_rows'>9,506</td>
<td class='column-num_cols'>9,506</td>
<td class='column-nonzeros'>587,012</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Theoretical/Quantum Chemistry Problem</td>
<td class='column-date d-none d-md-table-cell'>1999</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Nemeth/nemeth16.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Nemeth/nemeth16.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Nemeth/nemeth16.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>781</td>
<td class='column-name'><a href="/Nemeth/nemeth17">nemeth17</a></td>
<td class='column-group'><a href="/Nemeth">Nemeth</a></td>
<td class='column-num_rows'>9,506</td>
<td class='column-num_cols'>9,506</td>
<td class='column-nonzeros'>629,620</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Theoretical/Quantum Chemistry Problem</td>
<td class='column-date d-none d-md-table-cell'>1999</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Nemeth/nemeth17.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Nemeth/nemeth17.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Nemeth/nemeth17.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>782</td>
<td class='column-name'><a href="/Nemeth/nemeth18">nemeth18</a></td>
<td class='column-group'><a href="/Nemeth">Nemeth</a></td>
<td class='column-num_rows'>9,506</td>
<td class='column-num_cols'>9,506</td>
<td class='column-nonzeros'>695,234</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Theoretical/Quantum Chemistry Problem</td>
<td class='column-date d-none d-md-table-cell'>1999</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Nemeth/nemeth18.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Nemeth/nemeth18.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Nemeth/nemeth18.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>783</td>
<td class='column-name'><a href="/Nemeth/nemeth19">nemeth19</a></td>
<td class='column-group'><a href="/Nemeth">Nemeth</a></td>
<td class='column-num_rows'>9,506</td>
<td class='column-num_cols'>9,506</td>
<td class='column-nonzeros'>818,302</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Theoretical/Quantum Chemistry Problem</td>
<td class='column-date d-none d-md-table-cell'>1999</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Nemeth/nemeth19.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Nemeth/nemeth19.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Nemeth/nemeth19.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>784</td>
<td class='column-name'><a href="/Nemeth/nemeth20">nemeth20</a></td>
<td class='column-group'><a href="/Nemeth">Nemeth</a></td>
<td class='column-num_rows'>9,506</td>
<td class='column-num_cols'>9,506</td>
<td class='column-nonzeros'>971,870</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Theoretical/Quantum Chemistry Problem</td>
<td class='column-date d-none d-md-table-cell'>1999</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Nemeth/nemeth20.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Nemeth/nemeth20.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Nemeth/nemeth20.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>785</td>
<td class='column-name'><a href="/Nemeth/nemeth21">nemeth21</a></td>
<td class='column-group'><a href="/Nemeth">Nemeth</a></td>
<td class='column-num_rows'>9,506</td>
<td class='column-num_cols'>9,506</td>
<td class='column-nonzeros'>1,173,746</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Theoretical/Quantum Chemistry Problem</td>
<td class='column-date d-none d-md-table-cell'>1999</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Nemeth/nemeth21.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Nemeth/nemeth21.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Nemeth/nemeth21.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>786</td>
<td class='column-name'><a href="/Nemeth/nemeth22">nemeth22</a></td>
<td class='column-group'><a href="/Nemeth">Nemeth</a></td>
<td class='column-num_rows'>9,506</td>
<td class='column-num_cols'>9,506</td>
<td class='column-nonzeros'>1,358,832</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Theoretical/Quantum Chemistry Problem</td>
<td class='column-date d-none d-md-table-cell'>1999</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Nemeth/nemeth22.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Nemeth/nemeth22.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Nemeth/nemeth22.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>787</td>
<td class='column-name'><a href="/Nemeth/nemeth23">nemeth23</a></td>
<td class='column-group'><a href="/Nemeth">Nemeth</a></td>
<td class='column-num_rows'>9,506</td>
<td class='column-num_cols'>9,506</td>
<td class='column-nonzeros'>1,506,810</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Theoretical/Quantum Chemistry Problem</td>
<td class='column-date d-none d-md-table-cell'>1999</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Nemeth/nemeth23.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Nemeth/nemeth23.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Nemeth/nemeth23.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>788</td>
<td class='column-name'><a href="/Nemeth/nemeth24">nemeth24</a></td>
<td class='column-group'><a href="/Nemeth">Nemeth</a></td>
<td class='column-num_rows'>9,506</td>
<td class='column-num_cols'>9,506</td>
<td class='column-nonzeros'>1,506,550</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Theoretical/Quantum Chemistry Problem</td>
<td class='column-date d-none d-md-table-cell'>1999</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Nemeth/nemeth24.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Nemeth/nemeth24.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Nemeth/nemeth24.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>789</td>
<td class='column-name'><a href="/Nemeth/nemeth25">nemeth25</a></td>
<td class='column-group'><a href="/Nemeth">Nemeth</a></td>
<td class='column-num_rows'>9,506</td>
<td class='column-num_cols'>9,506</td>
<td class='column-nonzeros'>1,511,758</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Theoretical/Quantum Chemistry Problem</td>
<td class='column-date d-none d-md-table-cell'>1999</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Nemeth/nemeth25.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Nemeth/nemeth25.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Nemeth/nemeth25.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>790</td>
<td class='column-name'><a href="/Nemeth/nemeth26">nemeth26</a></td>
<td class='column-group'><a href="/Nemeth">Nemeth</a></td>
<td class='column-num_rows'>9,506</td>
<td class='column-num_cols'>9,506</td>
<td class='column-nonzeros'>1,511,760</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Theoretical/Quantum Chemistry Problem</td>
<td class='column-date d-none d-md-table-cell'>1999</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Nemeth/nemeth26.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Nemeth/nemeth26.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Nemeth/nemeth26.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>791</td>
<td class='column-name'><a href="/Okunbor/aft01">aft01</a></td>
<td class='column-group'><a href="/Okunbor">Okunbor</a></td>
<td class='column-num_rows'>8,205</td>
<td class='column-num_cols'>8,205</td>
<td class='column-nonzeros'>125,567</td>
<td class='column-kind d-none d-md-table-cell'>Acoustics Problem</td>
<td class='column-date d-none d-md-table-cell'>2001</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Okunbor/aft01.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Okunbor/aft01.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Okunbor/aft01.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>801</td>
<td class='column-name'><a href="/Ronis/xenon1">xenon1</a></td>
<td class='column-group'><a href="/Ronis">Ronis</a></td>
<td class='column-num_rows'>48,600</td>
<td class='column-num_cols'>48,600</td>
<td class='column-nonzeros'>1,181,120</td>
<td class='column-kind d-none d-md-table-cell'>Materials Problem</td>
<td class='column-date d-none d-md-table-cell'>2001</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Ronis/xenon1.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Ronis/xenon1.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Ronis/xenon1.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>802</td>
<td class='column-name'><a href="/Ronis/xenon2">xenon2</a></td>
<td class='column-group'><a href="/Ronis">Ronis</a></td>
<td class='column-num_rows'>157,464</td>
<td class='column-num_cols'>157,464</td>
<td class='column-nonzeros'>3,866,688</td>
<td class='column-kind d-none d-md-table-cell'>Materials Problem</td>
<td class='column-date d-none d-md-table-cell'>2001</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Ronis/xenon2.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Ronis/xenon2.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Ronis/xenon2.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>804</td>
<td class='column-name'><a href="/Rothberg/cfd1">cfd1</a></td>
<td class='column-group'><a href="/Rothberg">Rothberg</a></td>
<td class='column-num_rows'>70,656</td>
<td class='column-num_cols'>70,656</td>
<td class='column-nonzeros'>1,825,580</td>
<td class='column-kind d-none d-md-table-cell'>Computational Fluid Dynamics Problem</td>
<td class='column-date d-none d-md-table-cell'>1997</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Rothberg/cfd1.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Rothberg/cfd1.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Rothberg/cfd1.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>805</td>
<td class='column-name'><a href="/Rothberg/cfd2">cfd2</a></td>
<td class='column-group'><a href="/Rothberg">Rothberg</a></td>
<td class='column-num_rows'>123,440</td>
<td class='column-num_cols'>123,440</td>
<td class='column-nonzeros'>3,085,406</td>
<td class='column-kind d-none d-md-table-cell'>Computational Fluid Dynamics Problem</td>
<td class='column-date d-none d-md-table-cell'>1997</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Rothberg/cfd2.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Rothberg/cfd2.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Rothberg/cfd2.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>809</td>
<td class='column-name'><a href="/Shyy/shyy161">shyy161</a></td>
<td class='column-group'><a href="/Shyy">Shyy</a></td>
<td class='column-num_rows'>76,480</td>
<td class='column-num_cols'>76,480</td>
<td class='column-nonzeros'>329,762</td>
<td class='column-kind d-none d-md-table-cell'>Computational Fluid Dynamics Problem</td>
<td class='column-date d-none d-md-table-cell'>1994</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Shyy/shyy161.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Shyy/shyy161.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Shyy/shyy161.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>810</td>
<td class='column-name'><a href="/Shyy/shyy41">shyy41</a></td>
<td class='column-group'><a href="/Shyy">Shyy</a></td>
<td class='column-num_rows'>4,720</td>
<td class='column-num_cols'>4,720</td>
<td class='column-nonzeros'>20,042</td>
<td class='column-kind d-none d-md-table-cell'>Computational Fluid Dynamics Problem</td>
<td class='column-date d-none d-md-table-cell'>1994</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Shyy/shyy41.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Shyy/shyy41.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Shyy/shyy41.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>811</td>
<td class='column-name'><a href="/Simon/appu">appu</a></td>
<td class='column-group'><a href="/Simon">Simon</a></td>
<td class='column-num_rows'>14,000</td>
<td class='column-num_cols'>14,000</td>
<td class='column-nonzeros'>1,853,104</td>
<td class='column-kind d-none d-md-table-cell'>Directed Weighted Random Graph</td>
<td class='column-date d-none d-md-table-cell'>1993</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Simon/appu.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Simon/appu.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Simon/appu.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>812</td>
<td class='column-name'><a href="/Simon/bbmat">bbmat</a></td>
<td class='column-group'><a href="/Simon">Simon</a></td>
<td class='column-num_rows'>38,744</td>
<td class='column-num_cols'>38,744</td>
<td class='column-nonzeros'>1,771,722</td>
<td class='column-kind d-none d-md-table-cell'>Computational Fluid Dynamics Problem</td>
<td class='column-date d-none d-md-table-cell'>1993</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Simon/bbmat.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Simon/bbmat.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Simon/bbmat.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>813</td>
<td class='column-name'><a href="/Simon/olafu">olafu</a></td>
<td class='column-group'><a href="/Simon">Simon</a></td>
<td class='column-num_rows'>16,146</td>
<td class='column-num_cols'>16,146</td>
<td class='column-nonzeros'>1,015,156</td>
<td class='column-kind d-none d-md-table-cell'>Structural Problem</td>
<td class='column-date d-none d-md-table-cell'>1993</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Simon/olafu.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Simon/olafu.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Simon/olafu.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>814</td>
<td class='column-name'><a href="/Simon/raefsky1">raefsky1</a></td>
<td class='column-group'><a href="/Simon">Simon</a></td>
<td class='column-num_rows'>3,242</td>
<td class='column-num_cols'>3,242</td>
<td class='column-nonzeros'>293,409</td>
<td class='column-kind d-none d-md-table-cell'>Computational Fluid Dynamics Problem Sequence</td>
<td class='column-date d-none d-md-table-cell'>1993</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Simon/raefsky1.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Simon/raefsky1.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Simon/raefsky1.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>815</td>
<td class='column-name'><a href="/Simon/raefsky2">raefsky2</a></td>
<td class='column-group'><a href="/Simon">Simon</a></td>
<td class='column-num_rows'>3,242</td>
<td class='column-num_cols'>3,242</td>
<td class='column-nonzeros'>293,551</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Computational Fluid Dynamics Problem</td>
<td class='column-date d-none d-md-table-cell'>1993</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Simon/raefsky2.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Simon/raefsky2.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Simon/raefsky2.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>816</td>
<td class='column-name'><a href="/Simon/raefsky3">raefsky3</a></td>
<td class='column-group'><a href="/Simon">Simon</a></td>
<td class='column-num_rows'>21,200</td>
<td class='column-num_cols'>21,200</td>
<td class='column-nonzeros'>1,488,768</td>
<td class='column-kind d-none d-md-table-cell'>Computational Fluid Dynamics Problem</td>
<td class='column-date d-none d-md-table-cell'>1993</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Simon/raefsky3.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Simon/raefsky3.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Simon/raefsky3.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>817</td>
<td class='column-name'><a href="/Simon/raefsky4">raefsky4</a></td>
<td class='column-group'><a href="/Simon">Simon</a></td>
<td class='column-num_rows'>19,779</td>
<td class='column-num_cols'>19,779</td>
<td class='column-nonzeros'>1,316,789</td>
<td class='column-kind d-none d-md-table-cell'>Structural Problem</td>
<td class='column-date d-none d-md-table-cell'>1993</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Simon/raefsky4.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Simon/raefsky4.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Simon/raefsky4.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>818</td>
<td class='column-name'><a href="/Simon/raefsky5">raefsky5</a></td>
<td class='column-group'><a href="/Simon">Simon</a></td>
<td class='column-num_rows'>6,316</td>
<td class='column-num_cols'>6,316</td>
<td class='column-nonzeros'>167,178</td>
<td class='column-kind d-none d-md-table-cell'>Structural Problem</td>
<td class='column-date d-none d-md-table-cell'>1993</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Simon/raefsky5.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Simon/raefsky5.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Simon/raefsky5.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>819</td>
<td class='column-name'><a href="/Simon/raefsky6">raefsky6</a></td>
<td class='column-group'><a href="/Simon">Simon</a></td>
<td class='column-num_rows'>3,402</td>
<td class='column-num_cols'>3,402</td>
<td class='column-nonzeros'>130,371</td>
<td class='column-kind d-none d-md-table-cell'>Structural Problem</td>
<td class='column-date d-none d-md-table-cell'>1993</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Simon/raefsky6.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Simon/raefsky6.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Simon/raefsky6.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>820</td>
<td class='column-name'><a href="/Simon/venkat01">venkat01</a></td>
<td class='column-group'><a href="/Simon">Simon</a></td>
<td class='column-num_rows'>62,424</td>
<td class='column-num_cols'>62,424</td>
<td class='column-nonzeros'>1,717,792</td>
<td class='column-kind d-none d-md-table-cell'>Computational Fluid Dynamics Problem Sequence</td>
<td class='column-date d-none d-md-table-cell'>1993</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Simon/venkat01.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Simon/venkat01.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Simon/venkat01.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>821</td>
<td class='column-name'><a href="/Simon/venkat25">venkat25</a></td>
<td class='column-group'><a href="/Simon">Simon</a></td>
<td class='column-num_rows'>62,424</td>
<td class='column-num_cols'>62,424</td>
<td class='column-nonzeros'>1,717,763</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Computational Fluid Dynamics Problem</td>
<td class='column-date d-none d-md-table-cell'>1993</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Simon/venkat25.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Simon/venkat25.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Simon/venkat25.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>822</td>
<td class='column-name'><a href="/Simon/venkat50">venkat50</a></td>
<td class='column-group'><a href="/Simon">Simon</a></td>
<td class='column-num_rows'>62,424</td>
<td class='column-num_cols'>62,424</td>
<td class='column-nonzeros'>1,717,777</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Computational Fluid Dynamics Problem</td>
<td class='column-date d-none d-md-table-cell'>1993</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Simon/venkat50.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Simon/venkat50.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Simon/venkat50.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>823</td>
<td class='column-name'><a href="/TOKAMAK/utm1700b">utm1700b</a></td>
<td class='column-group'><a href="/TOKAMAK">TOKAMAK</a></td>
<td class='column-num_rows'>1,700</td>
<td class='column-num_cols'>1,700</td>
<td class='column-nonzeros'>21,509</td>
<td class='column-kind d-none d-md-table-cell'>Electromagnetics Problem</td>
<td class='column-date d-none d-md-table-cell'>1996</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/TOKAMAK/utm1700b.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/TOKAMAK/utm1700b.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/TOKAMAK/utm1700b.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>824</td>
<td class='column-name'><a href="/TOKAMAK/utm300">utm300</a></td>
<td class='column-group'><a href="/TOKAMAK">TOKAMAK</a></td>
<td class='column-num_rows'>300</td>
<td class='column-num_cols'>300</td>
<td class='column-nonzeros'>3,155</td>
<td class='column-kind d-none d-md-table-cell'>Electromagnetics Problem</td>
<td class='column-date d-none d-md-table-cell'>1996</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/TOKAMAK/utm300.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/TOKAMAK/utm300.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/TOKAMAK/utm300.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>825</td>
<td class='column-name'><a href="/TOKAMAK/utm3060">utm3060</a></td>
<td class='column-group'><a href="/TOKAMAK">TOKAMAK</a></td>
<td class='column-num_rows'>3,060</td>
<td class='column-num_cols'>3,060</td>
<td class='column-nonzeros'>42,211</td>
<td class='column-kind d-none d-md-table-cell'>Electromagnetics Problem</td>
<td class='column-date d-none d-md-table-cell'>1996</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/TOKAMAK/utm3060.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/TOKAMAK/utm3060.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/TOKAMAK/utm3060.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>826</td>
<td class='column-name'><a href="/TOKAMAK/utm5940">utm5940</a></td>
<td class='column-group'><a href="/TOKAMAK">TOKAMAK</a></td>
<td class='column-num_rows'>5,940</td>
<td class='column-num_cols'>5,940</td>
<td class='column-nonzeros'>83,842</td>
<td class='column-kind d-none d-md-table-cell'>Electromagnetics Problem</td>
<td class='column-date d-none d-md-table-cell'>1996</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/TOKAMAK/utm5940.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/TOKAMAK/utm5940.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/TOKAMAK/utm5940.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>827</td>
<td class='column-name'><a href="/Vavasis/av41092">av41092</a></td>
<td class='column-group'><a href="/Vavasis">Vavasis</a></td>
<td class='column-num_rows'>41,092</td>
<td class='column-num_cols'>41,092</td>
<td class='column-nonzeros'>1,683,902</td>
<td class='column-kind d-none d-md-table-cell'>2D/3D Problem</td>
<td class='column-date d-none d-md-table-cell'>1994</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Vavasis/av41092.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Vavasis/av41092.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Vavasis/av41092.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>828</td>
<td class='column-name'><a href="/Wang/swang1">swang1</a></td>
<td class='column-group'><a href="/Wang">Wang</a></td>
<td class='column-num_rows'>3,169</td>
<td class='column-num_cols'>3,169</td>
<td class='column-nonzeros'>20,841</td>
<td class='column-kind d-none d-md-table-cell'>Semiconductor Device Problem Sequence</td>
<td class='column-date d-none d-md-table-cell'>1994</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Wang/swang1.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Wang/swang1.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Wang/swang1.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>829</td>
<td class='column-name'><a href="/Wang/swang2">swang2</a></td>
<td class='column-group'><a href="/Wang">Wang</a></td>
<td class='column-num_rows'>3,169</td>
<td class='column-num_cols'>3,169</td>
<td class='column-nonzeros'>20,841</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Semiconductor Device Problem</td>
<td class='column-date d-none d-md-table-cell'>1994</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Wang/swang2.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Wang/swang2.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Wang/swang2.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>830</td>
<td class='column-name'><a href="/Wang/wang1">wang1</a></td>
<td class='column-group'><a href="/Wang">Wang</a></td>
<td class='column-num_rows'>2,903</td>
<td class='column-num_cols'>2,903</td>
<td class='column-nonzeros'>19,093</td>
<td class='column-kind d-none d-md-table-cell'>Semiconductor Device Problem Sequence</td>
<td class='column-date d-none d-md-table-cell'>1994</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Wang/wang1.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Wang/wang1.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Wang/wang1.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>831</td>
<td class='column-name'><a href="/Wang/wang2">wang2</a></td>
<td class='column-group'><a href="/Wang">Wang</a></td>
<td class='column-num_rows'>2,903</td>
<td class='column-num_cols'>2,903</td>
<td class='column-nonzeros'>19,093</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Semiconductor Device Problem</td>
<td class='column-date d-none d-md-table-cell'>1994</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Wang/wang2.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Wang/wang2.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Wang/wang2.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>832</td>
<td class='column-name'><a href="/Wang/wang3">wang3</a></td>
<td class='column-group'><a href="/Wang">Wang</a></td>
<td class='column-num_rows'>26,064</td>
<td class='column-num_cols'>26,064</td>
<td class='column-nonzeros'>177,168</td>
<td class='column-kind d-none d-md-table-cell'>Semiconductor Device Problem</td>
<td class='column-date d-none d-md-table-cell'>1994</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Wang/wang3.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Wang/wang3.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Wang/wang3.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>833</td>
<td class='column-name'><a href="/Wang/wang4">wang4</a></td>
<td class='column-group'><a href="/Wang">Wang</a></td>
<td class='column-num_rows'>26,068</td>
<td class='column-num_cols'>26,068</td>
<td class='column-nonzeros'>177,196</td>
<td class='column-kind d-none d-md-table-cell'>Semiconductor Device Problem</td>
<td class='column-date d-none d-md-table-cell'>1994</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Wang/wang4.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Wang/wang4.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Wang/wang4.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>834</td>
<td class='column-name'><a href="/Zhao/Zhao1">Zhao1</a></td>
<td class='column-group'><a href="/Zhao">Zhao</a></td>
<td class='column-num_rows'>33,861</td>
<td class='column-num_cols'>33,861</td>
<td class='column-nonzeros'>166,453</td>
<td class='column-kind d-none d-md-table-cell'>Electromagnetics Problem</td>
<td class='column-date d-none d-md-table-cell'>2001</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Zhao/Zhao1.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Zhao/Zhao1.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Zhao/Zhao1.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>835</td>
<td class='column-name'><a href="/Zhao/Zhao2">Zhao2</a></td>
<td class='column-group'><a href="/Zhao">Zhao</a></td>
<td class='column-num_rows'>33,861</td>
<td class='column-num_cols'>33,861</td>
<td class='column-nonzeros'>166,453</td>
<td class='column-kind d-none d-md-table-cell'>Electromagnetics Problem</td>
<td class='column-date d-none d-md-table-cell'>2001</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Zhao/Zhao2.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Zhao/Zhao2.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Zhao/Zhao2.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>836</td>
<td class='column-name'><a href="/Zitney/extr1">extr1</a></td>
<td class='column-group'><a href="/Zitney">Zitney</a></td>
<td class='column-num_rows'>2,837</td>
<td class='column-num_cols'>2,837</td>
<td class='column-nonzeros'>10,967</td>
<td class='column-kind d-none d-md-table-cell'>Chemical Process Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>1997</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Zitney/extr1.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Zitney/extr1.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Zitney/extr1.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>837</td>
<td class='column-name'><a href="/Zitney/hydr1">hydr1</a></td>
<td class='column-group'><a href="/Zitney">Zitney</a></td>
<td class='column-num_rows'>5,308</td>
<td class='column-num_cols'>5,308</td>
<td class='column-nonzeros'>22,680</td>
<td class='column-kind d-none d-md-table-cell'>Chemical Process Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>1997</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Zitney/hydr1.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Zitney/hydr1.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Zitney/hydr1.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>838</td>
<td class='column-name'><a href="/Zitney/radfr1">radfr1</a></td>
<td class='column-group'><a href="/Zitney">Zitney</a></td>
<td class='column-num_rows'>1,048</td>
<td class='column-num_cols'>1,048</td>
<td class='column-nonzeros'>13,299</td>
<td class='column-kind d-none d-md-table-cell'>Chemical Process Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>1997</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Zitney/radfr1.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Zitney/radfr1.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Zitney/radfr1.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>839</td>
<td class='column-name'><a href="/Zitney/rdist1">rdist1</a></td>
<td class='column-group'><a href="/Zitney">Zitney</a></td>
<td class='column-num_rows'>4,134</td>
<td class='column-num_cols'>4,134</td>
<td class='column-nonzeros'>94,408</td>
<td class='column-kind d-none d-md-table-cell'>Chemical Process Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>1992</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Zitney/rdist1.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Zitney/rdist1.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Zitney/rdist1.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>840</td>
<td class='column-name'><a href="/Zitney/rdist2">rdist2</a></td>
<td class='column-group'><a href="/Zitney">Zitney</a></td>
<td class='column-num_rows'>3,198</td>
<td class='column-num_cols'>3,198</td>
<td class='column-nonzeros'>56,834</td>
<td class='column-kind d-none d-md-table-cell'>Chemical Process Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>1992</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Zitney/rdist2.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Zitney/rdist2.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Zitney/rdist2.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>841</td>
<td class='column-name'><a href="/Zitney/rdist3a">rdist3a</a></td>
<td class='column-group'><a href="/Zitney">Zitney</a></td>
<td class='column-num_rows'>2,398</td>
<td class='column-num_cols'>2,398</td>
<td class='column-nonzeros'>61,896</td>
<td class='column-kind d-none d-md-table-cell'>Chemical Process Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>1992</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Zitney/rdist3a.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Zitney/rdist3a.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Zitney/rdist3a.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>842</td>
<td class='column-name'><a href="/Cunningham/k3plates">k3plates</a></td>
<td class='column-group'><a href="/Cunningham">Cunningham</a></td>
<td class='column-num_rows'>11,107</td>
<td class='column-num_cols'>11,107</td>
<td class='column-nonzeros'>378,927</td>
<td class='column-kind d-none d-md-table-cell'>Acoustics Problem</td>
<td class='column-date d-none d-md-table-cell'>2002</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Cunningham/k3plates.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Cunningham/k3plates.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Cunningham/k3plates.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>843</td>
<td class='column-name'><a href="/Cunningham/m3plates">m3plates</a></td>
<td class='column-group'><a href="/Cunningham">Cunningham</a></td>
<td class='column-num_rows'>11,107</td>
<td class='column-num_cols'>11,107</td>
<td class='column-nonzeros'>6,639</td>
<td class='column-kind d-none d-md-table-cell'>Acoustics Problem</td>
<td class='column-date d-none d-md-table-cell'>2002</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Cunningham/m3plates.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Cunningham/m3plates.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Cunningham/m3plates.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>844</td>
<td class='column-name'><a href="/Cunningham/qa8fk">qa8fk</a></td>
<td class='column-group'><a href="/Cunningham">Cunningham</a></td>
<td class='column-num_rows'>66,127</td>
<td class='column-num_cols'>66,127</td>
<td class='column-nonzeros'>1,660,579</td>
<td class='column-kind d-none d-md-table-cell'>Acoustics Problem</td>
<td class='column-date d-none d-md-table-cell'>2002</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Cunningham/qa8fk.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Cunningham/qa8fk.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Cunningham/qa8fk.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>845</td>
<td class='column-name'><a href="/Cunningham/qa8fm">qa8fm</a></td>
<td class='column-group'><a href="/Cunningham">Cunningham</a></td>
<td class='column-num_rows'>66,127</td>
<td class='column-num_cols'>66,127</td>
<td class='column-nonzeros'>1,660,579</td>
<td class='column-kind d-none d-md-table-cell'>Acoustics Problem</td>
<td class='column-date d-none d-md-table-cell'>2002</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Cunningham/qa8fm.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Cunningham/qa8fm.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Cunningham/qa8fm.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>846</td>
<td class='column-name'><a href="/Boeing/bcsstk39">bcsstk39</a></td>
<td class='column-group'><a href="/Boeing">Boeing</a></td>
<td class='column-num_rows'>46,772</td>
<td class='column-num_cols'>46,772</td>
<td class='column-nonzeros'>2,060,662</td>
<td class='column-kind d-none d-md-table-cell'>Structural Problem</td>
<td class='column-date d-none d-md-table-cell'>2002</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Boeing/bcsstk39.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Boeing/bcsstk39.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Boeing/bcsstk39.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>861</td>
<td class='column-name'><a href="/MathWorks/pivtol">pivtol</a></td>
<td class='column-group'><a href="/MathWorks">MathWorks</a></td>
<td class='column-num_rows'>102</td>
<td class='column-num_cols'>102</td>
<td class='column-nonzeros'>306</td>
<td class='column-kind d-none d-md-table-cell'>Statistical/Mathematical Problem</td>
<td class='column-date d-none d-md-table-cell'>2002</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/MathWorks/pivtol.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/MathWorks/pivtol.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/MathWorks/pivtol.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>864</td>
<td class='column-name'><a href="/Langemyr/comsol">comsol</a></td>
<td class='column-group'><a href="/Langemyr">Langemyr</a></td>
<td class='column-num_rows'>1,500</td>
<td class='column-num_cols'>1,500</td>
<td class='column-nonzeros'>97,645</td>
<td class='column-kind d-none d-md-table-cell'>Structural Problem</td>
<td class='column-date d-none d-md-table-cell'>2002</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Langemyr/comsol.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Langemyr/comsol.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Langemyr/comsol.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>868</td>
<td class='column-name'><a href="/Pothen/bodyy4">bodyy4</a></td>
<td class='column-group'><a href="/Pothen">Pothen</a></td>
<td class='column-num_rows'>17,546</td>
<td class='column-num_cols'>17,546</td>
<td class='column-nonzeros'>121,550</td>
<td class='column-kind d-none d-md-table-cell'>Structural Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Pothen/bodyy4.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Pothen/bodyy4.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Pothen/bodyy4.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>869</td>
<td class='column-name'><a href="/Pothen/bodyy5">bodyy5</a></td>
<td class='column-group'><a href="/Pothen">Pothen</a></td>
<td class='column-num_rows'>18,589</td>
<td class='column-num_cols'>18,589</td>
<td class='column-nonzeros'>128,853</td>
<td class='column-kind d-none d-md-table-cell'>Structural Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Pothen/bodyy5.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Pothen/bodyy5.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Pothen/bodyy5.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>870</td>
<td class='column-name'><a href="/Pothen/bodyy6">bodyy6</a></td>
<td class='column-group'><a href="/Pothen">Pothen</a></td>
<td class='column-num_rows'>19,366</td>
<td class='column-num_cols'>19,366</td>
<td class='column-nonzeros'>134,208</td>
<td class='column-kind d-none d-md-table-cell'>Structural Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Pothen/bodyy6.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Pothen/bodyy6.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Pothen/bodyy6.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>872</td>
<td class='column-name'><a href="/Pothen/mesh1e1">mesh1e1</a></td>
<td class='column-group'><a href="/Pothen">Pothen</a></td>
<td class='column-num_rows'>48</td>
<td class='column-num_cols'>48</td>
<td class='column-nonzeros'>306</td>
<td class='column-kind d-none d-md-table-cell'>Structural Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Pothen/mesh1e1.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Pothen/mesh1e1.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Pothen/mesh1e1.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>873</td>
<td class='column-name'><a href="/Pothen/mesh1em1">mesh1em1</a></td>
<td class='column-group'><a href="/Pothen">Pothen</a></td>
<td class='column-num_rows'>48</td>
<td class='column-num_cols'>48</td>
<td class='column-nonzeros'>306</td>
<td class='column-kind d-none d-md-table-cell'>Structural Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Pothen/mesh1em1.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Pothen/mesh1em1.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Pothen/mesh1em1.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>874</td>
<td class='column-name'><a href="/Pothen/mesh1em6">mesh1em6</a></td>
<td class='column-group'><a href="/Pothen">Pothen</a></td>
<td class='column-num_rows'>48</td>
<td class='column-num_cols'>48</td>
<td class='column-nonzeros'>306</td>
<td class='column-kind d-none d-md-table-cell'>Structural Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Pothen/mesh1em6.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Pothen/mesh1em6.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Pothen/mesh1em6.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>875</td>
<td class='column-name'><a href="/Pothen/mesh2e1">mesh2e1</a></td>
<td class='column-group'><a href="/Pothen">Pothen</a></td>
<td class='column-num_rows'>306</td>
<td class='column-num_cols'>306</td>
<td class='column-nonzeros'>2,018</td>
<td class='column-kind d-none d-md-table-cell'>Structural Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Pothen/mesh2e1.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Pothen/mesh2e1.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Pothen/mesh2e1.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>876</td>
<td class='column-name'><a href="/Pothen/mesh2em5">mesh2em5</a></td>
<td class='column-group'><a href="/Pothen">Pothen</a></td>
<td class='column-num_rows'>306</td>
<td class='column-num_cols'>306</td>
<td class='column-nonzeros'>2,018</td>
<td class='column-kind d-none d-md-table-cell'>Structural Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Pothen/mesh2em5.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Pothen/mesh2em5.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Pothen/mesh2em5.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>877</td>
<td class='column-name'><a href="/Pothen/mesh3e1">mesh3e1</a></td>
<td class='column-group'><a href="/Pothen">Pothen</a></td>
<td class='column-num_rows'>289</td>
<td class='column-num_cols'>289</td>
<td class='column-nonzeros'>1,377</td>
<td class='column-kind d-none d-md-table-cell'>Structural Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Pothen/mesh3e1.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Pothen/mesh3e1.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Pothen/mesh3e1.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>878</td>
<td class='column-name'><a href="/Pothen/mesh3em5">mesh3em5</a></td>
<td class='column-group'><a href="/Pothen">Pothen</a></td>
<td class='column-num_rows'>289</td>
<td class='column-num_cols'>289</td>
<td class='column-nonzeros'>1,377</td>
<td class='column-kind d-none d-md-table-cell'>Structural Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Pothen/mesh3em5.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Pothen/mesh3em5.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Pothen/mesh3em5.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>887</td>
<td class='column-name'><a href="/Norris/fv1">fv1</a></td>
<td class='column-group'><a href="/Norris">Norris</a></td>
<td class='column-num_rows'>9,604</td>
<td class='column-num_cols'>9,604</td>
<td class='column-nonzeros'>85,264</td>
<td class='column-kind d-none d-md-table-cell'>2D/3D Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Norris/fv1.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Norris/fv1.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Norris/fv1.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>888</td>
<td class='column-name'><a href="/Norris/fv2">fv2</a></td>
<td class='column-group'><a href="/Norris">Norris</a></td>
<td class='column-num_rows'>9,801</td>
<td class='column-num_cols'>9,801</td>
<td class='column-nonzeros'>87,025</td>
<td class='column-kind d-none d-md-table-cell'>2D/3D Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Norris/fv2.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Norris/fv2.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Norris/fv2.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>889</td>
<td class='column-name'><a href="/Norris/fv3">fv3</a></td>
<td class='column-group'><a href="/Norris">Norris</a></td>
<td class='column-num_rows'>9,801</td>
<td class='column-num_cols'>9,801</td>
<td class='column-nonzeros'>87,025</td>
<td class='column-kind d-none d-md-table-cell'>2D/3D Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Norris/fv3.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Norris/fv3.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Norris/fv3.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>890</td>
<td class='column-name'><a href="/Norris/heart1">heart1</a></td>
<td class='column-group'><a href="/Norris">Norris</a></td>
<td class='column-num_rows'>3,557</td>
<td class='column-num_cols'>3,557</td>
<td class='column-nonzeros'>1,385,317</td>
<td class='column-kind d-none d-md-table-cell'>2D/3D Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Norris/heart1.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Norris/heart1.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Norris/heart1.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>891</td>
<td class='column-name'><a href="/Norris/heart2">heart2</a></td>
<td class='column-group'><a href="/Norris">Norris</a></td>
<td class='column-num_rows'>2,339</td>
<td class='column-num_cols'>2,339</td>
<td class='column-nonzeros'>680,341</td>
<td class='column-kind d-none d-md-table-cell'>2D/3D Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Norris/heart2.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Norris/heart2.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Norris/heart2.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>892</td>
<td class='column-name'><a href="/Norris/heart3">heart3</a></td>
<td class='column-group'><a href="/Norris">Norris</a></td>
<td class='column-num_rows'>2,339</td>
<td class='column-num_cols'>2,339</td>
<td class='column-nonzeros'>680,341</td>
<td class='column-kind d-none d-md-table-cell'>2D/3D Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Norris/heart3.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Norris/heart3.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Norris/heart3.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>893</td>
<td class='column-name'><a href="/Norris/lung1">lung1</a></td>
<td class='column-group'><a href="/Norris">Norris</a></td>
<td class='column-num_rows'>1,650</td>
<td class='column-num_cols'>1,650</td>
<td class='column-nonzeros'>7,419</td>
<td class='column-kind d-none d-md-table-cell'>Computational Fluid Dynamics Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Norris/lung1.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Norris/lung1.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Norris/lung1.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>894</td>
<td class='column-name'><a href="/Norris/lung2">lung2</a></td>
<td class='column-group'><a href="/Norris">Norris</a></td>
<td class='column-num_rows'>109,460</td>
<td class='column-num_cols'>109,460</td>
<td class='column-nonzeros'>492,564</td>
<td class='column-kind d-none d-md-table-cell'>Computational Fluid Dynamics Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Norris/lung2.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Norris/lung2.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Norris/lung2.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>895</td>
<td class='column-name'><a href="/Norris/stomach">stomach</a></td>
<td class='column-group'><a href="/Norris">Norris</a></td>
<td class='column-num_rows'>213,360</td>
<td class='column-num_cols'>213,360</td>
<td class='column-nonzeros'>3,021,648</td>
<td class='column-kind d-none d-md-table-cell'>2D/3D Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Norris/stomach.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Norris/stomach.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Norris/stomach.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>896</td>
<td class='column-name'><a href="/Norris/torso1">torso1</a></td>
<td class='column-group'><a href="/Norris">Norris</a></td>
<td class='column-num_rows'>116,158</td>
<td class='column-num_cols'>116,158</td>
<td class='column-nonzeros'>8,516,500</td>
<td class='column-kind d-none d-md-table-cell'>2D/3D Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Norris/torso1.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Norris/torso1.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Norris/torso1.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>897</td>
<td class='column-name'><a href="/Norris/torso2">torso2</a></td>
<td class='column-group'><a href="/Norris">Norris</a></td>
<td class='column-num_rows'>115,967</td>
<td class='column-num_cols'>115,967</td>
<td class='column-nonzeros'>1,033,473</td>
<td class='column-kind d-none d-md-table-cell'>2D/3D Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Norris/torso2.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Norris/torso2.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Norris/torso2.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>898</td>
<td class='column-name'><a href="/Norris/torso3">torso3</a></td>
<td class='column-group'><a href="/Norris">Norris</a></td>
<td class='column-num_rows'>259,156</td>
<td class='column-num_cols'>259,156</td>
<td class='column-nonzeros'>4,429,042</td>
<td class='column-kind d-none d-md-table-cell'>2D/3D Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Norris/torso3.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Norris/torso3.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Norris/torso3.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>899</td>
<td class='column-name'><a href="/Shen/e40r0100">e40r0100</a></td>
<td class='column-group'><a href="/Shen">Shen</a></td>
<td class='column-num_rows'>17,281</td>
<td class='column-num_cols'>17,281</td>
<td class='column-nonzeros'>553,562</td>
<td class='column-kind d-none d-md-table-cell'>2D/3D Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Shen/e40r0100.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Shen/e40r0100.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Shen/e40r0100.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>900</td>
<td class='column-name'><a href="/Shen/shermanACa">shermanACa</a></td>
<td class='column-group'><a href="/Shen">Shen</a></td>
<td class='column-num_rows'>3,432</td>
<td class='column-num_cols'>3,432</td>
<td class='column-nonzeros'>25,220</td>
<td class='column-kind d-none d-md-table-cell'>2D/3D Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Shen/shermanACa.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Shen/shermanACa.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Shen/shermanACa.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>901</td>
<td class='column-name'><a href="/Shen/shermanACb">shermanACb</a></td>
<td class='column-group'><a href="/Shen">Shen</a></td>
<td class='column-num_rows'>18,510</td>
<td class='column-num_cols'>18,510</td>
<td class='column-nonzeros'>145,149</td>
<td class='column-kind d-none d-md-table-cell'>2D/3D Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Shen/shermanACb.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Shen/shermanACb.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Shen/shermanACb.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>902</td>
<td class='column-name'><a href="/Shen/shermanACd">shermanACd</a></td>
<td class='column-group'><a href="/Shen">Shen</a></td>
<td class='column-num_rows'>6,136</td>
<td class='column-num_cols'>6,136</td>
<td class='column-nonzeros'>53,329</td>
<td class='column-kind d-none d-md-table-cell'>2D/3D Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Shen/shermanACd.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Shen/shermanACd.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Shen/shermanACd.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>903</td>
<td class='column-name'><a href="/Pereyra/landmark">landmark</a></td>
<td class='column-group'><a href="/Pereyra">Pereyra</a></td>
<td class='column-num_rows'>71,952</td>
<td class='column-num_cols'>2,704</td>
<td class='column-nonzeros'>1,146,848</td>
<td class='column-kind d-none d-md-table-cell'>Least Squares Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Pereyra/landmark.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Pereyra/landmark.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Pereyra/landmark.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>904</td>
<td class='column-name'><a href="/vanHeukelum/cage3">cage3</a></td>
<td class='column-group'><a href="/vanHeukelum">vanHeukelum</a></td>
<td class='column-num_rows'>5</td>
<td class='column-num_cols'>5</td>
<td class='column-nonzeros'>19</td>
<td class='column-kind d-none d-md-table-cell'>Directed Weighted Graph</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/vanHeukelum/cage3.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/vanHeukelum/cage3.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/vanHeukelum/cage3.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>905</td>
<td class='column-name'><a href="/vanHeukelum/cage4">cage4</a></td>
<td class='column-group'><a href="/vanHeukelum">vanHeukelum</a></td>
<td class='column-num_rows'>9</td>
<td class='column-num_cols'>9</td>
<td class='column-nonzeros'>49</td>
<td class='column-kind d-none d-md-table-cell'>Directed Weighted Graph</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/vanHeukelum/cage4.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/vanHeukelum/cage4.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/vanHeukelum/cage4.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>906</td>
<td class='column-name'><a href="/vanHeukelum/cage5">cage5</a></td>
<td class='column-group'><a href="/vanHeukelum">vanHeukelum</a></td>
<td class='column-num_rows'>37</td>
<td class='column-num_cols'>37</td>
<td class='column-nonzeros'>233</td>
<td class='column-kind d-none d-md-table-cell'>Directed Weighted Graph</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/vanHeukelum/cage5.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/vanHeukelum/cage5.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/vanHeukelum/cage5.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>907</td>
<td class='column-name'><a href="/vanHeukelum/cage6">cage6</a></td>
<td class='column-group'><a href="/vanHeukelum">vanHeukelum</a></td>
<td class='column-num_rows'>93</td>
<td class='column-num_cols'>93</td>
<td class='column-nonzeros'>785</td>
<td class='column-kind d-none d-md-table-cell'>Directed Weighted Graph</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/vanHeukelum/cage6.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/vanHeukelum/cage6.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/vanHeukelum/cage6.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>908</td>
<td class='column-name'><a href="/vanHeukelum/cage7">cage7</a></td>
<td class='column-group'><a href="/vanHeukelum">vanHeukelum</a></td>
<td class='column-num_rows'>340</td>
<td class='column-num_cols'>340</td>
<td class='column-nonzeros'>3,084</td>
<td class='column-kind d-none d-md-table-cell'>Directed Weighted Graph</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/vanHeukelum/cage7.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/vanHeukelum/cage7.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/vanHeukelum/cage7.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>909</td>
<td class='column-name'><a href="/vanHeukelum/cage8">cage8</a></td>
<td class='column-group'><a href="/vanHeukelum">vanHeukelum</a></td>
<td class='column-num_rows'>1,015</td>
<td class='column-num_cols'>1,015</td>
<td class='column-nonzeros'>11,003</td>
<td class='column-kind d-none d-md-table-cell'>Directed Weighted Graph</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/vanHeukelum/cage8.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/vanHeukelum/cage8.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/vanHeukelum/cage8.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>910</td>
<td class='column-name'><a href="/vanHeukelum/cage9">cage9</a></td>
<td class='column-group'><a href="/vanHeukelum">vanHeukelum</a></td>
<td class='column-num_rows'>3,534</td>
<td class='column-num_cols'>3,534</td>
<td class='column-nonzeros'>41,594</td>
<td class='column-kind d-none d-md-table-cell'>Directed Weighted Graph</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/vanHeukelum/cage9.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/vanHeukelum/cage9.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/vanHeukelum/cage9.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>911</td>
<td class='column-name'><a href="/vanHeukelum/cage10">cage10</a></td>
<td class='column-group'><a href="/vanHeukelum">vanHeukelum</a></td>
<td class='column-num_rows'>11,397</td>
<td class='column-num_cols'>11,397</td>
<td class='column-nonzeros'>150,645</td>
<td class='column-kind d-none d-md-table-cell'>Directed Weighted Graph</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/vanHeukelum/cage10.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/vanHeukelum/cage10.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/vanHeukelum/cage10.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>912</td>
<td class='column-name'><a href="/vanHeukelum/cage11">cage11</a></td>
<td class='column-group'><a href="/vanHeukelum">vanHeukelum</a></td>
<td class='column-num_rows'>39,082</td>
<td class='column-num_cols'>39,082</td>
<td class='column-nonzeros'>559,722</td>
<td class='column-kind d-none d-md-table-cell'>Directed Weighted Graph</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/vanHeukelum/cage11.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/vanHeukelum/cage11.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/vanHeukelum/cage11.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>913</td>
<td class='column-name'><a href="/vanHeukelum/cage12">cage12</a></td>
<td class='column-group'><a href="/vanHeukelum">vanHeukelum</a></td>
<td class='column-num_rows'>130,228</td>
<td class='column-num_cols'>130,228</td>
<td class='column-nonzeros'>2,032,536</td>
<td class='column-kind d-none d-md-table-cell'>Directed Weighted Graph</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/vanHeukelum/cage12.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/vanHeukelum/cage12.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/vanHeukelum/cage12.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>914</td>
<td class='column-name'><a href="/vanHeukelum/cage13">cage13</a></td>
<td class='column-group'><a href="/vanHeukelum">vanHeukelum</a></td>
<td class='column-num_rows'>445,315</td>
<td class='column-num_cols'>445,315</td>
<td class='column-nonzeros'>7,479,343</td>
<td class='column-kind d-none d-md-table-cell'>Directed Weighted Graph</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/vanHeukelum/cage13.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/vanHeukelum/cage13.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/vanHeukelum/cage13.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>915</td>
<td class='column-name'><a href="/vanHeukelum/cage14">cage14</a></td>
<td class='column-group'><a href="/vanHeukelum">vanHeukelum</a></td>
<td class='column-num_rows'>1,505,785</td>
<td class='column-num_cols'>1,505,785</td>
<td class='column-nonzeros'>27,130,349</td>
<td class='column-kind d-none d-md-table-cell'>Directed Weighted Graph</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/vanHeukelum/cage14.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/vanHeukelum/cage14.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/vanHeukelum/cage14.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>916</td>
<td class='column-name'><a href="/vanHeukelum/cage15">cage15</a></td>
<td class='column-group'><a href="/vanHeukelum">vanHeukelum</a></td>
<td class='column-num_rows'>5,154,859</td>
<td class='column-num_cols'>5,154,859</td>
<td class='column-nonzeros'>99,199,551</td>
<td class='column-kind d-none d-md-table-cell'>Directed Weighted Graph</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/vanHeukelum/cage15.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/vanHeukelum/cage15.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/vanHeukelum/cage15.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>917</td>
<td class='column-name'><a href="/Hohn/fd12">fd12</a></td>
<td class='column-group'><a href="/Hohn">Hohn</a></td>
<td class='column-num_rows'>7,500</td>
<td class='column-num_cols'>7,500</td>
<td class='column-nonzeros'>28,462</td>
<td class='column-kind d-none d-md-table-cell'>Materials Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Hohn/fd12.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Hohn/fd12.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Hohn/fd12.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>918</td>
<td class='column-name'><a href="/Hohn/fd15">fd15</a></td>
<td class='column-group'><a href="/Hohn">Hohn</a></td>
<td class='column-num_rows'>11,532</td>
<td class='column-num_cols'>11,532</td>
<td class='column-nonzeros'>44,206</td>
<td class='column-kind d-none d-md-table-cell'>Materials Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Hohn/fd15.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Hohn/fd15.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Hohn/fd15.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>919</td>
<td class='column-name'><a href="/Hohn/fd18">fd18</a></td>
<td class='column-group'><a href="/Hohn">Hohn</a></td>
<td class='column-num_rows'>16,428</td>
<td class='column-num_cols'>16,428</td>
<td class='column-nonzeros'>63,406</td>
<td class='column-kind d-none d-md-table-cell'>Materials Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Hohn/fd18.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Hohn/fd18.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Hohn/fd18.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>920</td>
<td class='column-name'><a href="/Hohn/sinc12">sinc12</a></td>
<td class='column-group'><a href="/Hohn">Hohn</a></td>
<td class='column-num_rows'>7,500</td>
<td class='column-num_cols'>7,500</td>
<td class='column-nonzeros'>283,992</td>
<td class='column-kind d-none d-md-table-cell'>Materials Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Hohn/sinc12.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Hohn/sinc12.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Hohn/sinc12.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>921</td>
<td class='column-name'><a href="/Hohn/sinc15">sinc15</a></td>
<td class='column-group'><a href="/Hohn">Hohn</a></td>
<td class='column-num_rows'>11,532</td>
<td class='column-num_cols'>11,532</td>
<td class='column-nonzeros'>551,184</td>
<td class='column-kind d-none d-md-table-cell'>Materials Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Hohn/sinc15.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Hohn/sinc15.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Hohn/sinc15.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>922</td>
<td class='column-name'><a href="/Hohn/sinc18">sinc18</a></td>
<td class='column-group'><a href="/Hohn">Hohn</a></td>
<td class='column-num_rows'>16,428</td>
<td class='column-num_cols'>16,428</td>
<td class='column-nonzeros'>948,696</td>
<td class='column-kind d-none d-md-table-cell'>Materials Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Hohn/sinc18.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Hohn/sinc18.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Hohn/sinc18.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>925</td>
<td class='column-name'><a href="/FEMLAB/ns3Da">ns3Da</a></td>
<td class='column-group'><a href="/FEMLAB">FEMLAB</a></td>
<td class='column-num_rows'>20,414</td>
<td class='column-num_cols'>20,414</td>
<td class='column-nonzeros'>1,679,599</td>
<td class='column-kind d-none d-md-table-cell'>Computational Fluid Dynamics Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/FEMLAB/ns3Da.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/FEMLAB/ns3Da.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/FEMLAB/ns3Da.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>926</td>
<td class='column-name'><a href="/FEMLAB/poisson2D">poisson2D</a></td>
<td class='column-group'><a href="/FEMLAB">FEMLAB</a></td>
<td class='column-num_rows'>367</td>
<td class='column-num_cols'>367</td>
<td class='column-nonzeros'>2,417</td>
<td class='column-kind d-none d-md-table-cell'>Computational Fluid Dynamics Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/FEMLAB/poisson2D.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/FEMLAB/poisson2D.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/FEMLAB/poisson2D.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>927</td>
<td class='column-name'><a href="/FEMLAB/poisson3Da">poisson3Da</a></td>
<td class='column-group'><a href="/FEMLAB">FEMLAB</a></td>
<td class='column-num_rows'>13,514</td>
<td class='column-num_cols'>13,514</td>
<td class='column-nonzeros'>352,762</td>
<td class='column-kind d-none d-md-table-cell'>Computational Fluid Dynamics Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/FEMLAB/poisson3Da.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/FEMLAB/poisson3Da.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/FEMLAB/poisson3Da.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>928</td>
<td class='column-name'><a href="/FEMLAB/poisson3Db">poisson3Db</a></td>
<td class='column-group'><a href="/FEMLAB">FEMLAB</a></td>
<td class='column-num_rows'>85,623</td>
<td class='column-num_cols'>85,623</td>
<td class='column-nonzeros'>2,374,949</td>
<td class='column-kind d-none d-md-table-cell'>Computational Fluid Dynamics Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/FEMLAB/poisson3Db.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/FEMLAB/poisson3Db.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/FEMLAB/poisson3Db.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>929</td>
<td class='column-name'><a href="/FEMLAB/problem1">problem1</a></td>
<td class='column-group'><a href="/FEMLAB">FEMLAB</a></td>
<td class='column-num_rows'>415</td>
<td class='column-num_cols'>415</td>
<td class='column-nonzeros'>2,779</td>
<td class='column-kind d-none d-md-table-cell'>2D/3D Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/FEMLAB/problem1.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/FEMLAB/problem1.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/FEMLAB/problem1.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>930</td>
<td class='column-name'><a href="/FEMLAB/sme3Da">sme3Da</a></td>
<td class='column-group'><a href="/FEMLAB">FEMLAB</a></td>
<td class='column-num_rows'>12,504</td>
<td class='column-num_cols'>12,504</td>
<td class='column-nonzeros'>874,887</td>
<td class='column-kind d-none d-md-table-cell'>Structural Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/FEMLAB/sme3Da.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/FEMLAB/sme3Da.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/FEMLAB/sme3Da.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>931</td>
<td class='column-name'><a href="/FEMLAB/sme3Db">sme3Db</a></td>
<td class='column-group'><a href="/FEMLAB">FEMLAB</a></td>
<td class='column-num_rows'>29,067</td>
<td class='column-num_cols'>29,067</td>
<td class='column-nonzeros'>2,081,063</td>
<td class='column-kind d-none d-md-table-cell'>Structural Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/FEMLAB/sme3Db.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/FEMLAB/sme3Db.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/FEMLAB/sme3Db.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>932</td>
<td class='column-name'><a href="/FEMLAB/sme3Dc">sme3Dc</a></td>
<td class='column-group'><a href="/FEMLAB">FEMLAB</a></td>
<td class='column-num_rows'>42,930</td>
<td class='column-num_cols'>42,930</td>
<td class='column-nonzeros'>3,148,656</td>
<td class='column-kind d-none d-md-table-cell'>Structural Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/FEMLAB/sme3Dc.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/FEMLAB/sme3Dc.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/FEMLAB/sme3Dc.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>934</td>
<td class='column-name'><a href="/Lucifora/cell1">cell1</a></td>
<td class='column-group'><a href="/Lucifora">Lucifora</a></td>
<td class='column-num_rows'>7,055</td>
<td class='column-num_cols'>7,055</td>
<td class='column-nonzeros'>30,082</td>
<td class='column-kind d-none d-md-table-cell'>Directed Weighted Graph</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Lucifora/cell1.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Lucifora/cell1.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Lucifora/cell1.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>935</td>
<td class='column-name'><a href="/Lucifora/cell2">cell2</a></td>
<td class='column-group'><a href="/Lucifora">Lucifora</a></td>
<td class='column-num_rows'>7,055</td>
<td class='column-num_cols'>7,055</td>
<td class='column-nonzeros'>30,082</td>
<td class='column-kind d-none d-md-table-cell'>Directed Weighted Graph</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Lucifora/cell2.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Lucifora/cell2.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Lucifora/cell2.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>936</td>
<td class='column-name'><a href="/ND/nd3k">nd3k</a></td>
<td class='column-group'><a href="/ND">ND</a></td>
<td class='column-num_rows'>9,000</td>
<td class='column-num_cols'>9,000</td>
<td class='column-nonzeros'>3,279,690</td>
<td class='column-kind d-none d-md-table-cell'>2D/3D Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/ND/nd3k.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/ND/nd3k.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/ND/nd3k.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>937</td>
<td class='column-name'><a href="/ND/nd6k">nd6k</a></td>
<td class='column-group'><a href="/ND">ND</a></td>
<td class='column-num_rows'>18,000</td>
<td class='column-num_cols'>18,000</td>
<td class='column-nonzeros'>6,897,316</td>
<td class='column-kind d-none d-md-table-cell'>2D/3D Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/ND/nd6k.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/ND/nd6k.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/ND/nd6k.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>938</td>
<td class='column-name'><a href="/ND/nd12k">nd12k</a></td>
<td class='column-group'><a href="/ND">ND</a></td>
<td class='column-num_rows'>36,000</td>
<td class='column-num_cols'>36,000</td>
<td class='column-nonzeros'>14,220,946</td>
<td class='column-kind d-none d-md-table-cell'>2D/3D Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/ND/nd12k.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/ND/nd12k.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/ND/nd12k.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>939</td>
<td class='column-name'><a href="/ND/nd24k">nd24k</a></td>
<td class='column-group'><a href="/ND">ND</a></td>
<td class='column-num_rows'>72,000</td>
<td class='column-num_cols'>72,000</td>
<td class='column-nonzeros'>28,715,634</td>
<td class='column-kind d-none d-md-table-cell'>2D/3D Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/ND/nd24k.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/ND/nd24k.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/ND/nd24k.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>940</td>
<td class='column-name'><a href="/Schenk_AFE/af_shell1">af_shell1</a></td>
<td class='column-group'><a href="/Schenk_AFE">Schenk_AFE</a></td>
<td class='column-num_rows'>504,855</td>
<td class='column-num_cols'>504,855</td>
<td class='column-nonzeros'>17,562,051</td>
<td class='column-kind d-none d-md-table-cell'>Structural Problem Sequence</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Schenk_AFE/af_shell1.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Schenk_AFE/af_shell1.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Schenk_AFE/af_shell1.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>941</td>
<td class='column-name'><a href="/Schenk_AFE/af_shell2">af_shell2</a></td>
<td class='column-group'><a href="/Schenk_AFE">Schenk_AFE</a></td>
<td class='column-num_rows'>504,855</td>
<td class='column-num_cols'>504,855</td>
<td class='column-nonzeros'>17,562,051</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Structural Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Schenk_AFE/af_shell2.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Schenk_AFE/af_shell2.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Schenk_AFE/af_shell2.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>942</td>
<td class='column-name'><a href="/Schenk_AFE/af_shell3">af_shell3</a></td>
<td class='column-group'><a href="/Schenk_AFE">Schenk_AFE</a></td>
<td class='column-num_rows'>504,855</td>
<td class='column-num_cols'>504,855</td>
<td class='column-nonzeros'>17,562,051</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Structural Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Schenk_AFE/af_shell3.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Schenk_AFE/af_shell3.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Schenk_AFE/af_shell3.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>943</td>
<td class='column-name'><a href="/Schenk_AFE/af_shell4">af_shell4</a></td>
<td class='column-group'><a href="/Schenk_AFE">Schenk_AFE</a></td>
<td class='column-num_rows'>504,855</td>
<td class='column-num_cols'>504,855</td>
<td class='column-nonzeros'>17,562,051</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Structural Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Schenk_AFE/af_shell4.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Schenk_AFE/af_shell4.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Schenk_AFE/af_shell4.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>944</td>
<td class='column-name'><a href="/Schenk_AFE/af_shell5">af_shell5</a></td>
<td class='column-group'><a href="/Schenk_AFE">Schenk_AFE</a></td>
<td class='column-num_rows'>504,855</td>
<td class='column-num_cols'>504,855</td>
<td class='column-nonzeros'>17,579,155</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Structural Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Schenk_AFE/af_shell5.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Schenk_AFE/af_shell5.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Schenk_AFE/af_shell5.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>945</td>
<td class='column-name'><a href="/Schenk_AFE/af_shell6">af_shell6</a></td>
<td class='column-group'><a href="/Schenk_AFE">Schenk_AFE</a></td>
<td class='column-num_rows'>504,855</td>
<td class='column-num_cols'>504,855</td>
<td class='column-nonzeros'>17,579,155</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Structural Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Schenk_AFE/af_shell6.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Schenk_AFE/af_shell6.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Schenk_AFE/af_shell6.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>946</td>
<td class='column-name'><a href="/Schenk_AFE/af_shell7">af_shell7</a></td>
<td class='column-group'><a href="/Schenk_AFE">Schenk_AFE</a></td>
<td class='column-num_rows'>504,855</td>
<td class='column-num_cols'>504,855</td>
<td class='column-nonzeros'>17,579,155</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Structural Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Schenk_AFE/af_shell7.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Schenk_AFE/af_shell7.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Schenk_AFE/af_shell7.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>947</td>
<td class='column-name'><a href="/Schenk_AFE/af_shell8">af_shell8</a></td>
<td class='column-group'><a href="/Schenk_AFE">Schenk_AFE</a></td>
<td class='column-num_rows'>504,855</td>
<td class='column-num_cols'>504,855</td>
<td class='column-nonzeros'>17,579,155</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Structural Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Schenk_AFE/af_shell8.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Schenk_AFE/af_shell8.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Schenk_AFE/af_shell8.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>948</td>
<td class='column-name'><a href="/Schenk_AFE/af_shell9">af_shell9</a></td>
<td class='column-group'><a href="/Schenk_AFE">Schenk_AFE</a></td>
<td class='column-num_rows'>504,855</td>
<td class='column-num_cols'>504,855</td>
<td class='column-nonzeros'>17,588,845</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Structural Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Schenk_AFE/af_shell9.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Schenk_AFE/af_shell9.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Schenk_AFE/af_shell9.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>949</td>
<td class='column-name'><a href="/Schenk_IBMNA/c-62">c-62</a></td>
<td class='column-group'><a href="/Schenk_IBMNA">Schenk_IBMNA</a></td>
<td class='column-num_rows'>41,731</td>
<td class='column-num_cols'>41,731</td>
<td class='column-nonzeros'>559,341</td>
<td class='column-kind d-none d-md-table-cell'>Optimization Problem Sequence</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Schenk_IBMNA/c-62.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Schenk_IBMNA/c-62.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Schenk_IBMNA/c-62.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>950</td>
<td class='column-name'><a href="/Schenk_IBMNA/c-64">c-64</a></td>
<td class='column-group'><a href="/Schenk_IBMNA">Schenk_IBMNA</a></td>
<td class='column-num_rows'>51,035</td>
<td class='column-num_cols'>51,035</td>
<td class='column-nonzeros'>707,985</td>
<td class='column-kind d-none d-md-table-cell'>Optimization Problem Sequence</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Schenk_IBMNA/c-64.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Schenk_IBMNA/c-64.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Schenk_IBMNA/c-64.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>951</td>
<td class='column-name'><a href="/Schenk_IBMNA/c-66">c-66</a></td>
<td class='column-group'><a href="/Schenk_IBMNA">Schenk_IBMNA</a></td>
<td class='column-num_rows'>49,989</td>
<td class='column-num_cols'>49,989</td>
<td class='column-nonzeros'>444,853</td>
<td class='column-kind d-none d-md-table-cell'>Optimization Problem Sequence</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Schenk_IBMNA/c-66.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Schenk_IBMNA/c-66.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Schenk_IBMNA/c-66.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>952</td>
<td class='column-name'><a href="/Schenk_IBMNA/c-67">c-67</a></td>
<td class='column-group'><a href="/Schenk_IBMNA">Schenk_IBMNA</a></td>
<td class='column-num_rows'>57,975</td>
<td class='column-num_cols'>57,975</td>
<td class='column-nonzeros'>530,229</td>
<td class='column-kind d-none d-md-table-cell'>Optimization Problem Sequence</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Schenk_IBMNA/c-67.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Schenk_IBMNA/c-67.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Schenk_IBMNA/c-67.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>953</td>
<td class='column-name'><a href="/Schenk_IBMNA/c-73">c-73</a></td>
<td class='column-group'><a href="/Schenk_IBMNA">Schenk_IBMNA</a></td>
<td class='column-num_rows'>169,422</td>
<td class='column-num_cols'>169,422</td>
<td class='column-nonzeros'>1,279,274</td>
<td class='column-kind d-none d-md-table-cell'>Optimization Problem Sequence</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Schenk_IBMNA/c-73.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Schenk_IBMNA/c-73.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Schenk_IBMNA/c-73.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>954</td>
<td class='column-name'><a href="/Schenk_IBMSDS/2D_27628_bjtcai">2D_27628_bjtcai</a></td>
<td class='column-group'><a href="/Schenk_IBMSDS">Schenk_IBMSDS</a></td>
<td class='column-num_rows'>27,628</td>
<td class='column-num_cols'>27,628</td>
<td class='column-nonzeros'>206,670</td>
<td class='column-kind d-none d-md-table-cell'>Semiconductor Device Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Schenk_IBMSDS/2D_27628_bjtcai.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Schenk_IBMSDS/2D_27628_bjtcai.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Schenk_IBMSDS/2D_27628_bjtcai.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>955</td>
<td class='column-name'><a href="/Schenk_IBMSDS/2D_54019_highK">2D_54019_highK</a></td>
<td class='column-group'><a href="/Schenk_IBMSDS">Schenk_IBMSDS</a></td>
<td class='column-num_rows'>54,019</td>
<td class='column-num_cols'>54,019</td>
<td class='column-nonzeros'>486,129</td>
<td class='column-kind d-none d-md-table-cell'>Semiconductor Device Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Schenk_IBMSDS/2D_54019_highK.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Schenk_IBMSDS/2D_54019_highK.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Schenk_IBMSDS/2D_54019_highK.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>956</td>
<td class='column-name'><a href="/Schenk_IBMSDS/3D_28984_Tetra">3D_28984_Tetra</a></td>
<td class='column-group'><a href="/Schenk_IBMSDS">Schenk_IBMSDS</a></td>
<td class='column-num_rows'>28,984</td>
<td class='column-num_cols'>28,984</td>
<td class='column-nonzeros'>285,092</td>
<td class='column-kind d-none d-md-table-cell'>Semiconductor Device Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Schenk_IBMSDS/3D_28984_Tetra.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Schenk_IBMSDS/3D_28984_Tetra.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Schenk_IBMSDS/3D_28984_Tetra.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>957</td>
<td class='column-name'><a href="/Schenk_IBMSDS/3D_51448_3D">3D_51448_3D</a></td>
<td class='column-group'><a href="/Schenk_IBMSDS">Schenk_IBMSDS</a></td>
<td class='column-num_rows'>51,448</td>
<td class='column-num_cols'>51,448</td>
<td class='column-nonzeros'>537,038</td>
<td class='column-kind d-none d-md-table-cell'>Semiconductor Device Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Schenk_IBMSDS/3D_51448_3D.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Schenk_IBMSDS/3D_51448_3D.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Schenk_IBMSDS/3D_51448_3D.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>958</td>
<td class='column-name'><a href="/Schenk_IBMSDS/ibm_matrix_2">ibm_matrix_2</a></td>
<td class='column-group'><a href="/Schenk_IBMSDS">Schenk_IBMSDS</a></td>
<td class='column-num_rows'>51,448</td>
<td class='column-num_cols'>51,448</td>
<td class='column-nonzeros'>537,038</td>
<td class='column-kind d-none d-md-table-cell'>Semiconductor Device Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Schenk_IBMSDS/ibm_matrix_2.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Schenk_IBMSDS/ibm_matrix_2.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Schenk_IBMSDS/ibm_matrix_2.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>959</td>
<td class='column-name'><a href="/Schenk_IBMSDS/matrix_9">matrix_9</a></td>
<td class='column-group'><a href="/Schenk_IBMSDS">Schenk_IBMSDS</a></td>
<td class='column-num_rows'>103,430</td>
<td class='column-num_cols'>103,430</td>
<td class='column-nonzeros'>1,205,518</td>
<td class='column-kind d-none d-md-table-cell'>Semiconductor Device Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Schenk_IBMSDS/matrix_9.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Schenk_IBMSDS/matrix_9.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Schenk_IBMSDS/matrix_9.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>960</td>
<td class='column-name'><a href="/Schenk_IBMSDS/matrix-new_3">matrix-new_3</a></td>
<td class='column-group'><a href="/Schenk_IBMSDS">Schenk_IBMSDS</a></td>
<td class='column-num_rows'>125,329</td>
<td class='column-num_cols'>125,329</td>
<td class='column-nonzeros'>893,984</td>
<td class='column-kind d-none d-md-table-cell'>Semiconductor Device Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Schenk_IBMSDS/matrix-new_3.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Schenk_IBMSDS/matrix-new_3.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Schenk_IBMSDS/matrix-new_3.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>961</td>
<td class='column-name'><a href="/Schenk_ISEI/barrier2-10">barrier2-10</a></td>
<td class='column-group'><a href="/Schenk_ISEI">Schenk_ISEI</a></td>
<td class='column-num_rows'>115,625</td>
<td class='column-num_cols'>115,625</td>
<td class='column-nonzeros'>2,158,759</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Semiconductor Device Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Schenk_ISEI/barrier2-10.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Schenk_ISEI/barrier2-10.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Schenk_ISEI/barrier2-10.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>962</td>
<td class='column-name'><a href="/Schenk_ISEI/barrier2-11">barrier2-11</a></td>
<td class='column-group'><a href="/Schenk_ISEI">Schenk_ISEI</a></td>
<td class='column-num_rows'>115,625</td>
<td class='column-num_cols'>115,625</td>
<td class='column-nonzeros'>2,158,759</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Semiconductor Device Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Schenk_ISEI/barrier2-11.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Schenk_ISEI/barrier2-11.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Schenk_ISEI/barrier2-11.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>963</td>
<td class='column-name'><a href="/Schenk_ISEI/barrier2-12">barrier2-12</a></td>
<td class='column-group'><a href="/Schenk_ISEI">Schenk_ISEI</a></td>
<td class='column-num_rows'>115,625</td>
<td class='column-num_cols'>115,625</td>
<td class='column-nonzeros'>2,158,759</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Semiconductor Device Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Schenk_ISEI/barrier2-12.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Schenk_ISEI/barrier2-12.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Schenk_ISEI/barrier2-12.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>964</td>
<td class='column-name'><a href="/Schenk_ISEI/barrier2-1">barrier2-1</a></td>
<td class='column-group'><a href="/Schenk_ISEI">Schenk_ISEI</a></td>
<td class='column-num_rows'>113,076</td>
<td class='column-num_cols'>113,076</td>
<td class='column-nonzeros'>2,129,496</td>
<td class='column-kind d-none d-md-table-cell'>Semiconductor Device Problem Sequence</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Schenk_ISEI/barrier2-1.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Schenk_ISEI/barrier2-1.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Schenk_ISEI/barrier2-1.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>965</td>
<td class='column-name'><a href="/Schenk_ISEI/barrier2-2">barrier2-2</a></td>
<td class='column-group'><a href="/Schenk_ISEI">Schenk_ISEI</a></td>
<td class='column-num_rows'>113,076</td>
<td class='column-num_cols'>113,076</td>
<td class='column-nonzeros'>2,129,496</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Semiconductor Device Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Schenk_ISEI/barrier2-2.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Schenk_ISEI/barrier2-2.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Schenk_ISEI/barrier2-2.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>966</td>
<td class='column-name'><a href="/Schenk_ISEI/barrier2-3">barrier2-3</a></td>
<td class='column-group'><a href="/Schenk_ISEI">Schenk_ISEI</a></td>
<td class='column-num_rows'>113,076</td>
<td class='column-num_cols'>113,076</td>
<td class='column-nonzeros'>2,129,496</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Semiconductor Device Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Schenk_ISEI/barrier2-3.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Schenk_ISEI/barrier2-3.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Schenk_ISEI/barrier2-3.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>967</td>
<td class='column-name'><a href="/Schenk_ISEI/barrier2-4">barrier2-4</a></td>
<td class='column-group'><a href="/Schenk_ISEI">Schenk_ISEI</a></td>
<td class='column-num_rows'>113,076</td>
<td class='column-num_cols'>113,076</td>
<td class='column-nonzeros'>2,129,496</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Semiconductor Device Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Schenk_ISEI/barrier2-4.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Schenk_ISEI/barrier2-4.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Schenk_ISEI/barrier2-4.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>968</td>
<td class='column-name'><a href="/Schenk_ISEI/barrier2-9">barrier2-9</a></td>
<td class='column-group'><a href="/Schenk_ISEI">Schenk_ISEI</a></td>
<td class='column-num_rows'>115,625</td>
<td class='column-num_cols'>115,625</td>
<td class='column-nonzeros'>2,158,759</td>
<td class='column-kind d-none d-md-table-cell'>Semiconductor Device Problem Sequence</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Schenk_ISEI/barrier2-9.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Schenk_ISEI/barrier2-9.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Schenk_ISEI/barrier2-9.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>969</td>
<td class='column-name'><a href="/Schenk_ISEI/igbt3">igbt3</a></td>
<td class='column-group'><a href="/Schenk_ISEI">Schenk_ISEI</a></td>
<td class='column-num_rows'>10,938</td>
<td class='column-num_cols'>10,938</td>
<td class='column-nonzeros'>130,500</td>
<td class='column-kind d-none d-md-table-cell'>Semiconductor Device Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Schenk_ISEI/igbt3.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Schenk_ISEI/igbt3.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Schenk_ISEI/igbt3.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>970</td>
<td class='column-name'><a href="/Schenk_ISEI/nmos3">nmos3</a></td>
<td class='column-group'><a href="/Schenk_ISEI">Schenk_ISEI</a></td>
<td class='column-num_rows'>18,588</td>
<td class='column-num_cols'>18,588</td>
<td class='column-nonzeros'>237,130</td>
<td class='column-kind d-none d-md-table-cell'>Semiconductor Device Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Schenk_ISEI/nmos3.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Schenk_ISEI/nmos3.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Schenk_ISEI/nmos3.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>971</td>
<td class='column-name'><a href="/Schenk_ISEI/ohne2">ohne2</a></td>
<td class='column-group'><a href="/Schenk_ISEI">Schenk_ISEI</a></td>
<td class='column-num_rows'>181,343</td>
<td class='column-num_cols'>181,343</td>
<td class='column-nonzeros'>6,869,939</td>
<td class='column-kind d-none d-md-table-cell'>Semiconductor Device Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Schenk_ISEI/ohne2.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Schenk_ISEI/ohne2.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Schenk_ISEI/ohne2.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>972</td>
<td class='column-name'><a href="/Schenk_ISEI/para-10">para-10</a></td>
<td class='column-group'><a href="/Schenk_ISEI">Schenk_ISEI</a></td>
<td class='column-num_rows'>155,924</td>
<td class='column-num_cols'>155,924</td>
<td class='column-nonzeros'>2,094,873</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Semiconductor Device Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Schenk_ISEI/para-10.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Schenk_ISEI/para-10.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Schenk_ISEI/para-10.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>973</td>
<td class='column-name'><a href="/Schenk_ISEI/para-4">para-4</a></td>
<td class='column-group'><a href="/Schenk_ISEI">Schenk_ISEI</a></td>
<td class='column-num_rows'>153,226</td>
<td class='column-num_cols'>153,226</td>
<td class='column-nonzeros'>2,930,882</td>
<td class='column-kind d-none d-md-table-cell'>Semiconductor Device Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Schenk_ISEI/para-4.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Schenk_ISEI/para-4.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Schenk_ISEI/para-4.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>974</td>
<td class='column-name'><a href="/Schenk_ISEI/para-5">para-5</a></td>
<td class='column-group'><a href="/Schenk_ISEI">Schenk_ISEI</a></td>
<td class='column-num_rows'>155,924</td>
<td class='column-num_cols'>155,924</td>
<td class='column-nonzeros'>2,094,873</td>
<td class='column-kind d-none d-md-table-cell'>Semiconductor Device Problem Sequence</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Schenk_ISEI/para-5.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Schenk_ISEI/para-5.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Schenk_ISEI/para-5.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>975</td>
<td class='column-name'><a href="/Schenk_ISEI/para-6">para-6</a></td>
<td class='column-group'><a href="/Schenk_ISEI">Schenk_ISEI</a></td>
<td class='column-num_rows'>155,924</td>
<td class='column-num_cols'>155,924</td>
<td class='column-nonzeros'>2,094,873</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Semiconductor Device Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Schenk_ISEI/para-6.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Schenk_ISEI/para-6.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Schenk_ISEI/para-6.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>976</td>
<td class='column-name'><a href="/Schenk_ISEI/para-7">para-7</a></td>
<td class='column-group'><a href="/Schenk_ISEI">Schenk_ISEI</a></td>
<td class='column-num_rows'>155,924</td>
<td class='column-num_cols'>155,924</td>
<td class='column-nonzeros'>2,094,873</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Semiconductor Device Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Schenk_ISEI/para-7.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Schenk_ISEI/para-7.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Schenk_ISEI/para-7.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>977</td>
<td class='column-name'><a href="/Schenk_ISEI/para-8">para-8</a></td>
<td class='column-group'><a href="/Schenk_ISEI">Schenk_ISEI</a></td>
<td class='column-num_rows'>155,924</td>
<td class='column-num_cols'>155,924</td>
<td class='column-nonzeros'>2,094,873</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Semiconductor Device Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Schenk_ISEI/para-8.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Schenk_ISEI/para-8.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Schenk_ISEI/para-8.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>978</td>
<td class='column-name'><a href="/Schenk_ISEI/para-9">para-9</a></td>
<td class='column-group'><a href="/Schenk_ISEI">Schenk_ISEI</a></td>
<td class='column-num_rows'>155,924</td>
<td class='column-num_cols'>155,924</td>
<td class='column-nonzeros'>2,094,873</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Semiconductor Device Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Schenk_ISEI/para-9.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Schenk_ISEI/para-9.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Schenk_ISEI/para-9.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>981</td>
<td class='column-name'><a href="/Sumner/graphics">graphics</a></td>
<td class='column-group'><a href="/Sumner">Sumner</a></td>
<td class='column-num_rows'>29,493</td>
<td class='column-num_cols'>11,822</td>
<td class='column-nonzeros'>117,954</td>
<td class='column-kind d-none d-md-table-cell'>Computer Graphics/Vision Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sumner/graphics.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sumner/graphics.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sumner/graphics.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>982</td>
<td class='column-name'><a href="/Tromble/language">language</a></td>
<td class='column-group'><a href="/Tromble">Tromble</a></td>
<td class='column-num_rows'>399,130</td>
<td class='column-num_cols'>399,130</td>
<td class='column-nonzeros'>1,216,334</td>
<td class='column-kind d-none d-md-table-cell'>Directed Weighted Graph</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Tromble/language.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Tromble/language.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Tromble/language.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>983</td>
<td class='column-name'><a href="/Sanghavi/ecl32">ecl32</a></td>
<td class='column-group'><a href="/Sanghavi">Sanghavi</a></td>
<td class='column-num_rows'>51,993</td>
<td class='column-num_cols'>51,993</td>
<td class='column-nonzeros'>380,415</td>
<td class='column-kind d-none d-md-table-cell'>Semiconductor Device Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sanghavi/ecl32.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sanghavi/ecl32.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sanghavi/ecl32.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>984</td>
<td class='column-name'><a href="/Sandia/adder_dcop_01">adder_dcop_01</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>1,813</td>
<td class='column-num_cols'>1,813</td>
<td class='column-nonzeros'>11,156</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/adder_dcop_01.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/adder_dcop_01.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/adder_dcop_01.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>985</td>
<td class='column-name'><a href="/Sandia/adder_dcop_02">adder_dcop_02</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>1,813</td>
<td class='column-num_cols'>1,813</td>
<td class='column-nonzeros'>11,246</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/adder_dcop_02.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/adder_dcop_02.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/adder_dcop_02.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>986</td>
<td class='column-name'><a href="/Sandia/adder_dcop_03">adder_dcop_03</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>1,813</td>
<td class='column-num_cols'>1,813</td>
<td class='column-nonzeros'>11,148</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/adder_dcop_03.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/adder_dcop_03.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/adder_dcop_03.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>987</td>
<td class='column-name'><a href="/Sandia/adder_dcop_04">adder_dcop_04</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>1,813</td>
<td class='column-num_cols'>1,813</td>
<td class='column-nonzeros'>11,107</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/adder_dcop_04.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/adder_dcop_04.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/adder_dcop_04.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>988</td>
<td class='column-name'><a href="/Sandia/adder_dcop_05">adder_dcop_05</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>1,813</td>
<td class='column-num_cols'>1,813</td>
<td class='column-nonzeros'>11,097</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/adder_dcop_05.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/adder_dcop_05.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/adder_dcop_05.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>989</td>
<td class='column-name'><a href="/Sandia/adder_dcop_06">adder_dcop_06</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>1,813</td>
<td class='column-num_cols'>1,813</td>
<td class='column-nonzeros'>11,224</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/adder_dcop_06.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/adder_dcop_06.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/adder_dcop_06.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>990</td>
<td class='column-name'><a href="/Sandia/adder_dcop_07">adder_dcop_07</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>1,813</td>
<td class='column-num_cols'>1,813</td>
<td class='column-nonzeros'>11,226</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/adder_dcop_07.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/adder_dcop_07.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/adder_dcop_07.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>991</td>
<td class='column-name'><a href="/Sandia/adder_dcop_08">adder_dcop_08</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>1,813</td>
<td class='column-num_cols'>1,813</td>
<td class='column-nonzeros'>11,242</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/adder_dcop_08.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/adder_dcop_08.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/adder_dcop_08.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>992</td>
<td class='column-name'><a href="/Sandia/adder_dcop_09">adder_dcop_09</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>1,813</td>
<td class='column-num_cols'>1,813</td>
<td class='column-nonzeros'>11,239</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/adder_dcop_09.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/adder_dcop_09.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/adder_dcop_09.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>993</td>
<td class='column-name'><a href="/Sandia/adder_dcop_10">adder_dcop_10</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>1,813</td>
<td class='column-num_cols'>1,813</td>
<td class='column-nonzeros'>11,232</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/adder_dcop_10.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/adder_dcop_10.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/adder_dcop_10.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>994</td>
<td class='column-name'><a href="/Sandia/adder_dcop_11">adder_dcop_11</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>1,813</td>
<td class='column-num_cols'>1,813</td>
<td class='column-nonzeros'>11,243</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/adder_dcop_11.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/adder_dcop_11.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/adder_dcop_11.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>995</td>
<td class='column-name'><a href="/Sandia/adder_dcop_12">adder_dcop_12</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>1,813</td>
<td class='column-num_cols'>1,813</td>
<td class='column-nonzeros'>11,246</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/adder_dcop_12.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/adder_dcop_12.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/adder_dcop_12.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>996</td>
<td class='column-name'><a href="/Sandia/adder_dcop_13">adder_dcop_13</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>1,813</td>
<td class='column-num_cols'>1,813</td>
<td class='column-nonzeros'>11,245</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/adder_dcop_13.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/adder_dcop_13.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/adder_dcop_13.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>997</td>
<td class='column-name'><a href="/Sandia/adder_dcop_14">adder_dcop_14</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>1,813</td>
<td class='column-num_cols'>1,813</td>
<td class='column-nonzeros'>11,246</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/adder_dcop_14.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/adder_dcop_14.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/adder_dcop_14.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>998</td>
<td class='column-name'><a href="/Sandia/adder_dcop_15">adder_dcop_15</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>1,813</td>
<td class='column-num_cols'>1,813</td>
<td class='column-nonzeros'>11,246</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/adder_dcop_15.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/adder_dcop_15.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/adder_dcop_15.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>999</td>
<td class='column-name'><a href="/Sandia/adder_dcop_16">adder_dcop_16</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>1,813</td>
<td class='column-num_cols'>1,813</td>
<td class='column-nonzeros'>11,246</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/adder_dcop_16.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/adder_dcop_16.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/adder_dcop_16.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1000</td>
<td class='column-name'><a href="/Sandia/adder_dcop_17">adder_dcop_17</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>1,813</td>
<td class='column-num_cols'>1,813</td>
<td class='column-nonzeros'>11,246</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/adder_dcop_17.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/adder_dcop_17.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/adder_dcop_17.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1001</td>
<td class='column-name'><a href="/Sandia/adder_dcop_18">adder_dcop_18</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>1,813</td>
<td class='column-num_cols'>1,813</td>
<td class='column-nonzeros'>11,246</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/adder_dcop_18.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/adder_dcop_18.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/adder_dcop_18.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1002</td>
<td class='column-name'><a href="/Sandia/adder_dcop_19">adder_dcop_19</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>1,813</td>
<td class='column-num_cols'>1,813</td>
<td class='column-nonzeros'>11,245</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/adder_dcop_19.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/adder_dcop_19.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/adder_dcop_19.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1003</td>
<td class='column-name'><a href="/Sandia/adder_dcop_20">adder_dcop_20</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>1,813</td>
<td class='column-num_cols'>1,813</td>
<td class='column-nonzeros'>11,246</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/adder_dcop_20.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/adder_dcop_20.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/adder_dcop_20.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1004</td>
<td class='column-name'><a href="/Sandia/adder_dcop_21">adder_dcop_21</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>1,813</td>
<td class='column-num_cols'>1,813</td>
<td class='column-nonzeros'>11,246</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/adder_dcop_21.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/adder_dcop_21.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/adder_dcop_21.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1005</td>
<td class='column-name'><a href="/Sandia/adder_dcop_22">adder_dcop_22</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>1,813</td>
<td class='column-num_cols'>1,813</td>
<td class='column-nonzeros'>11,246</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/adder_dcop_22.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/adder_dcop_22.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/adder_dcop_22.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1006</td>
<td class='column-name'><a href="/Sandia/adder_dcop_23">adder_dcop_23</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>1,813</td>
<td class='column-num_cols'>1,813</td>
<td class='column-nonzeros'>11,246</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/adder_dcop_23.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/adder_dcop_23.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/adder_dcop_23.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1007</td>
<td class='column-name'><a href="/Sandia/adder_dcop_24">adder_dcop_24</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>1,813</td>
<td class='column-num_cols'>1,813</td>
<td class='column-nonzeros'>11,246</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/adder_dcop_24.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/adder_dcop_24.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/adder_dcop_24.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1008</td>
<td class='column-name'><a href="/Sandia/adder_dcop_25">adder_dcop_25</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>1,813</td>
<td class='column-num_cols'>1,813</td>
<td class='column-nonzeros'>11,246</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/adder_dcop_25.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/adder_dcop_25.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/adder_dcop_25.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1009</td>
<td class='column-name'><a href="/Sandia/adder_dcop_26">adder_dcop_26</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>1,813</td>
<td class='column-num_cols'>1,813</td>
<td class='column-nonzeros'>11,246</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/adder_dcop_26.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/adder_dcop_26.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/adder_dcop_26.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1010</td>
<td class='column-name'><a href="/Sandia/adder_dcop_27">adder_dcop_27</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>1,813</td>
<td class='column-num_cols'>1,813</td>
<td class='column-nonzeros'>11,246</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/adder_dcop_27.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/adder_dcop_27.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/adder_dcop_27.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1011</td>
<td class='column-name'><a href="/Sandia/adder_dcop_28">adder_dcop_28</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>1,813</td>
<td class='column-num_cols'>1,813</td>
<td class='column-nonzeros'>11,246</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/adder_dcop_28.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/adder_dcop_28.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/adder_dcop_28.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1012</td>
<td class='column-name'><a href="/Sandia/adder_dcop_29">adder_dcop_29</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>1,813</td>
<td class='column-num_cols'>1,813</td>
<td class='column-nonzeros'>11,246</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/adder_dcop_29.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/adder_dcop_29.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/adder_dcop_29.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1013</td>
<td class='column-name'><a href="/Sandia/adder_dcop_30">adder_dcop_30</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>1,813</td>
<td class='column-num_cols'>1,813</td>
<td class='column-nonzeros'>11,246</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/adder_dcop_30.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/adder_dcop_30.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/adder_dcop_30.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1014</td>
<td class='column-name'><a href="/Sandia/adder_dcop_31">adder_dcop_31</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>1,813</td>
<td class='column-num_cols'>1,813</td>
<td class='column-nonzeros'>11,246</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/adder_dcop_31.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/adder_dcop_31.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/adder_dcop_31.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1015</td>
<td class='column-name'><a href="/Sandia/adder_dcop_32">adder_dcop_32</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>1,813</td>
<td class='column-num_cols'>1,813</td>
<td class='column-nonzeros'>11,246</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/adder_dcop_32.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/adder_dcop_32.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/adder_dcop_32.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1016</td>
<td class='column-name'><a href="/Sandia/adder_dcop_33">adder_dcop_33</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>1,813</td>
<td class='column-num_cols'>1,813</td>
<td class='column-nonzeros'>11,246</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/adder_dcop_33.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/adder_dcop_33.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/adder_dcop_33.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1017</td>
<td class='column-name'><a href="/Sandia/adder_dcop_34">adder_dcop_34</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>1,813</td>
<td class='column-num_cols'>1,813</td>
<td class='column-nonzeros'>11,246</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/adder_dcop_34.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/adder_dcop_34.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/adder_dcop_34.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1018</td>
<td class='column-name'><a href="/Sandia/adder_dcop_35">adder_dcop_35</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>1,813</td>
<td class='column-num_cols'>1,813</td>
<td class='column-nonzeros'>11,246</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/adder_dcop_35.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/adder_dcop_35.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/adder_dcop_35.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1019</td>
<td class='column-name'><a href="/Sandia/adder_dcop_36">adder_dcop_36</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>1,813</td>
<td class='column-num_cols'>1,813</td>
<td class='column-nonzeros'>11,246</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/adder_dcop_36.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/adder_dcop_36.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/adder_dcop_36.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1020</td>
<td class='column-name'><a href="/Sandia/adder_dcop_37">adder_dcop_37</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>1,813</td>
<td class='column-num_cols'>1,813</td>
<td class='column-nonzeros'>11,246</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/adder_dcop_37.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/adder_dcop_37.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/adder_dcop_37.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1021</td>
<td class='column-name'><a href="/Sandia/adder_dcop_38">adder_dcop_38</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>1,813</td>
<td class='column-num_cols'>1,813</td>
<td class='column-nonzeros'>11,246</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/adder_dcop_38.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/adder_dcop_38.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/adder_dcop_38.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1022</td>
<td class='column-name'><a href="/Sandia/adder_dcop_39">adder_dcop_39</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>1,813</td>
<td class='column-num_cols'>1,813</td>
<td class='column-nonzeros'>11,246</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/adder_dcop_39.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/adder_dcop_39.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/adder_dcop_39.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1023</td>
<td class='column-name'><a href="/Sandia/adder_dcop_40">adder_dcop_40</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>1,813</td>
<td class='column-num_cols'>1,813</td>
<td class='column-nonzeros'>11,246</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/adder_dcop_40.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/adder_dcop_40.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/adder_dcop_40.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1024</td>
<td class='column-name'><a href="/Sandia/adder_dcop_41">adder_dcop_41</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>1,813</td>
<td class='column-num_cols'>1,813</td>
<td class='column-nonzeros'>11,246</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/adder_dcop_41.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/adder_dcop_41.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/adder_dcop_41.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1025</td>
<td class='column-name'><a href="/Sandia/adder_dcop_42">adder_dcop_42</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>1,813</td>
<td class='column-num_cols'>1,813</td>
<td class='column-nonzeros'>11,246</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/adder_dcop_42.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/adder_dcop_42.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/adder_dcop_42.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1026</td>
<td class='column-name'><a href="/Sandia/adder_dcop_43">adder_dcop_43</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>1,813</td>
<td class='column-num_cols'>1,813</td>
<td class='column-nonzeros'>11,246</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/adder_dcop_43.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/adder_dcop_43.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/adder_dcop_43.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1027</td>
<td class='column-name'><a href="/Sandia/adder_dcop_44">adder_dcop_44</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>1,813</td>
<td class='column-num_cols'>1,813</td>
<td class='column-nonzeros'>11,245</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/adder_dcop_44.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/adder_dcop_44.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/adder_dcop_44.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1028</td>
<td class='column-name'><a href="/Sandia/adder_dcop_45">adder_dcop_45</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>1,813</td>
<td class='column-num_cols'>1,813</td>
<td class='column-nonzeros'>11,246</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/adder_dcop_45.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/adder_dcop_45.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/adder_dcop_45.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1029</td>
<td class='column-name'><a href="/Sandia/adder_dcop_46">adder_dcop_46</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>1,813</td>
<td class='column-num_cols'>1,813</td>
<td class='column-nonzeros'>11,246</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/adder_dcop_46.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/adder_dcop_46.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/adder_dcop_46.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1030</td>
<td class='column-name'><a href="/Sandia/adder_dcop_47">adder_dcop_47</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>1,813</td>
<td class='column-num_cols'>1,813</td>
<td class='column-nonzeros'>11,246</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/adder_dcop_47.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/adder_dcop_47.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/adder_dcop_47.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1031</td>
<td class='column-name'><a href="/Sandia/adder_dcop_48">adder_dcop_48</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>1,813</td>
<td class='column-num_cols'>1,813</td>
<td class='column-nonzeros'>11,246</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/adder_dcop_48.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/adder_dcop_48.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/adder_dcop_48.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1032</td>
<td class='column-name'><a href="/Sandia/adder_dcop_49">adder_dcop_49</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>1,813</td>
<td class='column-num_cols'>1,813</td>
<td class='column-nonzeros'>11,246</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/adder_dcop_49.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/adder_dcop_49.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/adder_dcop_49.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1033</td>
<td class='column-name'><a href="/Sandia/adder_dcop_50">adder_dcop_50</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>1,813</td>
<td class='column-num_cols'>1,813</td>
<td class='column-nonzeros'>11,246</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/adder_dcop_50.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/adder_dcop_50.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/adder_dcop_50.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1034</td>
<td class='column-name'><a href="/Sandia/adder_dcop_51">adder_dcop_51</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>1,813</td>
<td class='column-num_cols'>1,813</td>
<td class='column-nonzeros'>11,246</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/adder_dcop_51.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/adder_dcop_51.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/adder_dcop_51.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1035</td>
<td class='column-name'><a href="/Sandia/adder_dcop_52">adder_dcop_52</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>1,813</td>
<td class='column-num_cols'>1,813</td>
<td class='column-nonzeros'>11,246</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/adder_dcop_52.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/adder_dcop_52.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/adder_dcop_52.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1036</td>
<td class='column-name'><a href="/Sandia/adder_dcop_53">adder_dcop_53</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>1,813</td>
<td class='column-num_cols'>1,813</td>
<td class='column-nonzeros'>11,246</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/adder_dcop_53.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/adder_dcop_53.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/adder_dcop_53.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1037</td>
<td class='column-name'><a href="/Sandia/adder_dcop_54">adder_dcop_54</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>1,813</td>
<td class='column-num_cols'>1,813</td>
<td class='column-nonzeros'>11,246</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/adder_dcop_54.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/adder_dcop_54.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/adder_dcop_54.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1038</td>
<td class='column-name'><a href="/Sandia/adder_dcop_55">adder_dcop_55</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>1,813</td>
<td class='column-num_cols'>1,813</td>
<td class='column-nonzeros'>11,246</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/adder_dcop_55.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/adder_dcop_55.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/adder_dcop_55.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1039</td>
<td class='column-name'><a href="/Sandia/adder_dcop_56">adder_dcop_56</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>1,813</td>
<td class='column-num_cols'>1,813</td>
<td class='column-nonzeros'>11,246</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/adder_dcop_56.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/adder_dcop_56.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/adder_dcop_56.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1040</td>
<td class='column-name'><a href="/Sandia/adder_dcop_57">adder_dcop_57</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>1,813</td>
<td class='column-num_cols'>1,813</td>
<td class='column-nonzeros'>11,246</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/adder_dcop_57.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/adder_dcop_57.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/adder_dcop_57.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1041</td>
<td class='column-name'><a href="/Sandia/adder_dcop_58">adder_dcop_58</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>1,813</td>
<td class='column-num_cols'>1,813</td>
<td class='column-nonzeros'>11,246</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/adder_dcop_58.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/adder_dcop_58.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/adder_dcop_58.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1042</td>
<td class='column-name'><a href="/Sandia/adder_dcop_59">adder_dcop_59</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>1,813</td>
<td class='column-num_cols'>1,813</td>
<td class='column-nonzeros'>11,246</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/adder_dcop_59.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/adder_dcop_59.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/adder_dcop_59.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1043</td>
<td class='column-name'><a href="/Sandia/adder_dcop_60">adder_dcop_60</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>1,813</td>
<td class='column-num_cols'>1,813</td>
<td class='column-nonzeros'>11,246</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/adder_dcop_60.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/adder_dcop_60.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/adder_dcop_60.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1044</td>
<td class='column-name'><a href="/Sandia/adder_dcop_61">adder_dcop_61</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>1,813</td>
<td class='column-num_cols'>1,813</td>
<td class='column-nonzeros'>11,246</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/adder_dcop_61.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/adder_dcop_61.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/adder_dcop_61.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1045</td>
<td class='column-name'><a href="/Sandia/adder_dcop_62">adder_dcop_62</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>1,813</td>
<td class='column-num_cols'>1,813</td>
<td class='column-nonzeros'>11,246</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/adder_dcop_62.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/adder_dcop_62.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/adder_dcop_62.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1046</td>
<td class='column-name'><a href="/Sandia/adder_dcop_63">adder_dcop_63</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>1,813</td>
<td class='column-num_cols'>1,813</td>
<td class='column-nonzeros'>11,246</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/adder_dcop_63.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/adder_dcop_63.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/adder_dcop_63.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1047</td>
<td class='column-name'><a href="/Sandia/adder_dcop_64">adder_dcop_64</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>1,813</td>
<td class='column-num_cols'>1,813</td>
<td class='column-nonzeros'>11,246</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/adder_dcop_64.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/adder_dcop_64.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/adder_dcop_64.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1048</td>
<td class='column-name'><a href="/Sandia/adder_dcop_65">adder_dcop_65</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>1,813</td>
<td class='column-num_cols'>1,813</td>
<td class='column-nonzeros'>11,246</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/adder_dcop_65.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/adder_dcop_65.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/adder_dcop_65.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1049</td>
<td class='column-name'><a href="/Sandia/adder_dcop_66">adder_dcop_66</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>1,813</td>
<td class='column-num_cols'>1,813</td>
<td class='column-nonzeros'>11,246</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/adder_dcop_66.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/adder_dcop_66.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/adder_dcop_66.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1050</td>
<td class='column-name'><a href="/Sandia/adder_dcop_67">adder_dcop_67</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>1,813</td>
<td class='column-num_cols'>1,813</td>
<td class='column-nonzeros'>11,246</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/adder_dcop_67.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/adder_dcop_67.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/adder_dcop_67.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1051</td>
<td class='column-name'><a href="/Sandia/adder_dcop_68">adder_dcop_68</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>1,813</td>
<td class='column-num_cols'>1,813</td>
<td class='column-nonzeros'>11,246</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/adder_dcop_68.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/adder_dcop_68.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/adder_dcop_68.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1052</td>
<td class='column-name'><a href="/Sandia/adder_dcop_69">adder_dcop_69</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>1,813</td>
<td class='column-num_cols'>1,813</td>
<td class='column-nonzeros'>11,246</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/adder_dcop_69.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/adder_dcop_69.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/adder_dcop_69.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1053</td>
<td class='column-name'><a href="/Sandia/adder_trans_01">adder_trans_01</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>1,814</td>
<td class='column-num_cols'>1,814</td>
<td class='column-nonzeros'>14,579</td>
<td class='column-kind d-none d-md-table-cell'>Circuit Simulation Problem Sequence</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/adder_trans_01.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/adder_trans_01.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/adder_trans_01.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1054</td>
<td class='column-name'><a href="/Sandia/adder_trans_02">adder_trans_02</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>1,814</td>
<td class='column-num_cols'>1,814</td>
<td class='column-nonzeros'>14,579</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/adder_trans_02.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/adder_trans_02.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/adder_trans_02.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1055</td>
<td class='column-name'><a href="/Sandia/fpga_dcop_01">fpga_dcop_01</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>1,220</td>
<td class='column-num_cols'>1,220</td>
<td class='column-nonzeros'>5,892</td>
<td class='column-kind d-none d-md-table-cell'>Circuit Simulation Problem Sequence</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/fpga_dcop_01.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/fpga_dcop_01.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/fpga_dcop_01.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1056</td>
<td class='column-name'><a href="/Sandia/fpga_dcop_02">fpga_dcop_02</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>1,220</td>
<td class='column-num_cols'>1,220</td>
<td class='column-nonzeros'>5,892</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/fpga_dcop_02.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/fpga_dcop_02.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/fpga_dcop_02.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1057</td>
<td class='column-name'><a href="/Sandia/fpga_dcop_03">fpga_dcop_03</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>1,220</td>
<td class='column-num_cols'>1,220</td>
<td class='column-nonzeros'>5,892</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/fpga_dcop_03.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/fpga_dcop_03.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/fpga_dcop_03.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1058</td>
<td class='column-name'><a href="/Sandia/fpga_dcop_04">fpga_dcop_04</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>1,220</td>
<td class='column-num_cols'>1,220</td>
<td class='column-nonzeros'>5,884</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/fpga_dcop_04.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/fpga_dcop_04.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/fpga_dcop_04.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1059</td>
<td class='column-name'><a href="/Sandia/fpga_dcop_05">fpga_dcop_05</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>1,220</td>
<td class='column-num_cols'>1,220</td>
<td class='column-nonzeros'>5,852</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/fpga_dcop_05.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/fpga_dcop_05.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/fpga_dcop_05.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1060</td>
<td class='column-name'><a href="/Sandia/fpga_dcop_06">fpga_dcop_06</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>1,220</td>
<td class='column-num_cols'>1,220</td>
<td class='column-nonzeros'>5,860</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/fpga_dcop_06.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/fpga_dcop_06.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/fpga_dcop_06.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1061</td>
<td class='column-name'><a href="/Sandia/fpga_dcop_07">fpga_dcop_07</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>1,220</td>
<td class='column-num_cols'>1,220</td>
<td class='column-nonzeros'>5,855</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/fpga_dcop_07.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/fpga_dcop_07.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/fpga_dcop_07.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1062</td>
<td class='column-name'><a href="/Sandia/fpga_dcop_08">fpga_dcop_08</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>1,220</td>
<td class='column-num_cols'>1,220</td>
<td class='column-nonzeros'>5,888</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/fpga_dcop_08.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/fpga_dcop_08.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/fpga_dcop_08.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1063</td>
<td class='column-name'><a href="/Sandia/fpga_dcop_09">fpga_dcop_09</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>1,220</td>
<td class='column-num_cols'>1,220</td>
<td class='column-nonzeros'>5,888</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/fpga_dcop_09.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/fpga_dcop_09.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/fpga_dcop_09.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1064</td>
<td class='column-name'><a href="/Sandia/fpga_dcop_10">fpga_dcop_10</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>1,220</td>
<td class='column-num_cols'>1,220</td>
<td class='column-nonzeros'>5,884</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/fpga_dcop_10.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/fpga_dcop_10.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/fpga_dcop_10.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1065</td>
<td class='column-name'><a href="/Sandia/fpga_dcop_11">fpga_dcop_11</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>1,220</td>
<td class='column-num_cols'>1,220</td>
<td class='column-nonzeros'>5,892</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/fpga_dcop_11.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/fpga_dcop_11.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/fpga_dcop_11.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1066</td>
<td class='column-name'><a href="/Sandia/fpga_dcop_12">fpga_dcop_12</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>1,220</td>
<td class='column-num_cols'>1,220</td>
<td class='column-nonzeros'>5,892</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/fpga_dcop_12.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/fpga_dcop_12.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/fpga_dcop_12.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1067</td>
<td class='column-name'><a href="/Sandia/fpga_dcop_13">fpga_dcop_13</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>1,220</td>
<td class='column-num_cols'>1,220</td>
<td class='column-nonzeros'>5,892</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/fpga_dcop_13.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/fpga_dcop_13.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/fpga_dcop_13.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1068</td>
<td class='column-name'><a href="/Sandia/fpga_dcop_14">fpga_dcop_14</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>1,220</td>
<td class='column-num_cols'>1,220</td>
<td class='column-nonzeros'>5,892</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/fpga_dcop_14.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/fpga_dcop_14.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/fpga_dcop_14.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1069</td>
<td class='column-name'><a href="/Sandia/fpga_dcop_15">fpga_dcop_15</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>1,220</td>
<td class='column-num_cols'>1,220</td>
<td class='column-nonzeros'>5,892</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/fpga_dcop_15.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/fpga_dcop_15.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/fpga_dcop_15.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1070</td>
<td class='column-name'><a href="/Sandia/fpga_dcop_16">fpga_dcop_16</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>1,220</td>
<td class='column-num_cols'>1,220</td>
<td class='column-nonzeros'>5,892</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/fpga_dcop_16.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/fpga_dcop_16.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/fpga_dcop_16.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1071</td>
<td class='column-name'><a href="/Sandia/fpga_dcop_17">fpga_dcop_17</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>1,220</td>
<td class='column-num_cols'>1,220</td>
<td class='column-nonzeros'>5,892</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/fpga_dcop_17.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/fpga_dcop_17.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/fpga_dcop_17.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1072</td>
<td class='column-name'><a href="/Sandia/fpga_dcop_18">fpga_dcop_18</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>1,220</td>
<td class='column-num_cols'>1,220</td>
<td class='column-nonzeros'>5,892</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/fpga_dcop_18.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/fpga_dcop_18.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/fpga_dcop_18.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1073</td>
<td class='column-name'><a href="/Sandia/fpga_dcop_19">fpga_dcop_19</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>1,220</td>
<td class='column-num_cols'>1,220</td>
<td class='column-nonzeros'>5,892</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/fpga_dcop_19.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/fpga_dcop_19.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/fpga_dcop_19.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1074</td>
<td class='column-name'><a href="/Sandia/fpga_dcop_20">fpga_dcop_20</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>1,220</td>
<td class='column-num_cols'>1,220</td>
<td class='column-nonzeros'>5,892</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/fpga_dcop_20.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/fpga_dcop_20.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/fpga_dcop_20.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1075</td>
<td class='column-name'><a href="/Sandia/fpga_dcop_21">fpga_dcop_21</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>1,220</td>
<td class='column-num_cols'>1,220</td>
<td class='column-nonzeros'>5,892</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/fpga_dcop_21.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/fpga_dcop_21.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/fpga_dcop_21.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1076</td>
<td class='column-name'><a href="/Sandia/fpga_dcop_22">fpga_dcop_22</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>1,220</td>
<td class='column-num_cols'>1,220</td>
<td class='column-nonzeros'>5,892</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/fpga_dcop_22.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/fpga_dcop_22.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/fpga_dcop_22.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1077</td>
<td class='column-name'><a href="/Sandia/fpga_dcop_23">fpga_dcop_23</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>1,220</td>
<td class='column-num_cols'>1,220</td>
<td class='column-nonzeros'>5,892</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/fpga_dcop_23.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/fpga_dcop_23.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/fpga_dcop_23.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1078</td>
<td class='column-name'><a href="/Sandia/fpga_dcop_24">fpga_dcop_24</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>1,220</td>
<td class='column-num_cols'>1,220</td>
<td class='column-nonzeros'>5,892</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/fpga_dcop_24.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/fpga_dcop_24.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/fpga_dcop_24.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1079</td>
<td class='column-name'><a href="/Sandia/fpga_dcop_25">fpga_dcop_25</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>1,220</td>
<td class='column-num_cols'>1,220</td>
<td class='column-nonzeros'>5,892</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/fpga_dcop_25.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/fpga_dcop_25.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/fpga_dcop_25.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1080</td>
<td class='column-name'><a href="/Sandia/fpga_dcop_26">fpga_dcop_26</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>1,220</td>
<td class='column-num_cols'>1,220</td>
<td class='column-nonzeros'>5,892</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/fpga_dcop_26.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/fpga_dcop_26.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/fpga_dcop_26.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1081</td>
<td class='column-name'><a href="/Sandia/fpga_dcop_27">fpga_dcop_27</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>1,220</td>
<td class='column-num_cols'>1,220</td>
<td class='column-nonzeros'>5,892</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/fpga_dcop_27.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/fpga_dcop_27.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/fpga_dcop_27.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1082</td>
<td class='column-name'><a href="/Sandia/fpga_dcop_28">fpga_dcop_28</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>1,220</td>
<td class='column-num_cols'>1,220</td>
<td class='column-nonzeros'>5,892</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/fpga_dcop_28.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/fpga_dcop_28.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/fpga_dcop_28.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1083</td>
<td class='column-name'><a href="/Sandia/fpga_dcop_29">fpga_dcop_29</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>1,220</td>
<td class='column-num_cols'>1,220</td>
<td class='column-nonzeros'>5,892</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/fpga_dcop_29.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/fpga_dcop_29.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/fpga_dcop_29.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1084</td>
<td class='column-name'><a href="/Sandia/fpga_dcop_30">fpga_dcop_30</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>1,220</td>
<td class='column-num_cols'>1,220</td>
<td class='column-nonzeros'>5,892</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/fpga_dcop_30.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/fpga_dcop_30.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/fpga_dcop_30.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1085</td>
<td class='column-name'><a href="/Sandia/fpga_dcop_31">fpga_dcop_31</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>1,220</td>
<td class='column-num_cols'>1,220</td>
<td class='column-nonzeros'>5,892</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/fpga_dcop_31.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/fpga_dcop_31.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/fpga_dcop_31.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1086</td>
<td class='column-name'><a href="/Sandia/fpga_dcop_32">fpga_dcop_32</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>1,220</td>
<td class='column-num_cols'>1,220</td>
<td class='column-nonzeros'>5,892</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/fpga_dcop_32.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/fpga_dcop_32.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/fpga_dcop_32.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1087</td>
<td class='column-name'><a href="/Sandia/fpga_dcop_33">fpga_dcop_33</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>1,220</td>
<td class='column-num_cols'>1,220</td>
<td class='column-nonzeros'>5,892</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/fpga_dcop_33.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/fpga_dcop_33.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/fpga_dcop_33.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1088</td>
<td class='column-name'><a href="/Sandia/fpga_dcop_34">fpga_dcop_34</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>1,220</td>
<td class='column-num_cols'>1,220</td>
<td class='column-nonzeros'>5,892</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/fpga_dcop_34.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/fpga_dcop_34.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/fpga_dcop_34.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1089</td>
<td class='column-name'><a href="/Sandia/fpga_dcop_35">fpga_dcop_35</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>1,220</td>
<td class='column-num_cols'>1,220</td>
<td class='column-nonzeros'>5,892</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/fpga_dcop_35.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/fpga_dcop_35.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/fpga_dcop_35.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1090</td>
<td class='column-name'><a href="/Sandia/fpga_dcop_36">fpga_dcop_36</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>1,220</td>
<td class='column-num_cols'>1,220</td>
<td class='column-nonzeros'>5,892</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/fpga_dcop_36.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/fpga_dcop_36.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/fpga_dcop_36.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1091</td>
<td class='column-name'><a href="/Sandia/fpga_dcop_37">fpga_dcop_37</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>1,220</td>
<td class='column-num_cols'>1,220</td>
<td class='column-nonzeros'>5,892</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/fpga_dcop_37.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/fpga_dcop_37.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/fpga_dcop_37.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1092</td>
<td class='column-name'><a href="/Sandia/fpga_dcop_38">fpga_dcop_38</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>1,220</td>
<td class='column-num_cols'>1,220</td>
<td class='column-nonzeros'>5,892</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/fpga_dcop_38.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/fpga_dcop_38.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/fpga_dcop_38.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1093</td>
<td class='column-name'><a href="/Sandia/fpga_dcop_39">fpga_dcop_39</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>1,220</td>
<td class='column-num_cols'>1,220</td>
<td class='column-nonzeros'>5,892</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/fpga_dcop_39.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/fpga_dcop_39.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/fpga_dcop_39.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1094</td>
<td class='column-name'><a href="/Sandia/fpga_dcop_40">fpga_dcop_40</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>1,220</td>
<td class='column-num_cols'>1,220</td>
<td class='column-nonzeros'>5,892</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/fpga_dcop_40.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/fpga_dcop_40.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/fpga_dcop_40.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1095</td>
<td class='column-name'><a href="/Sandia/fpga_dcop_41">fpga_dcop_41</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>1,220</td>
<td class='column-num_cols'>1,220</td>
<td class='column-nonzeros'>5,892</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/fpga_dcop_41.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/fpga_dcop_41.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/fpga_dcop_41.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1096</td>
<td class='column-name'><a href="/Sandia/fpga_dcop_42">fpga_dcop_42</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>1,220</td>
<td class='column-num_cols'>1,220</td>
<td class='column-nonzeros'>5,892</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/fpga_dcop_42.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/fpga_dcop_42.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/fpga_dcop_42.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1097</td>
<td class='column-name'><a href="/Sandia/fpga_dcop_43">fpga_dcop_43</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>1,220</td>
<td class='column-num_cols'>1,220</td>
<td class='column-nonzeros'>5,892</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/fpga_dcop_43.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/fpga_dcop_43.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/fpga_dcop_43.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1098</td>
<td class='column-name'><a href="/Sandia/fpga_dcop_44">fpga_dcop_44</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>1,220</td>
<td class='column-num_cols'>1,220</td>
<td class='column-nonzeros'>5,892</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/fpga_dcop_44.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/fpga_dcop_44.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/fpga_dcop_44.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1099</td>
<td class='column-name'><a href="/Sandia/fpga_dcop_45">fpga_dcop_45</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>1,220</td>
<td class='column-num_cols'>1,220</td>
<td class='column-nonzeros'>5,892</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/fpga_dcop_45.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/fpga_dcop_45.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/fpga_dcop_45.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1100</td>
<td class='column-name'><a href="/Sandia/fpga_dcop_46">fpga_dcop_46</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>1,220</td>
<td class='column-num_cols'>1,220</td>
<td class='column-nonzeros'>5,892</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/fpga_dcop_46.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/fpga_dcop_46.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/fpga_dcop_46.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1101</td>
<td class='column-name'><a href="/Sandia/fpga_dcop_47">fpga_dcop_47</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>1,220</td>
<td class='column-num_cols'>1,220</td>
<td class='column-nonzeros'>5,892</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/fpga_dcop_47.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/fpga_dcop_47.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/fpga_dcop_47.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1102</td>
<td class='column-name'><a href="/Sandia/fpga_dcop_48">fpga_dcop_48</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>1,220</td>
<td class='column-num_cols'>1,220</td>
<td class='column-nonzeros'>5,892</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/fpga_dcop_48.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/fpga_dcop_48.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/fpga_dcop_48.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1103</td>
<td class='column-name'><a href="/Sandia/fpga_dcop_49">fpga_dcop_49</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>1,220</td>
<td class='column-num_cols'>1,220</td>
<td class='column-nonzeros'>5,892</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/fpga_dcop_49.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/fpga_dcop_49.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/fpga_dcop_49.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1104</td>
<td class='column-name'><a href="/Sandia/fpga_dcop_50">fpga_dcop_50</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>1,220</td>
<td class='column-num_cols'>1,220</td>
<td class='column-nonzeros'>5,892</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/fpga_dcop_50.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/fpga_dcop_50.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/fpga_dcop_50.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1105</td>
<td class='column-name'><a href="/Sandia/fpga_dcop_51">fpga_dcop_51</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>1,220</td>
<td class='column-num_cols'>1,220</td>
<td class='column-nonzeros'>5,892</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/fpga_dcop_51.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/fpga_dcop_51.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/fpga_dcop_51.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1106</td>
<td class='column-name'><a href="/Sandia/fpga_trans_01">fpga_trans_01</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>1,220</td>
<td class='column-num_cols'>1,220</td>
<td class='column-nonzeros'>7,382</td>
<td class='column-kind d-none d-md-table-cell'>Circuit Simulation Problem Sequence</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/fpga_trans_01.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/fpga_trans_01.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/fpga_trans_01.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1107</td>
<td class='column-name'><a href="/Sandia/fpga_trans_02">fpga_trans_02</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>1,220</td>
<td class='column-num_cols'>1,220</td>
<td class='column-nonzeros'>7,382</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/fpga_trans_02.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/fpga_trans_02.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/fpga_trans_02.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1108</td>
<td class='column-name'><a href="/Sandia/init_adder1">init_adder1</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>1,813</td>
<td class='column-num_cols'>1,813</td>
<td class='column-nonzeros'>11,156</td>
<td class='column-kind d-none d-md-table-cell'>Circuit Simulation Problem Sequence</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/init_adder1.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/init_adder1.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/init_adder1.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1109</td>
<td class='column-name'><a href="/Sandia/mult_dcop_01">mult_dcop_01</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>25,187</td>
<td class='column-num_cols'>25,187</td>
<td class='column-nonzeros'>193,276</td>
<td class='column-kind d-none d-md-table-cell'>Circuit Simulation Problem Sequence</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/mult_dcop_01.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/mult_dcop_01.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/mult_dcop_01.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1110</td>
<td class='column-name'><a href="/Sandia/mult_dcop_02">mult_dcop_02</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>25,187</td>
<td class='column-num_cols'>25,187</td>
<td class='column-nonzeros'>193,276</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/mult_dcop_02.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/mult_dcop_02.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/mult_dcop_02.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1111</td>
<td class='column-name'><a href="/Sandia/mult_dcop_03">mult_dcop_03</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>25,187</td>
<td class='column-num_cols'>25,187</td>
<td class='column-nonzeros'>193,216</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/mult_dcop_03.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/mult_dcop_03.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/mult_dcop_03.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1112</td>
<td class='column-name'><a href="/Sandia/oscil_dcop_01">oscil_dcop_01</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>430</td>
<td class='column-num_cols'>430</td>
<td class='column-nonzeros'>1,544</td>
<td class='column-kind d-none d-md-table-cell'>Circuit Simulation Problem Sequence</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/oscil_dcop_01.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/oscil_dcop_01.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/oscil_dcop_01.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1113</td>
<td class='column-name'><a href="/Sandia/oscil_dcop_02">oscil_dcop_02</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>430</td>
<td class='column-num_cols'>430</td>
<td class='column-nonzeros'>1,544</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/oscil_dcop_02.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/oscil_dcop_02.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/oscil_dcop_02.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1114</td>
<td class='column-name'><a href="/Sandia/oscil_dcop_03">oscil_dcop_03</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>430</td>
<td class='column-num_cols'>430</td>
<td class='column-nonzeros'>1,544</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/oscil_dcop_03.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/oscil_dcop_03.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/oscil_dcop_03.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1115</td>
<td class='column-name'><a href="/Sandia/oscil_dcop_04">oscil_dcop_04</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>430</td>
<td class='column-num_cols'>430</td>
<td class='column-nonzeros'>1,544</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/oscil_dcop_04.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/oscil_dcop_04.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/oscil_dcop_04.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1116</td>
<td class='column-name'><a href="/Sandia/oscil_dcop_05">oscil_dcop_05</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>430</td>
<td class='column-num_cols'>430</td>
<td class='column-nonzeros'>1,544</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/oscil_dcop_05.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/oscil_dcop_05.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/oscil_dcop_05.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1117</td>
<td class='column-name'><a href="/Sandia/oscil_dcop_06">oscil_dcop_06</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>430</td>
<td class='column-num_cols'>430</td>
<td class='column-nonzeros'>1,544</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/oscil_dcop_06.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/oscil_dcop_06.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/oscil_dcop_06.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1118</td>
<td class='column-name'><a href="/Sandia/oscil_dcop_07">oscil_dcop_07</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>430</td>
<td class='column-num_cols'>430</td>
<td class='column-nonzeros'>1,544</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/oscil_dcop_07.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/oscil_dcop_07.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/oscil_dcop_07.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1119</td>
<td class='column-name'><a href="/Sandia/oscil_dcop_08">oscil_dcop_08</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>430</td>
<td class='column-num_cols'>430</td>
<td class='column-nonzeros'>1,544</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/oscil_dcop_08.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/oscil_dcop_08.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/oscil_dcop_08.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1120</td>
<td class='column-name'><a href="/Sandia/oscil_dcop_09">oscil_dcop_09</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>430</td>
<td class='column-num_cols'>430</td>
<td class='column-nonzeros'>1,544</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/oscil_dcop_09.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/oscil_dcop_09.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/oscil_dcop_09.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1121</td>
<td class='column-name'><a href="/Sandia/oscil_dcop_10">oscil_dcop_10</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>430</td>
<td class='column-num_cols'>430</td>
<td class='column-nonzeros'>1,544</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/oscil_dcop_10.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/oscil_dcop_10.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/oscil_dcop_10.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1122</td>
<td class='column-name'><a href="/Sandia/oscil_dcop_11">oscil_dcop_11</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>430</td>
<td class='column-num_cols'>430</td>
<td class='column-nonzeros'>1,544</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/oscil_dcop_11.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/oscil_dcop_11.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/oscil_dcop_11.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1123</td>
<td class='column-name'><a href="/Sandia/oscil_dcop_12">oscil_dcop_12</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>430</td>
<td class='column-num_cols'>430</td>
<td class='column-nonzeros'>1,544</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/oscil_dcop_12.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/oscil_dcop_12.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/oscil_dcop_12.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1124</td>
<td class='column-name'><a href="/Sandia/oscil_dcop_13">oscil_dcop_13</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>430</td>
<td class='column-num_cols'>430</td>
<td class='column-nonzeros'>1,544</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/oscil_dcop_13.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/oscil_dcop_13.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/oscil_dcop_13.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1125</td>
<td class='column-name'><a href="/Sandia/oscil_dcop_14">oscil_dcop_14</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>430</td>
<td class='column-num_cols'>430</td>
<td class='column-nonzeros'>1,544</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/oscil_dcop_14.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/oscil_dcop_14.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/oscil_dcop_14.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1126</td>
<td class='column-name'><a href="/Sandia/oscil_dcop_15">oscil_dcop_15</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>430</td>
<td class='column-num_cols'>430</td>
<td class='column-nonzeros'>1,544</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/oscil_dcop_15.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/oscil_dcop_15.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/oscil_dcop_15.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1127</td>
<td class='column-name'><a href="/Sandia/oscil_dcop_16">oscil_dcop_16</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>430</td>
<td class='column-num_cols'>430</td>
<td class='column-nonzeros'>1,544</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/oscil_dcop_16.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/oscil_dcop_16.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/oscil_dcop_16.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1128</td>
<td class='column-name'><a href="/Sandia/oscil_dcop_17">oscil_dcop_17</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>430</td>
<td class='column-num_cols'>430</td>
<td class='column-nonzeros'>1,544</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/oscil_dcop_17.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/oscil_dcop_17.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/oscil_dcop_17.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1129</td>
<td class='column-name'><a href="/Sandia/oscil_dcop_18">oscil_dcop_18</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>430</td>
<td class='column-num_cols'>430</td>
<td class='column-nonzeros'>1,544</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/oscil_dcop_18.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/oscil_dcop_18.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/oscil_dcop_18.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1130</td>
<td class='column-name'><a href="/Sandia/oscil_dcop_19">oscil_dcop_19</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>430</td>
<td class='column-num_cols'>430</td>
<td class='column-nonzeros'>1,544</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/oscil_dcop_19.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/oscil_dcop_19.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/oscil_dcop_19.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1131</td>
<td class='column-name'><a href="/Sandia/oscil_dcop_20">oscil_dcop_20</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>430</td>
<td class='column-num_cols'>430</td>
<td class='column-nonzeros'>1,544</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/oscil_dcop_20.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/oscil_dcop_20.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/oscil_dcop_20.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1132</td>
<td class='column-name'><a href="/Sandia/oscil_dcop_21">oscil_dcop_21</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>430</td>
<td class='column-num_cols'>430</td>
<td class='column-nonzeros'>1,544</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/oscil_dcop_21.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/oscil_dcop_21.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/oscil_dcop_21.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1133</td>
<td class='column-name'><a href="/Sandia/oscil_dcop_22">oscil_dcop_22</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>430</td>
<td class='column-num_cols'>430</td>
<td class='column-nonzeros'>1,544</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/oscil_dcop_22.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/oscil_dcop_22.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/oscil_dcop_22.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1134</td>
<td class='column-name'><a href="/Sandia/oscil_dcop_23">oscil_dcop_23</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>430</td>
<td class='column-num_cols'>430</td>
<td class='column-nonzeros'>1,544</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/oscil_dcop_23.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/oscil_dcop_23.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/oscil_dcop_23.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1135</td>
<td class='column-name'><a href="/Sandia/oscil_dcop_24">oscil_dcop_24</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>430</td>
<td class='column-num_cols'>430</td>
<td class='column-nonzeros'>1,544</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/oscil_dcop_24.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/oscil_dcop_24.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/oscil_dcop_24.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1136</td>
<td class='column-name'><a href="/Sandia/oscil_dcop_25">oscil_dcop_25</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>430</td>
<td class='column-num_cols'>430</td>
<td class='column-nonzeros'>1,544</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/oscil_dcop_25.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/oscil_dcop_25.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/oscil_dcop_25.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1137</td>
<td class='column-name'><a href="/Sandia/oscil_dcop_26">oscil_dcop_26</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>430</td>
<td class='column-num_cols'>430</td>
<td class='column-nonzeros'>1,544</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/oscil_dcop_26.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/oscil_dcop_26.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/oscil_dcop_26.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1138</td>
<td class='column-name'><a href="/Sandia/oscil_dcop_27">oscil_dcop_27</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>430</td>
<td class='column-num_cols'>430</td>
<td class='column-nonzeros'>1,544</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/oscil_dcop_27.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/oscil_dcop_27.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/oscil_dcop_27.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1139</td>
<td class='column-name'><a href="/Sandia/oscil_dcop_28">oscil_dcop_28</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>430</td>
<td class='column-num_cols'>430</td>
<td class='column-nonzeros'>1,544</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/oscil_dcop_28.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/oscil_dcop_28.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/oscil_dcop_28.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1140</td>
<td class='column-name'><a href="/Sandia/oscil_dcop_29">oscil_dcop_29</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>430</td>
<td class='column-num_cols'>430</td>
<td class='column-nonzeros'>1,544</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/oscil_dcop_29.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/oscil_dcop_29.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/oscil_dcop_29.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1141</td>
<td class='column-name'><a href="/Sandia/oscil_dcop_30">oscil_dcop_30</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>430</td>
<td class='column-num_cols'>430</td>
<td class='column-nonzeros'>1,544</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/oscil_dcop_30.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/oscil_dcop_30.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/oscil_dcop_30.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1142</td>
<td class='column-name'><a href="/Sandia/oscil_dcop_31">oscil_dcop_31</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>430</td>
<td class='column-num_cols'>430</td>
<td class='column-nonzeros'>1,544</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/oscil_dcop_31.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/oscil_dcop_31.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/oscil_dcop_31.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1143</td>
<td class='column-name'><a href="/Sandia/oscil_dcop_32">oscil_dcop_32</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>430</td>
<td class='column-num_cols'>430</td>
<td class='column-nonzeros'>1,544</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/oscil_dcop_32.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/oscil_dcop_32.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/oscil_dcop_32.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1144</td>
<td class='column-name'><a href="/Sandia/oscil_dcop_33">oscil_dcop_33</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>430</td>
<td class='column-num_cols'>430</td>
<td class='column-nonzeros'>1,544</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/oscil_dcop_33.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/oscil_dcop_33.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/oscil_dcop_33.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1145</td>
<td class='column-name'><a href="/Sandia/oscil_dcop_34">oscil_dcop_34</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>430</td>
<td class='column-num_cols'>430</td>
<td class='column-nonzeros'>1,544</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/oscil_dcop_34.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/oscil_dcop_34.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/oscil_dcop_34.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1146</td>
<td class='column-name'><a href="/Sandia/oscil_dcop_35">oscil_dcop_35</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>430</td>
<td class='column-num_cols'>430</td>
<td class='column-nonzeros'>1,544</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/oscil_dcop_35.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/oscil_dcop_35.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/oscil_dcop_35.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1147</td>
<td class='column-name'><a href="/Sandia/oscil_dcop_36">oscil_dcop_36</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>430</td>
<td class='column-num_cols'>430</td>
<td class='column-nonzeros'>1,544</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/oscil_dcop_36.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/oscil_dcop_36.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/oscil_dcop_36.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1148</td>
<td class='column-name'><a href="/Sandia/oscil_dcop_37">oscil_dcop_37</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>430</td>
<td class='column-num_cols'>430</td>
<td class='column-nonzeros'>1,544</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/oscil_dcop_37.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/oscil_dcop_37.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/oscil_dcop_37.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1149</td>
<td class='column-name'><a href="/Sandia/oscil_dcop_38">oscil_dcop_38</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>430</td>
<td class='column-num_cols'>430</td>
<td class='column-nonzeros'>1,544</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/oscil_dcop_38.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/oscil_dcop_38.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/oscil_dcop_38.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1150</td>
<td class='column-name'><a href="/Sandia/oscil_dcop_39">oscil_dcop_39</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>430</td>
<td class='column-num_cols'>430</td>
<td class='column-nonzeros'>1,544</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/oscil_dcop_39.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/oscil_dcop_39.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/oscil_dcop_39.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1151</td>
<td class='column-name'><a href="/Sandia/oscil_dcop_40">oscil_dcop_40</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>430</td>
<td class='column-num_cols'>430</td>
<td class='column-nonzeros'>1,544</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/oscil_dcop_40.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/oscil_dcop_40.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/oscil_dcop_40.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1152</td>
<td class='column-name'><a href="/Sandia/oscil_dcop_41">oscil_dcop_41</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>430</td>
<td class='column-num_cols'>430</td>
<td class='column-nonzeros'>1,544</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/oscil_dcop_41.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/oscil_dcop_41.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/oscil_dcop_41.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1153</td>
<td class='column-name'><a href="/Sandia/oscil_dcop_42">oscil_dcop_42</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>430</td>
<td class='column-num_cols'>430</td>
<td class='column-nonzeros'>1,544</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/oscil_dcop_42.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/oscil_dcop_42.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/oscil_dcop_42.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1154</td>
<td class='column-name'><a href="/Sandia/oscil_dcop_43">oscil_dcop_43</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>430</td>
<td class='column-num_cols'>430</td>
<td class='column-nonzeros'>1,544</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/oscil_dcop_43.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/oscil_dcop_43.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/oscil_dcop_43.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1155</td>
<td class='column-name'><a href="/Sandia/oscil_dcop_44">oscil_dcop_44</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>430</td>
<td class='column-num_cols'>430</td>
<td class='column-nonzeros'>1,544</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/oscil_dcop_44.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/oscil_dcop_44.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/oscil_dcop_44.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1156</td>
<td class='column-name'><a href="/Sandia/oscil_dcop_45">oscil_dcop_45</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>430</td>
<td class='column-num_cols'>430</td>
<td class='column-nonzeros'>1,544</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/oscil_dcop_45.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/oscil_dcop_45.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/oscil_dcop_45.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1157</td>
<td class='column-name'><a href="/Sandia/oscil_dcop_46">oscil_dcop_46</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>430</td>
<td class='column-num_cols'>430</td>
<td class='column-nonzeros'>1,544</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/oscil_dcop_46.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/oscil_dcop_46.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/oscil_dcop_46.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1158</td>
<td class='column-name'><a href="/Sandia/oscil_dcop_47">oscil_dcop_47</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>430</td>
<td class='column-num_cols'>430</td>
<td class='column-nonzeros'>1,544</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/oscil_dcop_47.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/oscil_dcop_47.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/oscil_dcop_47.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1159</td>
<td class='column-name'><a href="/Sandia/oscil_dcop_48">oscil_dcop_48</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>430</td>
<td class='column-num_cols'>430</td>
<td class='column-nonzeros'>1,544</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/oscil_dcop_48.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/oscil_dcop_48.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/oscil_dcop_48.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1160</td>
<td class='column-name'><a href="/Sandia/oscil_dcop_49">oscil_dcop_49</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>430</td>
<td class='column-num_cols'>430</td>
<td class='column-nonzeros'>1,544</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/oscil_dcop_49.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/oscil_dcop_49.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/oscil_dcop_49.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1161</td>
<td class='column-name'><a href="/Sandia/oscil_dcop_50">oscil_dcop_50</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>430</td>
<td class='column-num_cols'>430</td>
<td class='column-nonzeros'>1,544</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/oscil_dcop_50.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/oscil_dcop_50.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/oscil_dcop_50.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1162</td>
<td class='column-name'><a href="/Sandia/oscil_dcop_51">oscil_dcop_51</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>430</td>
<td class='column-num_cols'>430</td>
<td class='column-nonzeros'>1,544</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/oscil_dcop_51.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/oscil_dcop_51.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/oscil_dcop_51.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1163</td>
<td class='column-name'><a href="/Sandia/oscil_dcop_52">oscil_dcop_52</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>430</td>
<td class='column-num_cols'>430</td>
<td class='column-nonzeros'>1,544</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/oscil_dcop_52.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/oscil_dcop_52.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/oscil_dcop_52.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1164</td>
<td class='column-name'><a href="/Sandia/oscil_dcop_53">oscil_dcop_53</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>430</td>
<td class='column-num_cols'>430</td>
<td class='column-nonzeros'>1,544</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/oscil_dcop_53.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/oscil_dcop_53.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/oscil_dcop_53.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1165</td>
<td class='column-name'><a href="/Sandia/oscil_dcop_54">oscil_dcop_54</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>430</td>
<td class='column-num_cols'>430</td>
<td class='column-nonzeros'>1,544</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/oscil_dcop_54.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/oscil_dcop_54.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/oscil_dcop_54.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1166</td>
<td class='column-name'><a href="/Sandia/oscil_dcop_55">oscil_dcop_55</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>430</td>
<td class='column-num_cols'>430</td>
<td class='column-nonzeros'>1,544</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/oscil_dcop_55.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/oscil_dcop_55.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/oscil_dcop_55.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1167</td>
<td class='column-name'><a href="/Sandia/oscil_dcop_56">oscil_dcop_56</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>430</td>
<td class='column-num_cols'>430</td>
<td class='column-nonzeros'>1,544</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/oscil_dcop_56.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/oscil_dcop_56.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/oscil_dcop_56.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1168</td>
<td class='column-name'><a href="/Sandia/oscil_dcop_57">oscil_dcop_57</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>430</td>
<td class='column-num_cols'>430</td>
<td class='column-nonzeros'>1,544</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/oscil_dcop_57.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/oscil_dcop_57.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/oscil_dcop_57.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1169</td>
<td class='column-name'><a href="/Sandia/oscil_trans_01">oscil_trans_01</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>430</td>
<td class='column-num_cols'>430</td>
<td class='column-nonzeros'>1,614</td>
<td class='column-kind d-none d-md-table-cell'>Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/oscil_trans_01.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/oscil_trans_01.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/oscil_trans_01.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1170</td>
<td class='column-name'><a href="/MathWorks/Pd">Pd</a></td>
<td class='column-group'><a href="/MathWorks">MathWorks</a></td>
<td class='column-num_rows'>8,081</td>
<td class='column-num_cols'>8,081</td>
<td class='column-nonzeros'>13,036</td>
<td class='column-kind d-none d-md-table-cell'>Counter Example Problem</td>
<td class='column-date d-none d-md-table-cell'>2002</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/MathWorks/Pd.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/MathWorks/Pd.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/MathWorks/Pd.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1171</td>
<td class='column-name'><a href="/MathWorks/Pd_rhs">Pd_rhs</a></td>
<td class='column-group'><a href="/MathWorks">MathWorks</a></td>
<td class='column-num_rows'>8,081</td>
<td class='column-num_cols'>12,406</td>
<td class='column-nonzeros'>6,323</td>
<td class='column-kind d-none d-md-table-cell'>Counter Example Problem</td>
<td class='column-date d-none d-md-table-cell'>2002</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/MathWorks/Pd_rhs.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/MathWorks/Pd_rhs.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/MathWorks/Pd_rhs.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1183</td>
<td class='column-name'><a href="/IBM_Austin/coupled">coupled</a></td>
<td class='column-group'><a href="/IBM_Austin">IBM_Austin</a></td>
<td class='column-num_rows'>11,341</td>
<td class='column-num_cols'>11,341</td>
<td class='column-nonzeros'>97,193</td>
<td class='column-kind d-none d-md-table-cell'>Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/IBM_Austin/coupled.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/IBM_Austin/coupled.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/IBM_Austin/coupled.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1184</td>
<td class='column-name'><a href="/ACUSIM/Pres_Poisson">Pres_Poisson</a></td>
<td class='column-group'><a href="/ACUSIM">ACUSIM</a></td>
<td class='column-num_rows'>14,822</td>
<td class='column-num_cols'>14,822</td>
<td class='column-nonzeros'>715,804</td>
<td class='column-kind d-none d-md-table-cell'>Computational Fluid Dynamics Problem</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/ACUSIM/Pres_Poisson.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/ACUSIM/Pres_Poisson.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/ACUSIM/Pres_Poisson.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1187</td>
<td class='column-name'><a href="/Rajat/rajat03">rajat03</a></td>
<td class='column-group'><a href="/Rajat">Rajat</a></td>
<td class='column-num_rows'>7,602</td>
<td class='column-num_cols'>7,602</td>
<td class='column-nonzeros'>32,653</td>
<td class='column-kind d-none d-md-table-cell'>Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Rajat/rajat03.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Rajat/rajat03.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Rajat/rajat03.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1188</td>
<td class='column-name'><a href="/Rajat/rajat04">rajat04</a></td>
<td class='column-group'><a href="/Rajat">Rajat</a></td>
<td class='column-num_rows'>1,041</td>
<td class='column-num_cols'>1,041</td>
<td class='column-nonzeros'>8,725</td>
<td class='column-kind d-none d-md-table-cell'>Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Rajat/rajat04.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Rajat/rajat04.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Rajat/rajat04.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1189</td>
<td class='column-name'><a href="/Rajat/rajat05">rajat05</a></td>
<td class='column-group'><a href="/Rajat">Rajat</a></td>
<td class='column-num_rows'>301</td>
<td class='column-num_cols'>301</td>
<td class='column-nonzeros'>1,250</td>
<td class='column-kind d-none d-md-table-cell'>Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Rajat/rajat05.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Rajat/rajat05.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Rajat/rajat05.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1195</td>
<td class='column-name'><a href="/Rajat/rajat11">rajat11</a></td>
<td class='column-group'><a href="/Rajat">Rajat</a></td>
<td class='column-num_rows'>135</td>
<td class='column-num_cols'>135</td>
<td class='column-nonzeros'>665</td>
<td class='column-kind d-none d-md-table-cell'>Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Rajat/rajat11.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Rajat/rajat11.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Rajat/rajat11.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1196</td>
<td class='column-name'><a href="/Rajat/rajat12">rajat12</a></td>
<td class='column-group'><a href="/Rajat">Rajat</a></td>
<td class='column-num_rows'>1,879</td>
<td class='column-num_cols'>1,879</td>
<td class='column-nonzeros'>12,818</td>
<td class='column-kind d-none d-md-table-cell'>Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Rajat/rajat12.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Rajat/rajat12.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Rajat/rajat12.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1197</td>
<td class='column-name'><a href="/Rajat/rajat13">rajat13</a></td>
<td class='column-group'><a href="/Rajat">Rajat</a></td>
<td class='column-num_rows'>7,598</td>
<td class='column-num_cols'>7,598</td>
<td class='column-nonzeros'>48,762</td>
<td class='column-kind d-none d-md-table-cell'>Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Rajat/rajat13.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Rajat/rajat13.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Rajat/rajat13.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1198</td>
<td class='column-name'><a href="/Rajat/rajat14">rajat14</a></td>
<td class='column-group'><a href="/Rajat">Rajat</a></td>
<td class='column-num_rows'>180</td>
<td class='column-num_cols'>180</td>
<td class='column-nonzeros'>1,475</td>
<td class='column-kind d-none d-md-table-cell'>Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Rajat/rajat14.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Rajat/rajat14.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Rajat/rajat14.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1199</td>
<td class='column-name'><a href="/Hamrle/Hamrle1">Hamrle1</a></td>
<td class='column-group'><a href="/Hamrle">Hamrle</a></td>
<td class='column-num_rows'>32</td>
<td class='column-num_cols'>32</td>
<td class='column-nonzeros'>98</td>
<td class='column-kind d-none d-md-table-cell'>Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Hamrle/Hamrle1.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Hamrle/Hamrle1.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Hamrle/Hamrle1.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1200</td>
<td class='column-name'><a href="/Hamrle/Hamrle2">Hamrle2</a></td>
<td class='column-group'><a href="/Hamrle">Hamrle</a></td>
<td class='column-num_rows'>5,952</td>
<td class='column-num_cols'>5,952</td>
<td class='column-nonzeros'>22,162</td>
<td class='column-kind d-none d-md-table-cell'>Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Hamrle/Hamrle2.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Hamrle/Hamrle2.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Hamrle/Hamrle2.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1201</td>
<td class='column-name'><a href="/Hamrle/Hamrle3">Hamrle3</a></td>
<td class='column-group'><a href="/Hamrle">Hamrle</a></td>
<td class='column-num_rows'>1,447,360</td>
<td class='column-num_cols'>1,447,360</td>
<td class='column-nonzeros'>5,514,242</td>
<td class='column-kind d-none d-md-table-cell'>Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Hamrle/Hamrle3.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Hamrle/Hamrle3.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Hamrle/Hamrle3.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1202</td>
<td class='column-name'><a href="/Oberwolfach/gyro_k">gyro_k</a></td>
<td class='column-group'><a href="/Oberwolfach">Oberwolfach</a></td>
<td class='column-num_rows'>17,361</td>
<td class='column-num_cols'>17,361</td>
<td class='column-nonzeros'>1,021,159</td>
<td class='column-kind d-none d-md-table-cell'>Duplicate Model Reduction Problem</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Oberwolfach/gyro_k.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Oberwolfach/gyro_k.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Oberwolfach/gyro_k.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1203</td>
<td class='column-name'><a href="/Oberwolfach/gyro_m">gyro_m</a></td>
<td class='column-group'><a href="/Oberwolfach">Oberwolfach</a></td>
<td class='column-num_rows'>17,361</td>
<td class='column-num_cols'>17,361</td>
<td class='column-nonzeros'>340,431</td>
<td class='column-kind d-none d-md-table-cell'>Duplicate Model Reduction Problem</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Oberwolfach/gyro_m.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Oberwolfach/gyro_m.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Oberwolfach/gyro_m.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1204</td>
<td class='column-name'><a href="/Oberwolfach/t2dah_a">t2dah_a</a></td>
<td class='column-group'><a href="/Oberwolfach">Oberwolfach</a></td>
<td class='column-num_rows'>11,445</td>
<td class='column-num_cols'>11,445</td>
<td class='column-nonzeros'>176,117</td>
<td class='column-kind d-none d-md-table-cell'>Duplicate Model Reduction Problem</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Oberwolfach/t2dah_a.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Oberwolfach/t2dah_a.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Oberwolfach/t2dah_a.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1205</td>
<td class='column-name'><a href="/Oberwolfach/t2dah_e">t2dah_e</a></td>
<td class='column-group'><a href="/Oberwolfach">Oberwolfach</a></td>
<td class='column-num_rows'>11,445</td>
<td class='column-num_cols'>11,445</td>
<td class='column-nonzeros'>176,117</td>
<td class='column-kind d-none d-md-table-cell'>Duplicate Model Reduction Problem</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Oberwolfach/t2dah_e.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Oberwolfach/t2dah_e.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Oberwolfach/t2dah_e.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1206</td>
<td class='column-name'><a href="/Oberwolfach/t2dal_a">t2dal_a</a></td>
<td class='column-group'><a href="/Oberwolfach">Oberwolfach</a></td>
<td class='column-num_rows'>4,257</td>
<td class='column-num_cols'>4,257</td>
<td class='column-nonzeros'>37,465</td>
<td class='column-kind d-none d-md-table-cell'>Duplicate Model Reduction Problem</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Oberwolfach/t2dal_a.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Oberwolfach/t2dal_a.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Oberwolfach/t2dal_a.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1207</td>
<td class='column-name'><a href="/Oberwolfach/t2dal_e">t2dal_e</a></td>
<td class='column-group'><a href="/Oberwolfach">Oberwolfach</a></td>
<td class='column-num_rows'>4,257</td>
<td class='column-num_cols'>4,257</td>
<td class='column-nonzeros'>4,257</td>
<td class='column-kind d-none d-md-table-cell'>Duplicate Model Reduction Problem</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Oberwolfach/t2dal_e.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Oberwolfach/t2dal_e.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Oberwolfach/t2dal_e.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1208</td>
<td class='column-name'><a href="/Oberwolfach/t3dh_a">t3dh_a</a></td>
<td class='column-group'><a href="/Oberwolfach">Oberwolfach</a></td>
<td class='column-num_rows'>79,171</td>
<td class='column-num_cols'>79,171</td>
<td class='column-nonzeros'>4,352,105</td>
<td class='column-kind d-none d-md-table-cell'>Duplicate Model Reduction Problem</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Oberwolfach/t3dh_a.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Oberwolfach/t3dh_a.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Oberwolfach/t3dh_a.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1209</td>
<td class='column-name'><a href="/Oberwolfach/t3dh_e">t3dh_e</a></td>
<td class='column-group'><a href="/Oberwolfach">Oberwolfach</a></td>
<td class='column-num_rows'>79,171</td>
<td class='column-num_cols'>79,171</td>
<td class='column-nonzeros'>4,352,105</td>
<td class='column-kind d-none d-md-table-cell'>Duplicate Model Reduction Problem</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Oberwolfach/t3dh_e.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Oberwolfach/t3dh_e.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Oberwolfach/t3dh_e.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1210</td>
<td class='column-name'><a href="/Oberwolfach/t3dl_a">t3dl_a</a></td>
<td class='column-group'><a href="/Oberwolfach">Oberwolfach</a></td>
<td class='column-num_rows'>20,360</td>
<td class='column-num_cols'>20,360</td>
<td class='column-nonzeros'>509,866</td>
<td class='column-kind d-none d-md-table-cell'>Duplicate Model Reduction Problem</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Oberwolfach/t3dl_a.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Oberwolfach/t3dl_a.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Oberwolfach/t3dl_a.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1211</td>
<td class='column-name'><a href="/Oberwolfach/t3dl_e">t3dl_e</a></td>
<td class='column-group'><a href="/Oberwolfach">Oberwolfach</a></td>
<td class='column-num_rows'>20,360</td>
<td class='column-num_cols'>20,360</td>
<td class='column-nonzeros'>20,360</td>
<td class='column-kind d-none d-md-table-cell'>Duplicate Model Reduction Problem</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Oberwolfach/t3dl_e.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Oberwolfach/t3dl_e.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Oberwolfach/t3dl_e.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1212</td>
<td class='column-name'><a href="/LiuWenzhuo/powersim">powersim</a></td>
<td class='column-group'><a href="/LiuWenzhuo">LiuWenzhuo</a></td>
<td class='column-num_rows'>15,838</td>
<td class='column-num_cols'>15,838</td>
<td class='column-nonzeros'>64,424</td>
<td class='column-kind d-none d-md-table-cell'>Power Network Problem</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/LiuWenzhuo/powersim.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/LiuWenzhuo/powersim.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/LiuWenzhuo/powersim.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1213</td>
<td class='column-name'><a href="/Lin/Lin">Lin</a></td>
<td class='column-group'><a href="/Lin">Lin</a></td>
<td class='column-num_rows'>256,000</td>
<td class='column-num_cols'>256,000</td>
<td class='column-nonzeros'>1,766,400</td>
<td class='column-kind d-none d-md-table-cell'>Structural Problem</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Lin/Lin.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Lin/Lin.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Lin/Lin.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1214</td>
<td class='column-name'><a href="/Cannizzo/sts4098">sts4098</a></td>
<td class='column-group'><a href="/Cannizzo">Cannizzo</a></td>
<td class='column-num_rows'>4,098</td>
<td class='column-num_cols'>4,098</td>
<td class='column-nonzeros'>72,356</td>
<td class='column-kind d-none d-md-table-cell'>Structural Problem</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Cannizzo/sts4098.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Cannizzo/sts4098.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Cannizzo/sts4098.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1218</td>
<td class='column-name'><a href="/GHS_indef/aug3dcqp">aug3dcqp</a></td>
<td class='column-group'><a href="/GHS_indef">GHS_indef</a></td>
<td class='column-num_rows'>35,543</td>
<td class='column-num_cols'>35,543</td>
<td class='column-nonzeros'>128,115</td>
<td class='column-kind d-none d-md-table-cell'>2D/3D Problem</td>
<td class='column-date d-none d-md-table-cell'>1994</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/GHS_indef/aug3dcqp.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/GHS_indef/aug3dcqp.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/GHS_indef/aug3dcqp.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1219</td>
<td class='column-name'><a href="/GHS_indef/bmw3_2">bmw3_2</a></td>
<td class='column-group'><a href="/GHS_indef">GHS_indef</a></td>
<td class='column-num_rows'>227,362</td>
<td class='column-num_cols'>227,362</td>
<td class='column-nonzeros'>11,288,630</td>
<td class='column-kind d-none d-md-table-cell'>Structural Problem</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/GHS_indef/bmw3_2.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/GHS_indef/bmw3_2.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/GHS_indef/bmw3_2.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1220</td>
<td class='column-name'><a href="/GHS_indef/c-55">c-55</a></td>
<td class='column-group'><a href="/GHS_indef">GHS_indef</a></td>
<td class='column-num_rows'>32,780</td>
<td class='column-num_cols'>32,780</td>
<td class='column-nonzeros'>403,450</td>
<td class='column-kind d-none d-md-table-cell'>Optimization Problem</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/GHS_indef/c-55.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/GHS_indef/c-55.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/GHS_indef/c-55.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1221</td>
<td class='column-name'><a href="/GHS_indef/c-58">c-58</a></td>
<td class='column-group'><a href="/GHS_indef">GHS_indef</a></td>
<td class='column-num_rows'>37,595</td>
<td class='column-num_cols'>37,595</td>
<td class='column-nonzeros'>552,551</td>
<td class='column-kind d-none d-md-table-cell'>Optimization Problem</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/GHS_indef/c-58.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/GHS_indef/c-58.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/GHS_indef/c-58.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1222</td>
<td class='column-name'><a href="/GHS_indef/c-59">c-59</a></td>
<td class='column-group'><a href="/GHS_indef">GHS_indef</a></td>
<td class='column-num_rows'>41,282</td>
<td class='column-num_cols'>41,282</td>
<td class='column-nonzeros'>480,536</td>
<td class='column-kind d-none d-md-table-cell'>Optimization Problem</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/GHS_indef/c-59.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/GHS_indef/c-59.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/GHS_indef/c-59.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1223</td>
<td class='column-name'><a href="/GHS_indef/c-62ghs">c-62ghs</a></td>
<td class='column-group'><a href="/GHS_indef">GHS_indef</a></td>
<td class='column-num_rows'>41,731</td>
<td class='column-num_cols'>41,731</td>
<td class='column-nonzeros'>559,339</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Optimization Problem</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/GHS_indef/c-62ghs.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/GHS_indef/c-62ghs.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/GHS_indef/c-62ghs.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1224</td>
<td class='column-name'><a href="/GHS_indef/c-63">c-63</a></td>
<td class='column-group'><a href="/GHS_indef">GHS_indef</a></td>
<td class='column-num_rows'>44,234</td>
<td class='column-num_cols'>44,234</td>
<td class='column-nonzeros'>434,704</td>
<td class='column-kind d-none d-md-table-cell'>Optimization Problem</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/GHS_indef/c-63.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/GHS_indef/c-63.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/GHS_indef/c-63.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1225</td>
<td class='column-name'><a href="/GHS_indef/c-68">c-68</a></td>
<td class='column-group'><a href="/GHS_indef">GHS_indef</a></td>
<td class='column-num_rows'>64,810</td>
<td class='column-num_cols'>64,810</td>
<td class='column-nonzeros'>565,996</td>
<td class='column-kind d-none d-md-table-cell'>Optimization Problem</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/GHS_indef/c-68.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/GHS_indef/c-68.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/GHS_indef/c-68.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1226</td>
<td class='column-name'><a href="/GHS_indef/c-69">c-69</a></td>
<td class='column-group'><a href="/GHS_indef">GHS_indef</a></td>
<td class='column-num_rows'>67,458</td>
<td class='column-num_cols'>67,458</td>
<td class='column-nonzeros'>623,914</td>
<td class='column-kind d-none d-md-table-cell'>Optimization Problem</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/GHS_indef/c-69.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/GHS_indef/c-69.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/GHS_indef/c-69.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1227</td>
<td class='column-name'><a href="/GHS_indef/c-70">c-70</a></td>
<td class='column-group'><a href="/GHS_indef">GHS_indef</a></td>
<td class='column-num_rows'>68,924</td>
<td class='column-num_cols'>68,924</td>
<td class='column-nonzeros'>658,986</td>
<td class='column-kind d-none d-md-table-cell'>Optimization Problem</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/GHS_indef/c-70.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/GHS_indef/c-70.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/GHS_indef/c-70.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1228</td>
<td class='column-name'><a href="/GHS_indef/c-71">c-71</a></td>
<td class='column-group'><a href="/GHS_indef">GHS_indef</a></td>
<td class='column-num_rows'>76,638</td>
<td class='column-num_cols'>76,638</td>
<td class='column-nonzeros'>859,520</td>
<td class='column-kind d-none d-md-table-cell'>Optimization Problem</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/GHS_indef/c-71.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/GHS_indef/c-71.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/GHS_indef/c-71.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1229</td>
<td class='column-name'><a href="/GHS_indef/c-72">c-72</a></td>
<td class='column-group'><a href="/GHS_indef">GHS_indef</a></td>
<td class='column-num_rows'>84,064</td>
<td class='column-num_cols'>84,064</td>
<td class='column-nonzeros'>707,546</td>
<td class='column-kind d-none d-md-table-cell'>Optimization Problem</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/GHS_indef/c-72.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/GHS_indef/c-72.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/GHS_indef/c-72.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1230</td>
<td class='column-name'><a href="/GHS_indef/copter2">copter2</a></td>
<td class='column-group'><a href="/GHS_indef">GHS_indef</a></td>
<td class='column-num_rows'>55,476</td>
<td class='column-num_cols'>55,476</td>
<td class='column-nonzeros'>759,952</td>
<td class='column-kind d-none d-md-table-cell'>Computational Fluid Dynamics Problem</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/GHS_indef/copter2.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/GHS_indef/copter2.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/GHS_indef/copter2.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1231</td>
<td class='column-name'><a href="/GHS_indef/d_pretok">d_pretok</a></td>
<td class='column-group'><a href="/GHS_indef">GHS_indef</a></td>
<td class='column-num_rows'>182,730</td>
<td class='column-num_cols'>182,730</td>
<td class='column-nonzeros'>1,641,672</td>
<td class='column-kind d-none d-md-table-cell'>2D/3D Problem</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/GHS_indef/d_pretok.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/GHS_indef/d_pretok.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/GHS_indef/d_pretok.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1232</td>
<td class='column-name'><a href="/GHS_indef/darcy003">darcy003</a></td>
<td class='column-group'><a href="/GHS_indef">GHS_indef</a></td>
<td class='column-num_rows'>389,874</td>
<td class='column-num_cols'>389,874</td>
<td class='column-nonzeros'>2,097,566</td>
<td class='column-kind d-none d-md-table-cell'>2D/3D Problem</td>
<td class='column-date d-none d-md-table-cell'>2002</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/GHS_indef/darcy003.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/GHS_indef/darcy003.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/GHS_indef/darcy003.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1233</td>
<td class='column-name'><a href="/GHS_indef/dawson5">dawson5</a></td>
<td class='column-group'><a href="/GHS_indef">GHS_indef</a></td>
<td class='column-num_rows'>51,537</td>
<td class='column-num_cols'>51,537</td>
<td class='column-nonzeros'>1,010,777</td>
<td class='column-kind d-none d-md-table-cell'>Structural Problem</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/GHS_indef/dawson5.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/GHS_indef/dawson5.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/GHS_indef/dawson5.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1234</td>
<td class='column-name'><a href="/GHS_indef/dtoc">dtoc</a></td>
<td class='column-group'><a href="/GHS_indef">GHS_indef</a></td>
<td class='column-num_rows'>24,993</td>
<td class='column-num_cols'>24,993</td>
<td class='column-nonzeros'>69,972</td>
<td class='column-kind d-none d-md-table-cell'>Optimization Problem</td>
<td class='column-date d-none d-md-table-cell'>1992</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/GHS_indef/dtoc.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/GHS_indef/dtoc.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/GHS_indef/dtoc.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1235</td>
<td class='column-name'><a href="/GHS_indef/exdata_1">exdata_1</a></td>
<td class='column-group'><a href="/GHS_indef">GHS_indef</a></td>
<td class='column-num_rows'>6,001</td>
<td class='column-num_cols'>6,001</td>
<td class='column-nonzeros'>2,269,500</td>
<td class='column-kind d-none d-md-table-cell'>Optimization Problem</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/GHS_indef/exdata_1.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/GHS_indef/exdata_1.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/GHS_indef/exdata_1.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1236</td>
<td class='column-name'><a href="/GHS_indef/helm2d03">helm2d03</a></td>
<td class='column-group'><a href="/GHS_indef">GHS_indef</a></td>
<td class='column-num_rows'>392,257</td>
<td class='column-num_cols'>392,257</td>
<td class='column-nonzeros'>2,741,935</td>
<td class='column-kind d-none d-md-table-cell'>2D/3D Problem</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/GHS_indef/helm2d03.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/GHS_indef/helm2d03.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/GHS_indef/helm2d03.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1237</td>
<td class='column-name'><a href="/GHS_indef/helm3d01">helm3d01</a></td>
<td class='column-group'><a href="/GHS_indef">GHS_indef</a></td>
<td class='column-num_rows'>32,226</td>
<td class='column-num_cols'>32,226</td>
<td class='column-nonzeros'>428,444</td>
<td class='column-kind d-none d-md-table-cell'>2D/3D Problem</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/GHS_indef/helm3d01.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/GHS_indef/helm3d01.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/GHS_indef/helm3d01.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1238</td>
<td class='column-name'><a href="/GHS_indef/k1_san">k1_san</a></td>
<td class='column-group'><a href="/GHS_indef">GHS_indef</a></td>
<td class='column-num_rows'>67,759</td>
<td class='column-num_cols'>67,759</td>
<td class='column-nonzeros'>559,774</td>
<td class='column-kind d-none d-md-table-cell'>2D/3D Problem</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/GHS_indef/k1_san.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/GHS_indef/k1_san.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/GHS_indef/k1_san.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1239</td>
<td class='column-name'><a href="/GHS_indef/laser">laser</a></td>
<td class='column-group'><a href="/GHS_indef">GHS_indef</a></td>
<td class='column-num_rows'>3,002</td>
<td class='column-num_cols'>3,002</td>
<td class='column-nonzeros'>9,000</td>
<td class='column-kind d-none d-md-table-cell'>Materials Problem</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/GHS_indef/laser.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/GHS_indef/laser.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/GHS_indef/laser.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1240</td>
<td class='column-name'><a href="/GHS_indef/mario001">mario001</a></td>
<td class='column-group'><a href="/GHS_indef">GHS_indef</a></td>
<td class='column-num_rows'>38,434</td>
<td class='column-num_cols'>38,434</td>
<td class='column-nonzeros'>204,912</td>
<td class='column-kind d-none d-md-table-cell'>2D/3D Problem</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/GHS_indef/mario001.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/GHS_indef/mario001.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/GHS_indef/mario001.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1241</td>
<td class='column-name'><a href="/GHS_indef/mario002">mario002</a></td>
<td class='column-group'><a href="/GHS_indef">GHS_indef</a></td>
<td class='column-num_rows'>389,874</td>
<td class='column-num_cols'>389,874</td>
<td class='column-nonzeros'>2,097,566</td>
<td class='column-kind d-none d-md-table-cell'>Duplicate 2D/3D Problem</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/GHS_indef/mario002.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/GHS_indef/mario002.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/GHS_indef/mario002.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1242</td>
<td class='column-name'><a href="/GHS_indef/ncvxqp1">ncvxqp1</a></td>
<td class='column-group'><a href="/GHS_indef">GHS_indef</a></td>
<td class='column-num_rows'>12,111</td>
<td class='column-num_cols'>12,111</td>
<td class='column-nonzeros'>73,963</td>
<td class='column-kind d-none d-md-table-cell'>Optimization Problem</td>
<td class='column-date d-none d-md-table-cell'>1994</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/GHS_indef/ncvxqp1.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/GHS_indef/ncvxqp1.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/GHS_indef/ncvxqp1.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1243</td>
<td class='column-name'><a href="/GHS_indef/ncvxqp9">ncvxqp9</a></td>
<td class='column-group'><a href="/GHS_indef">GHS_indef</a></td>
<td class='column-num_rows'>16,554</td>
<td class='column-num_cols'>16,554</td>
<td class='column-nonzeros'>54,040</td>
<td class='column-kind d-none d-md-table-cell'>Optimization Problem</td>
<td class='column-date d-none d-md-table-cell'>1994</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/GHS_indef/ncvxqp9.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/GHS_indef/ncvxqp9.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/GHS_indef/ncvxqp9.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1244</td>
<td class='column-name'><a href="/GHS_indef/olesnik0">olesnik0</a></td>
<td class='column-group'><a href="/GHS_indef">GHS_indef</a></td>
<td class='column-num_rows'>88,263</td>
<td class='column-num_cols'>88,263</td>
<td class='column-nonzeros'>744,216</td>
<td class='column-kind d-none d-md-table-cell'>2D/3D Problem</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/GHS_indef/olesnik0.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/GHS_indef/olesnik0.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/GHS_indef/olesnik0.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1245</td>
<td class='column-name'><a href="/GHS_indef/sit100">sit100</a></td>
<td class='column-group'><a href="/GHS_indef">GHS_indef</a></td>
<td class='column-num_rows'>10,262</td>
<td class='column-num_cols'>10,262</td>
<td class='column-nonzeros'>61,046</td>
<td class='column-kind d-none d-md-table-cell'>2D/3D Problem</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/GHS_indef/sit100.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/GHS_indef/sit100.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/GHS_indef/sit100.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1246</td>
<td class='column-name'><a href="/GHS_indef/stokes128">stokes128</a></td>
<td class='column-group'><a href="/GHS_indef">GHS_indef</a></td>
<td class='column-num_rows'>49,666</td>
<td class='column-num_cols'>49,666</td>
<td class='column-nonzeros'>558,594</td>
<td class='column-kind d-none d-md-table-cell'>Computational Fluid Dynamics Problem</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/GHS_indef/stokes128.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/GHS_indef/stokes128.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/GHS_indef/stokes128.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1247</td>
<td class='column-name'><a href="/GHS_indef/stokes64">stokes64</a></td>
<td class='column-group'><a href="/GHS_indef">GHS_indef</a></td>
<td class='column-num_rows'>12,546</td>
<td class='column-num_cols'>12,546</td>
<td class='column-nonzeros'>140,034</td>
<td class='column-kind d-none d-md-table-cell'>Computational Fluid Dynamics Problem</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/GHS_indef/stokes64.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/GHS_indef/stokes64.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/GHS_indef/stokes64.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1248</td>
<td class='column-name'><a href="/GHS_indef/stokes64s">stokes64s</a></td>
<td class='column-group'><a href="/GHS_indef">GHS_indef</a></td>
<td class='column-num_rows'>12,546</td>
<td class='column-num_cols'>12,546</td>
<td class='column-nonzeros'>140,034</td>
<td class='column-kind d-none d-md-table-cell'>Computational Fluid Dynamics Problem</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/GHS_indef/stokes64s.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/GHS_indef/stokes64s.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/GHS_indef/stokes64s.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1249</td>
<td class='column-name'><a href="/GHS_indef/tuma1">tuma1</a></td>
<td class='column-group'><a href="/GHS_indef">GHS_indef</a></td>
<td class='column-num_rows'>22,967</td>
<td class='column-num_cols'>22,967</td>
<td class='column-nonzeros'>87,760</td>
<td class='column-kind d-none d-md-table-cell'>2D/3D Problem</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/GHS_indef/tuma1.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/GHS_indef/tuma1.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/GHS_indef/tuma1.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1250</td>
<td class='column-name'><a href="/GHS_indef/tuma2">tuma2</a></td>
<td class='column-group'><a href="/GHS_indef">GHS_indef</a></td>
<td class='column-num_rows'>12,992</td>
<td class='column-num_cols'>12,992</td>
<td class='column-nonzeros'>49,365</td>
<td class='column-kind d-none d-md-table-cell'>2D/3D Problem</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/GHS_indef/tuma2.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/GHS_indef/tuma2.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/GHS_indef/tuma2.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1251</td>
<td class='column-name'><a href="/GHS_indef/turon_m">turon_m</a></td>
<td class='column-group'><a href="/GHS_indef">GHS_indef</a></td>
<td class='column-num_rows'>189,924</td>
<td class='column-num_cols'>189,924</td>
<td class='column-nonzeros'>1,690,876</td>
<td class='column-kind d-none d-md-table-cell'>2D/3D Problem</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/GHS_indef/turon_m.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/GHS_indef/turon_m.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/GHS_indef/turon_m.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1252</td>
<td class='column-name'><a href="/GHS_psdef/audikw_1">audikw_1</a></td>
<td class='column-group'><a href="/GHS_psdef">GHS_psdef</a></td>
<td class='column-num_rows'>943,695</td>
<td class='column-num_cols'>943,695</td>
<td class='column-nonzeros'>77,651,847</td>
<td class='column-kind d-none d-md-table-cell'>Structural Problem</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/GHS_psdef/audikw_1.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/GHS_psdef/audikw_1.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/GHS_psdef/audikw_1.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1253</td>
<td class='column-name'><a href="/GHS_psdef/bmw7st_1">bmw7st_1</a></td>
<td class='column-group'><a href="/GHS_psdef">GHS_psdef</a></td>
<td class='column-num_rows'>141,347</td>
<td class='column-num_cols'>141,347</td>
<td class='column-nonzeros'>7,318,399</td>
<td class='column-kind d-none d-md-table-cell'>Structural Problem</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/GHS_psdef/bmw7st_1.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/GHS_psdef/bmw7st_1.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/GHS_psdef/bmw7st_1.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1254</td>
<td class='column-name'><a href="/GHS_psdef/bmwcra_1">bmwcra_1</a></td>
<td class='column-group'><a href="/GHS_psdef">GHS_psdef</a></td>
<td class='column-num_rows'>148,770</td>
<td class='column-num_cols'>148,770</td>
<td class='column-nonzeros'>10,641,602</td>
<td class='column-kind d-none d-md-table-cell'>Structural Problem</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/GHS_psdef/bmwcra_1.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/GHS_psdef/bmwcra_1.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/GHS_psdef/bmwcra_1.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1257</td>
<td class='column-name'><a href="/GHS_psdef/crankseg_1">crankseg_1</a></td>
<td class='column-group'><a href="/GHS_psdef">GHS_psdef</a></td>
<td class='column-num_rows'>52,804</td>
<td class='column-num_cols'>52,804</td>
<td class='column-nonzeros'>10,614,210</td>
<td class='column-kind d-none d-md-table-cell'>Structural Problem</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/GHS_psdef/crankseg_1.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/GHS_psdef/crankseg_1.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/GHS_psdef/crankseg_1.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1258</td>
<td class='column-name'><a href="/GHS_psdef/crankseg_2">crankseg_2</a></td>
<td class='column-group'><a href="/GHS_psdef">GHS_psdef</a></td>
<td class='column-num_rows'>63,838</td>
<td class='column-num_cols'>63,838</td>
<td class='column-nonzeros'>14,148,858</td>
<td class='column-kind d-none d-md-table-cell'>Structural Problem</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/GHS_psdef/crankseg_2.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/GHS_psdef/crankseg_2.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/GHS_psdef/crankseg_2.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1266</td>
<td class='column-name'><a href="/GHS_psdef/hood">hood</a></td>
<td class='column-group'><a href="/GHS_psdef">GHS_psdef</a></td>
<td class='column-num_rows'>220,542</td>
<td class='column-num_cols'>220,542</td>
<td class='column-nonzeros'>9,895,422</td>
<td class='column-kind d-none d-md-table-cell'>Structural Problem</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/GHS_psdef/hood.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/GHS_psdef/hood.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/GHS_psdef/hood.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1267</td>
<td class='column-name'><a href="/GHS_psdef/inline_1">inline_1</a></td>
<td class='column-group'><a href="/GHS_psdef">GHS_psdef</a></td>
<td class='column-num_rows'>503,712</td>
<td class='column-num_cols'>503,712</td>
<td class='column-nonzeros'>36,816,170</td>
<td class='column-kind d-none d-md-table-cell'>Structural Problem</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/GHS_psdef/inline_1.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/GHS_psdef/inline_1.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/GHS_psdef/inline_1.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1268</td>
<td class='column-name'><a href="/GHS_psdef/ldoor">ldoor</a></td>
<td class='column-group'><a href="/GHS_psdef">GHS_psdef</a></td>
<td class='column-num_rows'>952,203</td>
<td class='column-num_cols'>952,203</td>
<td class='column-nonzeros'>42,493,817</td>
<td class='column-kind d-none d-md-table-cell'>Structural Problem</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/GHS_psdef/ldoor.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/GHS_psdef/ldoor.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/GHS_psdef/ldoor.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1269</td>
<td class='column-name'><a href="/DNVS/m_t1">m_t1</a></td>
<td class='column-group'><a href="/DNVS">DNVS</a></td>
<td class='column-num_rows'>97,578</td>
<td class='column-num_cols'>97,578</td>
<td class='column-nonzeros'>9,753,570</td>
<td class='column-kind d-none d-md-table-cell'>Structural Problem</td>
<td class='column-date d-none d-md-table-cell'>1999</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/DNVS/m_t1.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/DNVS/m_t1.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/DNVS/m_t1.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1270</td>
<td class='column-name'><a href="/GHS_psdef/oilpan">oilpan</a></td>
<td class='column-group'><a href="/GHS_psdef">GHS_psdef</a></td>
<td class='column-num_rows'>73,752</td>
<td class='column-num_cols'>73,752</td>
<td class='column-nonzeros'>2,148,558</td>
<td class='column-kind d-none d-md-table-cell'>Structural Problem</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/GHS_psdef/oilpan.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/GHS_psdef/oilpan.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/GHS_psdef/oilpan.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1275</td>
<td class='column-name'><a href="/GHS_psdef/s3dkq4m2">s3dkq4m2</a></td>
<td class='column-group'><a href="/GHS_psdef">GHS_psdef</a></td>
<td class='column-num_rows'>90,449</td>
<td class='column-num_cols'>90,449</td>
<td class='column-nonzeros'>4,427,725</td>
<td class='column-kind d-none d-md-table-cell'>Structural Problem</td>
<td class='column-date d-none d-md-table-cell'>1997</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/GHS_psdef/s3dkq4m2.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/GHS_psdef/s3dkq4m2.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/GHS_psdef/s3dkq4m2.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1276</td>
<td class='column-name'><a href="/GHS_psdef/s3dkt3m2">s3dkt3m2</a></td>
<td class='column-group'><a href="/GHS_psdef">GHS_psdef</a></td>
<td class='column-num_rows'>90,449</td>
<td class='column-num_cols'>90,449</td>
<td class='column-nonzeros'>3,686,223</td>
<td class='column-kind d-none d-md-table-cell'>Structural Problem</td>
<td class='column-date d-none d-md-table-cell'>1997</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/GHS_psdef/s3dkt3m2.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/GHS_psdef/s3dkt3m2.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/GHS_psdef/s3dkt3m2.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1277</td>
<td class='column-name'><a href="/DNVS/ship_001">ship_001</a></td>
<td class='column-group'><a href="/DNVS">DNVS</a></td>
<td class='column-num_rows'>34,920</td>
<td class='column-num_cols'>34,920</td>
<td class='column-nonzeros'>3,896,496</td>
<td class='column-kind d-none d-md-table-cell'>Structural Problem</td>
<td class='column-date d-none d-md-table-cell'>1999</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/DNVS/ship_001.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/DNVS/ship_001.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/DNVS/ship_001.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1278</td>
<td class='column-name'><a href="/DNVS/ship_003">ship_003</a></td>
<td class='column-group'><a href="/DNVS">DNVS</a></td>
<td class='column-num_rows'>121,728</td>
<td class='column-num_cols'>121,728</td>
<td class='column-nonzeros'>3,777,036</td>
<td class='column-kind d-none d-md-table-cell'>Structural Problem</td>
<td class='column-date d-none d-md-table-cell'>1999</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/DNVS/ship_003.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/DNVS/ship_003.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/DNVS/ship_003.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1279</td>
<td class='column-name'><a href="/DNVS/shipsec1">shipsec1</a></td>
<td class='column-group'><a href="/DNVS">DNVS</a></td>
<td class='column-num_rows'>140,874</td>
<td class='column-num_cols'>140,874</td>
<td class='column-nonzeros'>3,568,176</td>
<td class='column-kind d-none d-md-table-cell'>Structural Problem</td>
<td class='column-date d-none d-md-table-cell'>1999</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/DNVS/shipsec1.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/DNVS/shipsec1.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/DNVS/shipsec1.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1280</td>
<td class='column-name'><a href="/DNVS/shipsec5">shipsec5</a></td>
<td class='column-group'><a href="/DNVS">DNVS</a></td>
<td class='column-num_rows'>179,860</td>
<td class='column-num_cols'>179,860</td>
<td class='column-nonzeros'>4,598,604</td>
<td class='column-kind d-none d-md-table-cell'>Structural Problem</td>
<td class='column-date d-none d-md-table-cell'>1999</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/DNVS/shipsec5.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/DNVS/shipsec5.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/DNVS/shipsec5.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1281</td>
<td class='column-name'><a href="/DNVS/shipsec8">shipsec8</a></td>
<td class='column-group'><a href="/DNVS">DNVS</a></td>
<td class='column-num_rows'>114,919</td>
<td class='column-num_cols'>114,919</td>
<td class='column-nonzeros'>3,303,553</td>
<td class='column-kind d-none d-md-table-cell'>Structural Problem</td>
<td class='column-date d-none d-md-table-cell'>1999</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/DNVS/shipsec8.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/DNVS/shipsec8.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/DNVS/shipsec8.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1283</td>
<td class='column-name'><a href="/DNVS/thread">thread</a></td>
<td class='column-group'><a href="/DNVS">DNVS</a></td>
<td class='column-num_rows'>29,736</td>
<td class='column-num_cols'>29,736</td>
<td class='column-nonzeros'>4,444,880</td>
<td class='column-kind d-none d-md-table-cell'>Structural Problem</td>
<td class='column-date d-none d-md-table-cell'>1999</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/DNVS/thread.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/DNVS/thread.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/DNVS/thread.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1287</td>
<td class='column-name'><a href="/GHS_psdef/vanbody">vanbody</a></td>
<td class='column-group'><a href="/GHS_psdef">GHS_psdef</a></td>
<td class='column-num_rows'>47,072</td>
<td class='column-num_cols'>47,072</td>
<td class='column-nonzeros'>2,329,056</td>
<td class='column-kind d-none d-md-table-cell'>Structural Problem</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/GHS_psdef/vanbody.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/GHS_psdef/vanbody.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/GHS_psdef/vanbody.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1288</td>
<td class='column-name'><a href="/GHS_psdef/wathen100">wathen100</a></td>
<td class='column-group'><a href="/GHS_psdef">GHS_psdef</a></td>
<td class='column-num_rows'>30,401</td>
<td class='column-num_cols'>30,401</td>
<td class='column-nonzeros'>471,601</td>
<td class='column-kind d-none d-md-table-cell'>Random 2D/3D Problem</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/GHS_psdef/wathen100.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/GHS_psdef/wathen100.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/GHS_psdef/wathen100.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1289</td>
<td class='column-name'><a href="/GHS_psdef/wathen120">wathen120</a></td>
<td class='column-group'><a href="/GHS_psdef">GHS_psdef</a></td>
<td class='column-num_rows'>36,441</td>
<td class='column-num_cols'>36,441</td>
<td class='column-nonzeros'>565,761</td>
<td class='column-kind d-none d-md-table-cell'>Random 2D/3D Problem</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/GHS_psdef/wathen120.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/GHS_psdef/wathen120.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/GHS_psdef/wathen120.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1290</td>
<td class='column-name'><a href="/DNVS/x104">x104</a></td>
<td class='column-group'><a href="/DNVS">DNVS</a></td>
<td class='column-num_rows'>108,384</td>
<td class='column-num_cols'>108,384</td>
<td class='column-nonzeros'>8,713,602</td>
<td class='column-kind d-none d-md-table-cell'>Structural Problem</td>
<td class='column-date d-none d-md-table-cell'>1999</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/DNVS/x104.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/DNVS/x104.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/DNVS/x104.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1291</td>
<td class='column-name'><a href="/GHS_indef/a0nsdsil">a0nsdsil</a></td>
<td class='column-group'><a href="/GHS_indef">GHS_indef</a></td>
<td class='column-num_rows'>80,016</td>
<td class='column-num_cols'>80,016</td>
<td class='column-nonzeros'>355,034</td>
<td class='column-kind d-none d-md-table-cell'>Optimization Problem</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/GHS_indef/a0nsdsil.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/GHS_indef/a0nsdsil.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/GHS_indef/a0nsdsil.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1292</td>
<td class='column-name'><a href="/GHS_indef/a2nnsnsl">a2nnsnsl</a></td>
<td class='column-group'><a href="/GHS_indef">GHS_indef</a></td>
<td class='column-num_rows'>80,016</td>
<td class='column-num_cols'>80,016</td>
<td class='column-nonzeros'>347,222</td>
<td class='column-kind d-none d-md-table-cell'>Optimization Problem</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/GHS_indef/a2nnsnsl.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/GHS_indef/a2nnsnsl.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/GHS_indef/a2nnsnsl.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1293</td>
<td class='column-name'><a href="/GHS_indef/a5esindl">a5esindl</a></td>
<td class='column-group'><a href="/GHS_indef">GHS_indef</a></td>
<td class='column-num_rows'>60,008</td>
<td class='column-num_cols'>60,008</td>
<td class='column-nonzeros'>255,004</td>
<td class='column-kind d-none d-md-table-cell'>Optimization Problem</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/GHS_indef/a5esindl.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/GHS_indef/a5esindl.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/GHS_indef/a5esindl.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1294</td>
<td class='column-name'><a href="/GHS_indef/blockqp1">blockqp1</a></td>
<td class='column-group'><a href="/GHS_indef">GHS_indef</a></td>
<td class='column-num_rows'>60,012</td>
<td class='column-num_cols'>60,012</td>
<td class='column-nonzeros'>640,033</td>
<td class='column-kind d-none d-md-table-cell'>Optimization Problem</td>
<td class='column-date d-none d-md-table-cell'>1994</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/GHS_indef/blockqp1.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/GHS_indef/blockqp1.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/GHS_indef/blockqp1.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1295</td>
<td class='column-name'><a href="/GHS_indef/bloweya">bloweya</a></td>
<td class='column-group'><a href="/GHS_indef">GHS_indef</a></td>
<td class='column-num_rows'>30,004</td>
<td class='column-num_cols'>30,004</td>
<td class='column-nonzeros'>150,009</td>
<td class='column-kind d-none d-md-table-cell'>Materials Problem</td>
<td class='column-date d-none d-md-table-cell'>1992</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/GHS_indef/bloweya.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/GHS_indef/bloweya.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/GHS_indef/bloweya.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1296</td>
<td class='column-name'><a href="/GHS_indef/boyd1">boyd1</a></td>
<td class='column-group'><a href="/GHS_indef">GHS_indef</a></td>
<td class='column-num_rows'>93,279</td>
<td class='column-num_cols'>93,279</td>
<td class='column-nonzeros'>1,211,231</td>
<td class='column-kind d-none d-md-table-cell'>Optimization Problem</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/GHS_indef/boyd1.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/GHS_indef/boyd1.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/GHS_indef/boyd1.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1297</td>
<td class='column-name'><a href="/GHS_indef/boyd2">boyd2</a></td>
<td class='column-group'><a href="/GHS_indef">GHS_indef</a></td>
<td class='column-num_rows'>466,316</td>
<td class='column-num_cols'>466,316</td>
<td class='column-nonzeros'>1,500,397</td>
<td class='column-kind d-none d-md-table-cell'>Optimization Problem</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/GHS_indef/boyd2.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/GHS_indef/boyd2.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/GHS_indef/boyd2.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1298</td>
<td class='column-name'><a href="/GHS_indef/brainpc2">brainpc2</a></td>
<td class='column-group'><a href="/GHS_indef">GHS_indef</a></td>
<td class='column-num_rows'>27,607</td>
<td class='column-num_cols'>27,607</td>
<td class='column-nonzeros'>179,395</td>
<td class='column-kind d-none d-md-table-cell'>Optimization Problem</td>
<td class='column-date d-none d-md-table-cell'>1994</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/GHS_indef/brainpc2.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/GHS_indef/brainpc2.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/GHS_indef/brainpc2.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1299</td>
<td class='column-name'><a href="/GHS_indef/bratu3d">bratu3d</a></td>
<td class='column-group'><a href="/GHS_indef">GHS_indef</a></td>
<td class='column-num_rows'>27,792</td>
<td class='column-num_cols'>27,792</td>
<td class='column-nonzeros'>173,796</td>
<td class='column-kind d-none d-md-table-cell'>2D/3D Problem</td>
<td class='column-date d-none d-md-table-cell'>1989</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/GHS_indef/bratu3d.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/GHS_indef/bratu3d.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/GHS_indef/bratu3d.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1300</td>
<td class='column-name'><a href="/GHS_indef/cont-201">cont-201</a></td>
<td class='column-group'><a href="/GHS_indef">GHS_indef</a></td>
<td class='column-num_rows'>80,595</td>
<td class='column-num_cols'>80,595</td>
<td class='column-nonzeros'>438,795</td>
<td class='column-kind d-none d-md-table-cell'>Optimization Problem</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/GHS_indef/cont-201.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/GHS_indef/cont-201.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/GHS_indef/cont-201.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1301</td>
<td class='column-name'><a href="/GHS_indef/cont-300">cont-300</a></td>
<td class='column-group'><a href="/GHS_indef">GHS_indef</a></td>
<td class='column-num_rows'>180,895</td>
<td class='column-num_cols'>180,895</td>
<td class='column-nonzeros'>988,195</td>
<td class='column-kind d-none d-md-table-cell'>Optimization Problem</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/GHS_indef/cont-300.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/GHS_indef/cont-300.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/GHS_indef/cont-300.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1302</td>
<td class='column-name'><a href="/GHS_indef/dixmaanl">dixmaanl</a></td>
<td class='column-group'><a href="/GHS_indef">GHS_indef</a></td>
<td class='column-num_rows'>60,000</td>
<td class='column-num_cols'>60,000</td>
<td class='column-nonzeros'>299,998</td>
<td class='column-kind d-none d-md-table-cell'>Optimization Problem</td>
<td class='column-date d-none d-md-table-cell'>1989</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/GHS_indef/dixmaanl.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/GHS_indef/dixmaanl.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/GHS_indef/dixmaanl.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1303</td>
<td class='column-name'><a href="/GHS_indef/linverse">linverse</a></td>
<td class='column-group'><a href="/GHS_indef">GHS_indef</a></td>
<td class='column-num_rows'>11,999</td>
<td class='column-num_cols'>11,999</td>
<td class='column-nonzeros'>95,977</td>
<td class='column-kind d-none d-md-table-cell'>Statistical/Mathematical Problem</td>
<td class='column-date d-none d-md-table-cell'>1991</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/GHS_indef/linverse.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/GHS_indef/linverse.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/GHS_indef/linverse.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1304</td>
<td class='column-name'><a href="/GHS_indef/ncvxbqp1">ncvxbqp1</a></td>
<td class='column-group'><a href="/GHS_indef">GHS_indef</a></td>
<td class='column-num_rows'>50,000</td>
<td class='column-num_cols'>50,000</td>
<td class='column-nonzeros'>349,968</td>
<td class='column-kind d-none d-md-table-cell'>Optimization Problem</td>
<td class='column-date d-none d-md-table-cell'>1995</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/GHS_indef/ncvxbqp1.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/GHS_indef/ncvxbqp1.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/GHS_indef/ncvxbqp1.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1305</td>
<td class='column-name'><a href="/GHS_indef/ncvxqp3">ncvxqp3</a></td>
<td class='column-group'><a href="/GHS_indef">GHS_indef</a></td>
<td class='column-num_rows'>75,000</td>
<td class='column-num_cols'>75,000</td>
<td class='column-nonzeros'>499,964</td>
<td class='column-kind d-none d-md-table-cell'>Optimization Problem</td>
<td class='column-date d-none d-md-table-cell'>1995</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/GHS_indef/ncvxqp3.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/GHS_indef/ncvxqp3.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/GHS_indef/ncvxqp3.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1306</td>
<td class='column-name'><a href="/GHS_indef/ncvxqp5">ncvxqp5</a></td>
<td class='column-group'><a href="/GHS_indef">GHS_indef</a></td>
<td class='column-num_rows'>62,500</td>
<td class='column-num_cols'>62,500</td>
<td class='column-nonzeros'>424,966</td>
<td class='column-kind d-none d-md-table-cell'>Optimization Problem</td>
<td class='column-date d-none d-md-table-cell'>1995</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/GHS_indef/ncvxqp5.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/GHS_indef/ncvxqp5.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/GHS_indef/ncvxqp5.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1307</td>
<td class='column-name'><a href="/GHS_indef/ncvxqp7">ncvxqp7</a></td>
<td class='column-group'><a href="/GHS_indef">GHS_indef</a></td>
<td class='column-num_rows'>87,500</td>
<td class='column-num_cols'>87,500</td>
<td class='column-nonzeros'>574,962</td>
<td class='column-kind d-none d-md-table-cell'>Optimization Problem</td>
<td class='column-date d-none d-md-table-cell'>1995</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/GHS_indef/ncvxqp7.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/GHS_indef/ncvxqp7.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/GHS_indef/ncvxqp7.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1308</td>
<td class='column-name'><a href="/GHS_indef/sparsine">sparsine</a></td>
<td class='column-group'><a href="/GHS_indef">GHS_indef</a></td>
<td class='column-num_rows'>50,000</td>
<td class='column-num_cols'>50,000</td>
<td class='column-nonzeros'>1,548,988</td>
<td class='column-kind d-none d-md-table-cell'>Structural Problem</td>
<td class='column-date d-none d-md-table-cell'>1995</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/GHS_indef/sparsine.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/GHS_indef/sparsine.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/GHS_indef/sparsine.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1309</td>
<td class='column-name'><a href="/GHS_indef/spmsrtls">spmsrtls</a></td>
<td class='column-group'><a href="/GHS_indef">GHS_indef</a></td>
<td class='column-num_rows'>29,995</td>
<td class='column-num_cols'>29,995</td>
<td class='column-nonzeros'>229,947</td>
<td class='column-kind d-none d-md-table-cell'>Statistical/Mathematical Problem</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/GHS_indef/spmsrtls.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/GHS_indef/spmsrtls.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/GHS_indef/spmsrtls.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1310</td>
<td class='column-name'><a href="/GHS_psdef/cvxbqp1">cvxbqp1</a></td>
<td class='column-group'><a href="/GHS_psdef">GHS_psdef</a></td>
<td class='column-num_rows'>50,000</td>
<td class='column-num_cols'>50,000</td>
<td class='column-nonzeros'>349,968</td>
<td class='column-kind d-none d-md-table-cell'>Optimization Problem</td>
<td class='column-date d-none d-md-table-cell'>1995</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/GHS_psdef/cvxbqp1.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/GHS_psdef/cvxbqp1.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/GHS_psdef/cvxbqp1.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1311</td>
<td class='column-name'><a href="/GHS_psdef/gridgena">gridgena</a></td>
<td class='column-group'><a href="/GHS_psdef">GHS_psdef</a></td>
<td class='column-num_rows'>48,962</td>
<td class='column-num_cols'>48,962</td>
<td class='column-nonzeros'>512,084</td>
<td class='column-kind d-none d-md-table-cell'>Optimization Problem</td>
<td class='column-date d-none d-md-table-cell'>1991</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/GHS_psdef/gridgena.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/GHS_psdef/gridgena.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/GHS_psdef/gridgena.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1312</td>
<td class='column-name'><a href="/GHS_psdef/jnlbrng1">jnlbrng1</a></td>
<td class='column-group'><a href="/GHS_psdef">GHS_psdef</a></td>
<td class='column-num_rows'>40,000</td>
<td class='column-num_cols'>40,000</td>
<td class='column-nonzeros'>199,200</td>
<td class='column-kind d-none d-md-table-cell'>Optimization Problem</td>
<td class='column-date d-none d-md-table-cell'>1991</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/GHS_psdef/jnlbrng1.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/GHS_psdef/jnlbrng1.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/GHS_psdef/jnlbrng1.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1313</td>
<td class='column-name'><a href="/GHS_psdef/minsurfo">minsurfo</a></td>
<td class='column-group'><a href="/GHS_psdef">GHS_psdef</a></td>
<td class='column-num_rows'>40,806</td>
<td class='column-num_cols'>40,806</td>
<td class='column-nonzeros'>203,622</td>
<td class='column-kind d-none d-md-table-cell'>Optimization Problem</td>
<td class='column-date d-none d-md-table-cell'>2000</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/GHS_psdef/minsurfo.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/GHS_psdef/minsurfo.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/GHS_psdef/minsurfo.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1314</td>
<td class='column-name'><a href="/GHS_psdef/obstclae">obstclae</a></td>
<td class='column-group'><a href="/GHS_psdef">GHS_psdef</a></td>
<td class='column-num_rows'>40,000</td>
<td class='column-num_cols'>40,000</td>
<td class='column-nonzeros'>197,608</td>
<td class='column-kind d-none d-md-table-cell'>Optimization Problem</td>
<td class='column-date d-none d-md-table-cell'>1983</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/GHS_psdef/obstclae.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/GHS_psdef/obstclae.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/GHS_psdef/obstclae.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1315</td>
<td class='column-name'><a href="/GHS_psdef/torsion1">torsion1</a></td>
<td class='column-group'><a href="/GHS_psdef">GHS_psdef</a></td>
<td class='column-num_rows'>40,000</td>
<td class='column-num_cols'>40,000</td>
<td class='column-nonzeros'>197,608</td>
<td class='column-kind d-none d-md-table-cell'>Duplicate Optimization Problem</td>
<td class='column-date d-none d-md-table-cell'>1983</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/GHS_psdef/torsion1.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/GHS_psdef/torsion1.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/GHS_psdef/torsion1.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1316</td>
<td class='column-name'><a href="/Rajat/rajat15">rajat15</a></td>
<td class='column-group'><a href="/Rajat">Rajat</a></td>
<td class='column-num_rows'>37,261</td>
<td class='column-num_cols'>37,261</td>
<td class='column-nonzeros'>443,573</td>
<td class='column-kind d-none d-md-table-cell'>Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2006</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Rajat/rajat15.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Rajat/rajat15.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Rajat/rajat15.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1317</td>
<td class='column-name'><a href="/Bydder/mri1">mri1</a></td>
<td class='column-group'><a href="/Bydder">Bydder</a></td>
<td class='column-num_rows'>65,536</td>
<td class='column-num_cols'>147,456</td>
<td class='column-nonzeros'>589,824</td>
<td class='column-kind d-none d-md-table-cell'>Computer Graphics/Vision Problem</td>
<td class='column-date d-none d-md-table-cell'>2005</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Bydder/mri1.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Bydder/mri1.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Bydder/mri1.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1318</td>
<td class='column-name'><a href="/Bydder/mri2">mri2</a></td>
<td class='column-group'><a href="/Bydder">Bydder</a></td>
<td class='column-num_rows'>63,240</td>
<td class='column-num_cols'>147,456</td>
<td class='column-nonzeros'>569,160</td>
<td class='column-kind d-none d-md-table-cell'>Computer Graphics/Vision Problem</td>
<td class='column-date d-none d-md-table-cell'>2005</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Bydder/mri2.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Bydder/mri2.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Bydder/mri2.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1319</td>
<td class='column-name'><a href="/Engwirda/airfoil_2d">airfoil_2d</a></td>
<td class='column-group'><a href="/Engwirda">Engwirda</a></td>
<td class='column-num_rows'>14,214</td>
<td class='column-num_cols'>14,214</td>
<td class='column-nonzeros'>259,688</td>
<td class='column-kind d-none d-md-table-cell'>Computational Fluid Dynamics Problem</td>
<td class='column-date d-none d-md-table-cell'>2006</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Engwirda/airfoil_2d.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Engwirda/airfoil_2d.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Engwirda/airfoil_2d.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1320</td>
<td class='column-name'><a href="/IBM_EDA/dc1">dc1</a></td>
<td class='column-group'><a href="/IBM_EDA">IBM_EDA</a></td>
<td class='column-num_rows'>116,835</td>
<td class='column-num_cols'>116,835</td>
<td class='column-nonzeros'>766,396</td>
<td class='column-kind d-none d-md-table-cell'>Circuit Simulation Problem Sequence</td>
<td class='column-date d-none d-md-table-cell'>2005</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/IBM_EDA/dc1.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/IBM_EDA/dc1.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/IBM_EDA/dc1.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1321</td>
<td class='column-name'><a href="/IBM_EDA/dc2">dc2</a></td>
<td class='column-group'><a href="/IBM_EDA">IBM_EDA</a></td>
<td class='column-num_rows'>116,835</td>
<td class='column-num_cols'>116,835</td>
<td class='column-nonzeros'>766,396</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2005</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/IBM_EDA/dc2.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/IBM_EDA/dc2.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/IBM_EDA/dc2.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1322</td>
<td class='column-name'><a href="/IBM_EDA/dc3">dc3</a></td>
<td class='column-group'><a href="/IBM_EDA">IBM_EDA</a></td>
<td class='column-num_rows'>116,835</td>
<td class='column-num_cols'>116,835</td>
<td class='column-nonzeros'>766,396</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2005</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/IBM_EDA/dc3.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/IBM_EDA/dc3.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/IBM_EDA/dc3.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1323</td>
<td class='column-name'><a href="/IBM_EDA/trans4">trans4</a></td>
<td class='column-group'><a href="/IBM_EDA">IBM_EDA</a></td>
<td class='column-num_rows'>116,835</td>
<td class='column-num_cols'>116,835</td>
<td class='column-nonzeros'>749,800</td>
<td class='column-kind d-none d-md-table-cell'>Circuit Simulation Problem Sequence</td>
<td class='column-date d-none d-md-table-cell'>2005</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/IBM_EDA/trans4.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/IBM_EDA/trans4.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/IBM_EDA/trans4.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1324</td>
<td class='column-name'><a href="/IBM_EDA/trans5">trans5</a></td>
<td class='column-group'><a href="/IBM_EDA">IBM_EDA</a></td>
<td class='column-num_rows'>116,835</td>
<td class='column-num_cols'>116,835</td>
<td class='column-nonzeros'>749,800</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2005</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/IBM_EDA/trans5.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/IBM_EDA/trans5.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/IBM_EDA/trans5.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1325</td>
<td class='column-name'><a href="/Morandini/robot">robot</a></td>
<td class='column-group'><a href="/Morandini">Morandini</a></td>
<td class='column-num_rows'>120</td>
<td class='column-num_cols'>120</td>
<td class='column-nonzeros'>870</td>
<td class='column-kind d-none d-md-table-cell'>Robotics Problem</td>
<td class='column-date d-none d-md-table-cell'>2006</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Morandini/robot.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Morandini/robot.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Morandini/robot.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1326</td>
<td class='column-name'><a href="/Morandini/rotor1">rotor1</a></td>
<td class='column-group'><a href="/Morandini">Morandini</a></td>
<td class='column-num_rows'>100</td>
<td class='column-num_cols'>100</td>
<td class='column-nonzeros'>708</td>
<td class='column-kind d-none d-md-table-cell'>Structural Problem</td>
<td class='column-date d-none d-md-table-cell'>2006</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Morandini/rotor1.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Morandini/rotor1.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Morandini/rotor1.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1327</td>
<td class='column-name'><a href="/Morandini/rotor2">rotor2</a></td>
<td class='column-group'><a href="/Morandini">Morandini</a></td>
<td class='column-num_rows'>791</td>
<td class='column-num_cols'>791</td>
<td class='column-nonzeros'>10,685</td>
<td class='column-kind d-none d-md-table-cell'>Structural Problem</td>
<td class='column-date d-none d-md-table-cell'>2006</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Morandini/rotor2.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Morandini/rotor2.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Morandini/rotor2.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1328</td>
<td class='column-name'><a href="/MathWorks/tomography">tomography</a></td>
<td class='column-group'><a href="/MathWorks">MathWorks</a></td>
<td class='column-num_rows'>500</td>
<td class='column-num_cols'>500</td>
<td class='column-nonzeros'>28,726</td>
<td class='column-kind d-none d-md-table-cell'>Computer Graphics/Vision Problem</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/MathWorks/tomography.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/MathWorks/tomography.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/MathWorks/tomography.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1329</td>
<td class='column-name'><a href="/Kemelmacher/Kemelmacher">Kemelmacher</a></td>
<td class='column-group'><a href="/Kemelmacher">Kemelmacher</a></td>
<td class='column-num_rows'>28,452</td>
<td class='column-num_cols'>9,693</td>
<td class='column-nonzeros'>100,875</td>
<td class='column-kind d-none d-md-table-cell'>Computer Graphics/Vision Problem</td>
<td class='column-date d-none d-md-table-cell'>2005</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Kemelmacher/Kemelmacher.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Kemelmacher/Kemelmacher.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Kemelmacher/Kemelmacher.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1330</td>
<td class='column-name'><a href="/MathWorks/Kuu">Kuu</a></td>
<td class='column-group'><a href="/MathWorks">MathWorks</a></td>
<td class='column-num_rows'>7,102</td>
<td class='column-num_cols'>7,102</td>
<td class='column-nonzeros'>340,200</td>
<td class='column-kind d-none d-md-table-cell'>Structural Problem</td>
<td class='column-date d-none d-md-table-cell'>2006</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/MathWorks/Kuu.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/MathWorks/Kuu.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/MathWorks/Kuu.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1331</td>
<td class='column-name'><a href="/MathWorks/Muu">Muu</a></td>
<td class='column-group'><a href="/MathWorks">MathWorks</a></td>
<td class='column-num_rows'>7,102</td>
<td class='column-num_cols'>7,102</td>
<td class='column-nonzeros'>170,134</td>
<td class='column-kind d-none d-md-table-cell'>Structural Problem</td>
<td class='column-date d-none d-md-table-cell'>2006</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/MathWorks/Muu.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/MathWorks/Muu.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/MathWorks/Muu.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1332</td>
<td class='column-name'><a href="/Toledo/deltaX">deltaX</a></td>
<td class='column-group'><a href="/Toledo">Toledo</a></td>
<td class='column-num_rows'>68,600</td>
<td class='column-num_cols'>21,961</td>
<td class='column-nonzeros'>247,424</td>
<td class='column-kind d-none d-md-table-cell'>Counter Example Problem</td>
<td class='column-date d-none d-md-table-cell'>2006</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Toledo/deltaX.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Toledo/deltaX.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Toledo/deltaX.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1333</td>
<td class='column-name'><a href="/VanVelzen/std1_Jac2_db">std1_Jac2_db</a></td>
<td class='column-group'><a href="/VanVelzen">VanVelzen</a></td>
<td class='column-num_rows'>21,982</td>
<td class='column-num_cols'>21,982</td>
<td class='column-nonzeros'>498,771</td>
<td class='column-kind d-none d-md-table-cell'>Chemical Process Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2006</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/VanVelzen/std1_Jac2_db.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/VanVelzen/std1_Jac2_db.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/VanVelzen/std1_Jac2_db.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1334</td>
<td class='column-name'><a href="/VanVelzen/std1_Jac2">std1_Jac2</a></td>
<td class='column-group'><a href="/VanVelzen">VanVelzen</a></td>
<td class='column-num_rows'>21,982</td>
<td class='column-num_cols'>21,982</td>
<td class='column-nonzeros'>1,248,213</td>
<td class='column-kind d-none d-md-table-cell'>Chemical Process Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2006</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/VanVelzen/std1_Jac2.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/VanVelzen/std1_Jac2.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/VanVelzen/std1_Jac2.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1335</td>
<td class='column-name'><a href="/VanVelzen/std1_Jac3_db">std1_Jac3_db</a></td>
<td class='column-group'><a href="/VanVelzen">VanVelzen</a></td>
<td class='column-num_rows'>21,982</td>
<td class='column-num_cols'>21,982</td>
<td class='column-nonzeros'>531,826</td>
<td class='column-kind d-none d-md-table-cell'>Chemical Process Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2006</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/VanVelzen/std1_Jac3_db.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/VanVelzen/std1_Jac3_db.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/VanVelzen/std1_Jac3_db.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1336</td>
<td class='column-name'><a href="/VanVelzen/std1_Jac3">std1_Jac3</a></td>
<td class='column-group'><a href="/VanVelzen">VanVelzen</a></td>
<td class='column-num_rows'>21,982</td>
<td class='column-num_cols'>21,982</td>
<td class='column-nonzeros'>1,455,374</td>
<td class='column-kind d-none d-md-table-cell'>Chemical Process Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2006</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/VanVelzen/std1_Jac3.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/VanVelzen/std1_Jac3.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/VanVelzen/std1_Jac3.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1337</td>
<td class='column-name'><a href="/VanVelzen/Zd_Jac2_db">Zd_Jac2_db</a></td>
<td class='column-group'><a href="/VanVelzen">VanVelzen</a></td>
<td class='column-num_rows'>22,835</td>
<td class='column-num_cols'>22,835</td>
<td class='column-nonzeros'>676,439</td>
<td class='column-kind d-none d-md-table-cell'>Chemical Process Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2006</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/VanVelzen/Zd_Jac2_db.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/VanVelzen/Zd_Jac2_db.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/VanVelzen/Zd_Jac2_db.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1338</td>
<td class='column-name'><a href="/VanVelzen/Zd_Jac2">Zd_Jac2</a></td>
<td class='column-group'><a href="/VanVelzen">VanVelzen</a></td>
<td class='column-num_rows'>22,835</td>
<td class='column-num_cols'>22,835</td>
<td class='column-nonzeros'>1,642,407</td>
<td class='column-kind d-none d-md-table-cell'>Chemical Process Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2006</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/VanVelzen/Zd_Jac2.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/VanVelzen/Zd_Jac2.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/VanVelzen/Zd_Jac2.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1339</td>
<td class='column-name'><a href="/VanVelzen/Zd_Jac3_db">Zd_Jac3_db</a></td>
<td class='column-group'><a href="/VanVelzen">VanVelzen</a></td>
<td class='column-num_rows'>22,835</td>
<td class='column-num_cols'>22,835</td>
<td class='column-nonzeros'>713,907</td>
<td class='column-kind d-none d-md-table-cell'>Chemical Process Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2006</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/VanVelzen/Zd_Jac3_db.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/VanVelzen/Zd_Jac3_db.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/VanVelzen/Zd_Jac3_db.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1340</td>
<td class='column-name'><a href="/VanVelzen/Zd_Jac3">Zd_Jac3</a></td>
<td class='column-group'><a href="/VanVelzen">VanVelzen</a></td>
<td class='column-num_rows'>22,835</td>
<td class='column-num_cols'>22,835</td>
<td class='column-nonzeros'>1,915,726</td>
<td class='column-kind d-none d-md-table-cell'>Chemical Process Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2006</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/VanVelzen/Zd_Jac3.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/VanVelzen/Zd_Jac3.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/VanVelzen/Zd_Jac3.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1341</td>
<td class='column-name'><a href="/VanVelzen/Zd_Jac6_db">Zd_Jac6_db</a></td>
<td class='column-group'><a href="/VanVelzen">VanVelzen</a></td>
<td class='column-num_rows'>22,835</td>
<td class='column-num_cols'>22,835</td>
<td class='column-nonzeros'>663,643</td>
<td class='column-kind d-none d-md-table-cell'>Chemical Process Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2006</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/VanVelzen/Zd_Jac6_db.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/VanVelzen/Zd_Jac6_db.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/VanVelzen/Zd_Jac6_db.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1342</td>
<td class='column-name'><a href="/VanVelzen/Zd_Jac6">Zd_Jac6</a></td>
<td class='column-group'><a href="/VanVelzen">VanVelzen</a></td>
<td class='column-num_rows'>22,835</td>
<td class='column-num_cols'>22,835</td>
<td class='column-nonzeros'>1,711,557</td>
<td class='column-kind d-none d-md-table-cell'>Chemical Process Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2006</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/VanVelzen/Zd_Jac6.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/VanVelzen/Zd_Jac6.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/VanVelzen/Zd_Jac6.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1343</td>
<td class='column-name'><a href="/Rajat/rajat16">rajat16</a></td>
<td class='column-group'><a href="/Rajat">Rajat</a></td>
<td class='column-num_rows'>94,294</td>
<td class='column-num_cols'>94,294</td>
<td class='column-nonzeros'>476,766</td>
<td class='column-kind d-none d-md-table-cell'>Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2006</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Rajat/rajat16.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Rajat/rajat16.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Rajat/rajat16.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1344</td>
<td class='column-name'><a href="/Rajat/rajat17">rajat17</a></td>
<td class='column-group'><a href="/Rajat">Rajat</a></td>
<td class='column-num_rows'>94,294</td>
<td class='column-num_cols'>94,294</td>
<td class='column-nonzeros'>479,246</td>
<td class='column-kind d-none d-md-table-cell'>Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2006</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Rajat/rajat17.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Rajat/rajat17.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Rajat/rajat17.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1345</td>
<td class='column-name'><a href="/Rajat/rajat18">rajat18</a></td>
<td class='column-group'><a href="/Rajat">Rajat</a></td>
<td class='column-num_rows'>94,294</td>
<td class='column-num_cols'>94,294</td>
<td class='column-nonzeros'>479,151</td>
<td class='column-kind d-none d-md-table-cell'>Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2006</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Rajat/rajat18.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Rajat/rajat18.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Rajat/rajat18.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1346</td>
<td class='column-name'><a href="/Rajat/rajat19">rajat19</a></td>
<td class='column-group'><a href="/Rajat">Rajat</a></td>
<td class='column-num_rows'>1,157</td>
<td class='column-num_cols'>1,157</td>
<td class='column-nonzeros'>3,699</td>
<td class='column-kind d-none d-md-table-cell'>Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2006</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Rajat/rajat19.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Rajat/rajat19.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Rajat/rajat19.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1347</td>
<td class='column-name'><a href="/Lourakis/bundle1">bundle1</a></td>
<td class='column-group'><a href="/Lourakis">Lourakis</a></td>
<td class='column-num_rows'>10,581</td>
<td class='column-num_cols'>10,581</td>
<td class='column-nonzeros'>770,811</td>
<td class='column-kind d-none d-md-table-cell'>Computer Graphics/Vision Problem</td>
<td class='column-date d-none d-md-table-cell'>2006</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Lourakis/bundle1.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Lourakis/bundle1.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Lourakis/bundle1.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1348</td>
<td class='column-name'><a href="/PARSEC/benzene">benzene</a></td>
<td class='column-group'><a href="/PARSEC">PARSEC</a></td>
<td class='column-num_rows'>8,219</td>
<td class='column-num_cols'>8,219</td>
<td class='column-nonzeros'>242,669</td>
<td class='column-kind d-none d-md-table-cell'>Theoretical/Quantum Chemistry Problem</td>
<td class='column-date d-none d-md-table-cell'>2005</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/PARSEC/benzene.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/PARSEC/benzene.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/PARSEC/benzene.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1349</td>
<td class='column-name'><a href="/PARSEC/CO">CO</a></td>
<td class='column-group'><a href="/PARSEC">PARSEC</a></td>
<td class='column-num_rows'>221,119</td>
<td class='column-num_cols'>221,119</td>
<td class='column-nonzeros'>7,666,057</td>
<td class='column-kind d-none d-md-table-cell'>Theoretical/Quantum Chemistry Problem</td>
<td class='column-date d-none d-md-table-cell'>2005</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/PARSEC/CO.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/PARSEC/CO.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/PARSEC/CO.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1350</td>
<td class='column-name'><a href="/PARSEC/Ga10As10H30">Ga10As10H30</a></td>
<td class='column-group'><a href="/PARSEC">PARSEC</a></td>
<td class='column-num_rows'>113,081</td>
<td class='column-num_cols'>113,081</td>
<td class='column-nonzeros'>6,115,633</td>
<td class='column-kind d-none d-md-table-cell'>Theoretical/Quantum Chemistry Problem</td>
<td class='column-date d-none d-md-table-cell'>2005</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/PARSEC/Ga10As10H30.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/PARSEC/Ga10As10H30.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/PARSEC/Ga10As10H30.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1351</td>
<td class='column-name'><a href="/PARSEC/Ga19As19H42">Ga19As19H42</a></td>
<td class='column-group'><a href="/PARSEC">PARSEC</a></td>
<td class='column-num_rows'>133,123</td>
<td class='column-num_cols'>133,123</td>
<td class='column-nonzeros'>8,884,839</td>
<td class='column-kind d-none d-md-table-cell'>Theoretical/Quantum Chemistry Problem</td>
<td class='column-date d-none d-md-table-cell'>2005</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/PARSEC/Ga19As19H42.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/PARSEC/Ga19As19H42.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/PARSEC/Ga19As19H42.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1352</td>
<td class='column-name'><a href="/PARSEC/Ga3As3H12">Ga3As3H12</a></td>
<td class='column-group'><a href="/PARSEC">PARSEC</a></td>
<td class='column-num_rows'>61,349</td>
<td class='column-num_cols'>61,349</td>
<td class='column-nonzeros'>5,970,947</td>
<td class='column-kind d-none d-md-table-cell'>Theoretical/Quantum Chemistry Problem</td>
<td class='column-date d-none d-md-table-cell'>2005</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/PARSEC/Ga3As3H12.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/PARSEC/Ga3As3H12.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/PARSEC/Ga3As3H12.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1353</td>
<td class='column-name'><a href="/PARSEC/Ga41As41H72">Ga41As41H72</a></td>
<td class='column-group'><a href="/PARSEC">PARSEC</a></td>
<td class='column-num_rows'>268,096</td>
<td class='column-num_cols'>268,096</td>
<td class='column-nonzeros'>18,488,476</td>
<td class='column-kind d-none d-md-table-cell'>Theoretical/Quantum Chemistry Problem</td>
<td class='column-date d-none d-md-table-cell'>2005</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/PARSEC/Ga41As41H72.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/PARSEC/Ga41As41H72.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/PARSEC/Ga41As41H72.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1354</td>
<td class='column-name'><a href="/PARSEC/GaAsH6">GaAsH6</a></td>
<td class='column-group'><a href="/PARSEC">PARSEC</a></td>
<td class='column-num_rows'>61,349</td>
<td class='column-num_cols'>61,349</td>
<td class='column-nonzeros'>3,381,809</td>
<td class='column-kind d-none d-md-table-cell'>Theoretical/Quantum Chemistry Problem</td>
<td class='column-date d-none d-md-table-cell'>2005</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/PARSEC/GaAsH6.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/PARSEC/GaAsH6.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/PARSEC/GaAsH6.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1355</td>
<td class='column-name'><a href="/PARSEC/Ge87H76">Ge87H76</a></td>
<td class='column-group'><a href="/PARSEC">PARSEC</a></td>
<td class='column-num_rows'>112,985</td>
<td class='column-num_cols'>112,985</td>
<td class='column-nonzeros'>7,892,195</td>
<td class='column-kind d-none d-md-table-cell'>Theoretical/Quantum Chemistry Problem</td>
<td class='column-date d-none d-md-table-cell'>2005</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/PARSEC/Ge87H76.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/PARSEC/Ge87H76.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/PARSEC/Ge87H76.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1356</td>
<td class='column-name'><a href="/PARSEC/Ge99H100">Ge99H100</a></td>
<td class='column-group'><a href="/PARSEC">PARSEC</a></td>
<td class='column-num_rows'>112,985</td>
<td class='column-num_cols'>112,985</td>
<td class='column-nonzeros'>8,451,395</td>
<td class='column-kind d-none d-md-table-cell'>Theoretical/Quantum Chemistry Problem</td>
<td class='column-date d-none d-md-table-cell'>2005</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/PARSEC/Ge99H100.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/PARSEC/Ge99H100.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/PARSEC/Ge99H100.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1357</td>
<td class='column-name'><a href="/PARSEC/H2O">H2O</a></td>
<td class='column-group'><a href="/PARSEC">PARSEC</a></td>
<td class='column-num_rows'>67,024</td>
<td class='column-num_cols'>67,024</td>
<td class='column-nonzeros'>2,216,736</td>
<td class='column-kind d-none d-md-table-cell'>Theoretical/Quantum Chemistry Problem</td>
<td class='column-date d-none d-md-table-cell'>2005</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/PARSEC/H2O.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/PARSEC/H2O.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/PARSEC/H2O.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1358</td>
<td class='column-name'><a href="/PARSEC/Na5">Na5</a></td>
<td class='column-group'><a href="/PARSEC">PARSEC</a></td>
<td class='column-num_rows'>5,832</td>
<td class='column-num_cols'>5,832</td>
<td class='column-nonzeros'>305,630</td>
<td class='column-kind d-none d-md-table-cell'>Theoretical/Quantum Chemistry Problem</td>
<td class='column-date d-none d-md-table-cell'>2005</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/PARSEC/Na5.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/PARSEC/Na5.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/PARSEC/Na5.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1359</td>
<td class='column-name'><a href="/PARSEC/Si10H16">Si10H16</a></td>
<td class='column-group'><a href="/PARSEC">PARSEC</a></td>
<td class='column-num_rows'>17,077</td>
<td class='column-num_cols'>17,077</td>
<td class='column-nonzeros'>875,923</td>
<td class='column-kind d-none d-md-table-cell'>Theoretical/Quantum Chemistry Problem</td>
<td class='column-date d-none d-md-table-cell'>2005</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/PARSEC/Si10H16.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/PARSEC/Si10H16.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/PARSEC/Si10H16.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1360</td>
<td class='column-name'><a href="/PARSEC/Si2">Si2</a></td>
<td class='column-group'><a href="/PARSEC">PARSEC</a></td>
<td class='column-num_rows'>769</td>
<td class='column-num_cols'>769</td>
<td class='column-nonzeros'>17,801</td>
<td class='column-kind d-none d-md-table-cell'>Theoretical/Quantum Chemistry Problem</td>
<td class='column-date d-none d-md-table-cell'>2005</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/PARSEC/Si2.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/PARSEC/Si2.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/PARSEC/Si2.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1361</td>
<td class='column-name'><a href="/PARSEC/Si34H36">Si34H36</a></td>
<td class='column-group'><a href="/PARSEC">PARSEC</a></td>
<td class='column-num_rows'>97,569</td>
<td class='column-num_cols'>97,569</td>
<td class='column-nonzeros'>5,156,379</td>
<td class='column-kind d-none d-md-table-cell'>Theoretical/Quantum Chemistry Problem</td>
<td class='column-date d-none d-md-table-cell'>2005</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/PARSEC/Si34H36.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/PARSEC/Si34H36.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/PARSEC/Si34H36.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1362</td>
<td class='column-name'><a href="/PARSEC/Si41Ge41H72">Si41Ge41H72</a></td>
<td class='column-group'><a href="/PARSEC">PARSEC</a></td>
<td class='column-num_rows'>185,639</td>
<td class='column-num_cols'>185,639</td>
<td class='column-nonzeros'>15,011,265</td>
<td class='column-kind d-none d-md-table-cell'>Theoretical/Quantum Chemistry Problem</td>
<td class='column-date d-none d-md-table-cell'>2005</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/PARSEC/Si41Ge41H72.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/PARSEC/Si41Ge41H72.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/PARSEC/Si41Ge41H72.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1363</td>
<td class='column-name'><a href="/PARSEC/Si5H12">Si5H12</a></td>
<td class='column-group'><a href="/PARSEC">PARSEC</a></td>
<td class='column-num_rows'>19,896</td>
<td class='column-num_cols'>19,896</td>
<td class='column-nonzeros'>738,598</td>
<td class='column-kind d-none d-md-table-cell'>Theoretical/Quantum Chemistry Problem</td>
<td class='column-date d-none d-md-table-cell'>2005</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/PARSEC/Si5H12.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/PARSEC/Si5H12.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/PARSEC/Si5H12.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1364</td>
<td class='column-name'><a href="/PARSEC/Si87H76">Si87H76</a></td>
<td class='column-group'><a href="/PARSEC">PARSEC</a></td>
<td class='column-num_rows'>240,369</td>
<td class='column-num_cols'>240,369</td>
<td class='column-nonzeros'>10,661,631</td>
<td class='column-kind d-none d-md-table-cell'>Theoretical/Quantum Chemistry Problem</td>
<td class='column-date d-none d-md-table-cell'>2005</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/PARSEC/Si87H76.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/PARSEC/Si87H76.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/PARSEC/Si87H76.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1365</td>
<td class='column-name'><a href="/PARSEC/SiH4">SiH4</a></td>
<td class='column-group'><a href="/PARSEC">PARSEC</a></td>
<td class='column-num_rows'>5,041</td>
<td class='column-num_cols'>5,041</td>
<td class='column-nonzeros'>171,903</td>
<td class='column-kind d-none d-md-table-cell'>Theoretical/Quantum Chemistry Problem</td>
<td class='column-date d-none d-md-table-cell'>2005</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/PARSEC/SiH4.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/PARSEC/SiH4.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/PARSEC/SiH4.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1366</td>
<td class='column-name'><a href="/PARSEC/SiNa">SiNa</a></td>
<td class='column-group'><a href="/PARSEC">PARSEC</a></td>
<td class='column-num_rows'>5,743</td>
<td class='column-num_cols'>5,743</td>
<td class='column-nonzeros'>198,787</td>
<td class='column-kind d-none d-md-table-cell'>Theoretical/Quantum Chemistry Problem</td>
<td class='column-date d-none d-md-table-cell'>2005</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/PARSEC/SiNa.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/PARSEC/SiNa.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/PARSEC/SiNa.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1367</td>
<td class='column-name'><a href="/PARSEC/SiO2">SiO2</a></td>
<td class='column-group'><a href="/PARSEC">PARSEC</a></td>
<td class='column-num_rows'>155,331</td>
<td class='column-num_cols'>155,331</td>
<td class='column-nonzeros'>11,283,503</td>
<td class='column-kind d-none d-md-table-cell'>Theoretical/Quantum Chemistry Problem</td>
<td class='column-date d-none d-md-table-cell'>2005</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/PARSEC/SiO2.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/PARSEC/SiO2.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/PARSEC/SiO2.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1368</td>
<td class='column-name'><a href="/PARSEC/SiO">SiO</a></td>
<td class='column-group'><a href="/PARSEC">PARSEC</a></td>
<td class='column-num_rows'>33,401</td>
<td class='column-num_cols'>33,401</td>
<td class='column-nonzeros'>1,317,655</td>
<td class='column-kind d-none d-md-table-cell'>Theoretical/Quantum Chemistry Problem</td>
<td class='column-date d-none d-md-table-cell'>2005</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/PARSEC/SiO.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/PARSEC/SiO.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/PARSEC/SiO.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1369</td>
<td class='column-name'><a href="/Rajat/rajat20">rajat20</a></td>
<td class='column-group'><a href="/Rajat">Rajat</a></td>
<td class='column-num_rows'>86,916</td>
<td class='column-num_cols'>86,916</td>
<td class='column-nonzeros'>604,299</td>
<td class='column-kind d-none d-md-table-cell'>Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2006</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Rajat/rajat20.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Rajat/rajat20.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Rajat/rajat20.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1370</td>
<td class='column-name'><a href="/Rajat/rajat21">rajat21</a></td>
<td class='column-group'><a href="/Rajat">Rajat</a></td>
<td class='column-num_rows'>411,676</td>
<td class='column-num_cols'>411,676</td>
<td class='column-nonzeros'>1,876,011</td>
<td class='column-kind d-none d-md-table-cell'>Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2006</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Rajat/rajat21.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Rajat/rajat21.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Rajat/rajat21.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1371</td>
<td class='column-name'><a href="/Rajat/rajat22">rajat22</a></td>
<td class='column-group'><a href="/Rajat">Rajat</a></td>
<td class='column-num_rows'>39,899</td>
<td class='column-num_cols'>39,899</td>
<td class='column-nonzeros'>195,429</td>
<td class='column-kind d-none d-md-table-cell'>Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2006</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Rajat/rajat22.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Rajat/rajat22.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Rajat/rajat22.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1372</td>
<td class='column-name'><a href="/Rajat/rajat23">rajat23</a></td>
<td class='column-group'><a href="/Rajat">Rajat</a></td>
<td class='column-num_rows'>110,355</td>
<td class='column-num_cols'>110,355</td>
<td class='column-nonzeros'>555,441</td>
<td class='column-kind d-none d-md-table-cell'>Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2006</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Rajat/rajat23.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Rajat/rajat23.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Rajat/rajat23.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1373</td>
<td class='column-name'><a href="/Rajat/rajat24">rajat24</a></td>
<td class='column-group'><a href="/Rajat">Rajat</a></td>
<td class='column-num_rows'>358,172</td>
<td class='column-num_cols'>358,172</td>
<td class='column-nonzeros'>1,946,979</td>
<td class='column-kind d-none d-md-table-cell'>Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2006</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Rajat/rajat24.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Rajat/rajat24.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Rajat/rajat24.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1374</td>
<td class='column-name'><a href="/Rajat/rajat25">rajat25</a></td>
<td class='column-group'><a href="/Rajat">Rajat</a></td>
<td class='column-num_rows'>87,190</td>
<td class='column-num_cols'>87,190</td>
<td class='column-nonzeros'>606,489</td>
<td class='column-kind d-none d-md-table-cell'>Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2006</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Rajat/rajat25.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Rajat/rajat25.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Rajat/rajat25.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1375</td>
<td class='column-name'><a href="/Rajat/rajat26">rajat26</a></td>
<td class='column-group'><a href="/Rajat">Rajat</a></td>
<td class='column-num_rows'>51,032</td>
<td class='column-num_cols'>51,032</td>
<td class='column-nonzeros'>247,528</td>
<td class='column-kind d-none d-md-table-cell'>Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2006</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Rajat/rajat26.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Rajat/rajat26.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Rajat/rajat26.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1376</td>
<td class='column-name'><a href="/Rajat/rajat27">rajat27</a></td>
<td class='column-group'><a href="/Rajat">Rajat</a></td>
<td class='column-num_rows'>20,640</td>
<td class='column-num_cols'>20,640</td>
<td class='column-nonzeros'>97,353</td>
<td class='column-kind d-none d-md-table-cell'>Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2006</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Rajat/rajat27.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Rajat/rajat27.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Rajat/rajat27.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1377</td>
<td class='column-name'><a href="/Rajat/rajat28">rajat28</a></td>
<td class='column-group'><a href="/Rajat">Rajat</a></td>
<td class='column-num_rows'>87,190</td>
<td class='column-num_cols'>87,190</td>
<td class='column-nonzeros'>606,489</td>
<td class='column-kind d-none d-md-table-cell'>Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2006</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Rajat/rajat28.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Rajat/rajat28.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Rajat/rajat28.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1378</td>
<td class='column-name'><a href="/MathWorks/Sieber">Sieber</a></td>
<td class='column-group'><a href="/MathWorks">MathWorks</a></td>
<td class='column-num_rows'>2,290</td>
<td class='column-num_cols'>2,290</td>
<td class='column-nonzeros'>14,873</td>
<td class='column-kind d-none d-md-table-cell'>Counter Example Problem</td>
<td class='column-date d-none d-md-table-cell'>2006</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/MathWorks/Sieber.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/MathWorks/Sieber.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/MathWorks/Sieber.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1395</td>
<td class='column-name'><a href="/MKS/fp">fp</a></td>
<td class='column-group'><a href="/MKS">MKS</a></td>
<td class='column-num_rows'>7,548</td>
<td class='column-num_cols'>7,548</td>
<td class='column-nonzeros'>834,222</td>
<td class='column-kind d-none d-md-table-cell'>Electromagnetics Problem</td>
<td class='column-date d-none d-md-table-cell'>2006</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/MKS/fp.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/MKS/fp.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/MKS/fp.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1396</td>
<td class='column-name'><a href="/Rajat/rajat29">rajat29</a></td>
<td class='column-group'><a href="/Rajat">Rajat</a></td>
<td class='column-num_rows'>643,994</td>
<td class='column-num_cols'>643,994</td>
<td class='column-nonzeros'>3,760,246</td>
<td class='column-kind d-none d-md-table-cell'>Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2006</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Rajat/rajat29.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Rajat/rajat29.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Rajat/rajat29.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1397</td>
<td class='column-name'><a href="/Rajat/rajat30">rajat30</a></td>
<td class='column-group'><a href="/Rajat">Rajat</a></td>
<td class='column-num_rows'>643,994</td>
<td class='column-num_cols'>643,994</td>
<td class='column-nonzeros'>6,175,244</td>
<td class='column-kind d-none d-md-table-cell'>Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2006</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Rajat/rajat30.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Rajat/rajat30.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Rajat/rajat30.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1398</td>
<td class='column-name'><a href="/Rajat/rajat31">rajat31</a></td>
<td class='column-group'><a href="/Rajat">Rajat</a></td>
<td class='column-num_rows'>4,690,002</td>
<td class='column-num_cols'>4,690,002</td>
<td class='column-nonzeros'>20,316,253</td>
<td class='column-kind d-none d-md-table-cell'>Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2006</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Rajat/rajat31.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Rajat/rajat31.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Rajat/rajat31.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1399</td>
<td class='column-name'><a href="/Raju/laminar_duct3D">laminar_duct3D</a></td>
<td class='column-group'><a href="/Raju">Raju</a></td>
<td class='column-num_rows'>67,173</td>
<td class='column-num_cols'>67,173</td>
<td class='column-nonzeros'>3,788,857</td>
<td class='column-kind d-none d-md-table-cell'>Computational Fluid Dynamics Problem</td>
<td class='column-date d-none d-md-table-cell'>2006</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Raju/laminar_duct3D.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Raju/laminar_duct3D.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Raju/laminar_duct3D.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1401</td>
<td class='column-name'><a href="/Bates/Chem97ZtZ">Chem97ZtZ</a></td>
<td class='column-group'><a href="/Bates">Bates</a></td>
<td class='column-num_rows'>2,541</td>
<td class='column-num_cols'>2,541</td>
<td class='column-nonzeros'>7,361</td>
<td class='column-kind d-none d-md-table-cell'>Statistical/Mathematical Problem</td>
<td class='column-date d-none d-md-table-cell'>2006</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Bates/Chem97ZtZ.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Bates/Chem97ZtZ.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Bates/Chem97ZtZ.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1402</td>
<td class='column-name'><a href="/Schmid/thermal1">thermal1</a></td>
<td class='column-group'><a href="/Schmid">Schmid</a></td>
<td class='column-num_rows'>82,654</td>
<td class='column-num_cols'>82,654</td>
<td class='column-nonzeros'>574,458</td>
<td class='column-kind d-none d-md-table-cell'>Thermal Problem</td>
<td class='column-date d-none d-md-table-cell'>2006</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Schmid/thermal1.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Schmid/thermal1.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Schmid/thermal1.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1403</td>
<td class='column-name'><a href="/Schmid/thermal2">thermal2</a></td>
<td class='column-group'><a href="/Schmid">Schmid</a></td>
<td class='column-num_rows'>1,228,045</td>
<td class='column-num_cols'>1,228,045</td>
<td class='column-nonzeros'>8,580,313</td>
<td class='column-kind d-none d-md-table-cell'>Thermal Problem</td>
<td class='column-date d-none d-md-table-cell'>2006</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Schmid/thermal2.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Schmid/thermal2.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Schmid/thermal2.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1404</td>
<td class='column-name'><a href="/MathWorks/Kaufhold">Kaufhold</a></td>
<td class='column-group'><a href="/MathWorks">MathWorks</a></td>
<td class='column-num_rows'>8,765</td>
<td class='column-num_cols'>8,765</td>
<td class='column-nonzeros'>42,471</td>
<td class='column-kind d-none d-md-table-cell'>Counter Example Problem</td>
<td class='column-date d-none d-md-table-cell'>2006</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/MathWorks/Kaufhold.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/MathWorks/Kaufhold.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/MathWorks/Kaufhold.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1405</td>
<td class='column-name'><a href="/Bindel/ted_A">ted_A</a></td>
<td class='column-group'><a href="/Bindel">Bindel</a></td>
<td class='column-num_rows'>10,605</td>
<td class='column-num_cols'>10,605</td>
<td class='column-nonzeros'>424,587</td>
<td class='column-kind d-none d-md-table-cell'>Thermal Problem</td>
<td class='column-date d-none d-md-table-cell'>2006</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Bindel/ted_A.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Bindel/ted_A.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Bindel/ted_A.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1406</td>
<td class='column-name'><a href="/Bindel/ted_B">ted_B</a></td>
<td class='column-group'><a href="/Bindel">Bindel</a></td>
<td class='column-num_rows'>10,605</td>
<td class='column-num_cols'>10,605</td>
<td class='column-nonzeros'>144,579</td>
<td class='column-kind d-none d-md-table-cell'>Thermal Problem</td>
<td class='column-date d-none d-md-table-cell'>2006</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Bindel/ted_B.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Bindel/ted_B.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Bindel/ted_B.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1408</td>
<td class='column-name'><a href="/Bindel/ted_A_unscaled">ted_A_unscaled</a></td>
<td class='column-group'><a href="/Bindel">Bindel</a></td>
<td class='column-num_rows'>10,605</td>
<td class='column-num_cols'>10,605</td>
<td class='column-nonzeros'>424,587</td>
<td class='column-kind d-none d-md-table-cell'>Thermal Problem</td>
<td class='column-date d-none d-md-table-cell'>2006</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Bindel/ted_A_unscaled.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Bindel/ted_A_unscaled.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Bindel/ted_A_unscaled.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1409</td>
<td class='column-name'><a href="/Bindel/ted_B_unscaled">ted_B_unscaled</a></td>
<td class='column-group'><a href="/Bindel">Bindel</a></td>
<td class='column-num_rows'>10,605</td>
<td class='column-num_cols'>10,605</td>
<td class='column-nonzeros'>144,579</td>
<td class='column-kind d-none d-md-table-cell'>Thermal Problem</td>
<td class='column-date d-none d-md-table-cell'>2006</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Bindel/ted_B_unscaled.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Bindel/ted_B_unscaled.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Bindel/ted_B_unscaled.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1411</td>
<td class='column-name'><a href="/Koutsovasilis/F1">F1</a></td>
<td class='column-group'><a href="/Koutsovasilis">Koutsovasilis</a></td>
<td class='column-num_rows'>343,791</td>
<td class='column-num_cols'>343,791</td>
<td class='column-nonzeros'>26,837,113</td>
<td class='column-kind d-none d-md-table-cell'>Structural Problem</td>
<td class='column-date d-none d-md-table-cell'>2006</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Koutsovasilis/F1.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Koutsovasilis/F1.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Koutsovasilis/F1.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1412</td>
<td class='column-name'><a href="/AMD/G2_circuit">G2_circuit</a></td>
<td class='column-group'><a href="/AMD">AMD</a></td>
<td class='column-num_rows'>150,102</td>
<td class='column-num_cols'>150,102</td>
<td class='column-nonzeros'>726,674</td>
<td class='column-kind d-none d-md-table-cell'>Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2006</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/AMD/G2_circuit.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/AMD/G2_circuit.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/AMD/G2_circuit.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1413</td>
<td class='column-name'><a href="/IBM_EDA/ckt11752_dc_1">ckt11752_dc_1</a></td>
<td class='column-group'><a href="/IBM_EDA">IBM_EDA</a></td>
<td class='column-num_rows'>49,702</td>
<td class='column-num_cols'>49,702</td>
<td class='column-nonzeros'>333,029</td>
<td class='column-kind d-none d-md-table-cell'>Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2006</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/IBM_EDA/ckt11752_dc_1.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/IBM_EDA/ckt11752_dc_1.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/IBM_EDA/ckt11752_dc_1.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1414</td>
<td class='column-name'><a href="/IBM_EDA/ckt11752_tr_0">ckt11752_tr_0</a></td>
<td class='column-group'><a href="/IBM_EDA">IBM_EDA</a></td>
<td class='column-num_rows'>49,702</td>
<td class='column-num_cols'>49,702</td>
<td class='column-nonzeros'>332,807</td>
<td class='column-kind d-none d-md-table-cell'>Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2006</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/IBM_EDA/ckt11752_tr_0.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/IBM_EDA/ckt11752_tr_0.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/IBM_EDA/ckt11752_tr_0.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1415</td>
<td class='column-name'><a href="/Sandia/ASIC_100k">ASIC_100k</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>99,340</td>
<td class='column-num_cols'>99,340</td>
<td class='column-nonzeros'>940,621</td>
<td class='column-kind d-none d-md-table-cell'>Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2006</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/ASIC_100k.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/ASIC_100k.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/ASIC_100k.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1416</td>
<td class='column-name'><a href="/Sandia/ASIC_100ks">ASIC_100ks</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>99,190</td>
<td class='column-num_cols'>99,190</td>
<td class='column-nonzeros'>578,890</td>
<td class='column-kind d-none d-md-table-cell'>Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2006</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/ASIC_100ks.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/ASIC_100ks.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/ASIC_100ks.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1417</td>
<td class='column-name'><a href="/Sandia/ASIC_320k">ASIC_320k</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>321,821</td>
<td class='column-num_cols'>321,821</td>
<td class='column-nonzeros'>1,931,828</td>
<td class='column-kind d-none d-md-table-cell'>Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2006</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/ASIC_320k.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/ASIC_320k.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/ASIC_320k.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1418</td>
<td class='column-name'><a href="/Sandia/ASIC_320ks">ASIC_320ks</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>321,671</td>
<td class='column-num_cols'>321,671</td>
<td class='column-nonzeros'>1,316,085</td>
<td class='column-kind d-none d-md-table-cell'>Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2006</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/ASIC_320ks.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/ASIC_320ks.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/ASIC_320ks.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1419</td>
<td class='column-name'><a href="/Sandia/ASIC_680k">ASIC_680k</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>682,862</td>
<td class='column-num_cols'>682,862</td>
<td class='column-nonzeros'>2,638,997</td>
<td class='column-kind d-none d-md-table-cell'>Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2006</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/ASIC_680k.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/ASIC_680k.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/ASIC_680k.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1420</td>
<td class='column-name'><a href="/Sandia/ASIC_680ks">ASIC_680ks</a></td>
<td class='column-group'><a href="/Sandia">Sandia</a></td>
<td class='column-num_rows'>682,712</td>
<td class='column-num_cols'>682,712</td>
<td class='column-nonzeros'>1,693,767</td>
<td class='column-kind d-none d-md-table-cell'>Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2006</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sandia/ASIC_680ks.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sandia/ASIC_680ks.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sandia/ASIC_680ks.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1421</td>
<td class='column-name'><a href="/AMD/G3_circuit">G3_circuit</a></td>
<td class='column-group'><a href="/AMD">AMD</a></td>
<td class='column-num_rows'>1,585,478</td>
<td class='column-num_cols'>1,585,478</td>
<td class='column-nonzeros'>7,660,826</td>
<td class='column-kind d-none d-md-table-cell'>Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2006</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/AMD/G3_circuit.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/AMD/G3_circuit.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/AMD/G3_circuit.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1422</td>
<td class='column-name'><a href="/GHS_psdef/apache1">apache1</a></td>
<td class='column-group'><a href="/GHS_psdef">GHS_psdef</a></td>
<td class='column-num_rows'>80,800</td>
<td class='column-num_cols'>80,800</td>
<td class='column-nonzeros'>542,184</td>
<td class='column-kind d-none d-md-table-cell'>Structural Problem</td>
<td class='column-date d-none d-md-table-cell'>2006</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/GHS_psdef/apache1.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/GHS_psdef/apache1.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/GHS_psdef/apache1.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1423</td>
<td class='column-name'><a href="/GHS_psdef/apache2">apache2</a></td>
<td class='column-group'><a href="/GHS_psdef">GHS_psdef</a></td>
<td class='column-num_rows'>715,176</td>
<td class='column-num_cols'>715,176</td>
<td class='column-nonzeros'>4,817,870</td>
<td class='column-kind d-none d-md-table-cell'>Structural Problem</td>
<td class='column-date d-none d-md-table-cell'>2006</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/GHS_psdef/apache2.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/GHS_psdef/apache2.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/GHS_psdef/apache2.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1424</td>
<td class='column-name'><a href="/GHS_indef/bloweybl">bloweybl</a></td>
<td class='column-group'><a href="/GHS_indef">GHS_indef</a></td>
<td class='column-num_rows'>30,003</td>
<td class='column-num_cols'>30,003</td>
<td class='column-nonzeros'>109,999</td>
<td class='column-kind d-none d-md-table-cell'>Materials Problem</td>
<td class='column-date d-none d-md-table-cell'>1992</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/GHS_indef/bloweybl.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/GHS_indef/bloweybl.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/GHS_indef/bloweybl.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1425</td>
<td class='column-name'><a href="/GHS_indef/bloweybq">bloweybq</a></td>
<td class='column-group'><a href="/GHS_indef">GHS_indef</a></td>
<td class='column-num_rows'>10,001</td>
<td class='column-num_cols'>10,001</td>
<td class='column-nonzeros'>49,999</td>
<td class='column-kind d-none d-md-table-cell'>Materials Problem</td>
<td class='column-date d-none d-md-table-cell'>1992</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/GHS_indef/bloweybq.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/GHS_indef/bloweybq.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/GHS_indef/bloweybq.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1426</td>
<td class='column-name'><a href="/GHS_indef/cvxqp3">cvxqp3</a></td>
<td class='column-group'><a href="/GHS_indef">GHS_indef</a></td>
<td class='column-num_rows'>17,500</td>
<td class='column-num_cols'>17,500</td>
<td class='column-nonzeros'>114,962</td>
<td class='column-kind d-none d-md-table-cell'>Optimization Problem</td>
<td class='column-date d-none d-md-table-cell'>1995</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/GHS_indef/cvxqp3.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/GHS_indef/cvxqp3.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/GHS_indef/cvxqp3.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1427</td>
<td class='column-name'><a href="/GHS_indef/qpband">qpband</a></td>
<td class='column-group'><a href="/GHS_indef">GHS_indef</a></td>
<td class='column-num_rows'>20,000</td>
<td class='column-num_cols'>20,000</td>
<td class='column-nonzeros'>45,000</td>
<td class='column-kind d-none d-md-table-cell'>Optimization Problem</td>
<td class='column-date d-none d-md-table-cell'>1999</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/GHS_indef/qpband.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/GHS_indef/qpband.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/GHS_indef/qpband.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1428</td>
<td class='column-name'><a href="/Oberwolfach/chipcool0">chipcool0</a></td>
<td class='column-group'><a href="/Oberwolfach">Oberwolfach</a></td>
<td class='column-num_rows'>20,082</td>
<td class='column-num_cols'>20,082</td>
<td class='column-nonzeros'>281,150</td>
<td class='column-kind d-none d-md-table-cell'>Model Reduction Problem</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Oberwolfach/chipcool0.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Oberwolfach/chipcool0.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Oberwolfach/chipcool0.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1429</td>
<td class='column-name'><a href="/Oberwolfach/chipcool1">chipcool1</a></td>
<td class='column-group'><a href="/Oberwolfach">Oberwolfach</a></td>
<td class='column-num_rows'>20,082</td>
<td class='column-num_cols'>20,082</td>
<td class='column-nonzeros'>281,150</td>
<td class='column-kind d-none d-md-table-cell'>Model Reduction Problem</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Oberwolfach/chipcool1.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Oberwolfach/chipcool1.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Oberwolfach/chipcool1.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1430</td>
<td class='column-name'><a href="/Oberwolfach/filter2D">filter2D</a></td>
<td class='column-group'><a href="/Oberwolfach">Oberwolfach</a></td>
<td class='column-num_rows'>1,668</td>
<td class='column-num_cols'>1,668</td>
<td class='column-nonzeros'>10,750</td>
<td class='column-kind d-none d-md-table-cell'>Model Reduction Problem</td>
<td class='column-date d-none d-md-table-cell'>2006</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Oberwolfach/filter2D.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Oberwolfach/filter2D.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Oberwolfach/filter2D.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1431</td>
<td class='column-name'><a href="/Oberwolfach/filter3D">filter3D</a></td>
<td class='column-group'><a href="/Oberwolfach">Oberwolfach</a></td>
<td class='column-num_rows'>106,437</td>
<td class='column-num_cols'>106,437</td>
<td class='column-nonzeros'>2,707,179</td>
<td class='column-kind d-none d-md-table-cell'>Model Reduction Problem</td>
<td class='column-date d-none d-md-table-cell'>2006</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Oberwolfach/filter3D.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Oberwolfach/filter3D.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Oberwolfach/filter3D.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1432</td>
<td class='column-name'><a href="/Oberwolfach/flowmeter0">flowmeter0</a></td>
<td class='column-group'><a href="/Oberwolfach">Oberwolfach</a></td>
<td class='column-num_rows'>9,669</td>
<td class='column-num_cols'>9,669</td>
<td class='column-nonzeros'>67,391</td>
<td class='column-kind d-none d-md-table-cell'>Model Reduction Problem</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Oberwolfach/flowmeter0.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Oberwolfach/flowmeter0.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Oberwolfach/flowmeter0.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1433</td>
<td class='column-name'><a href="/Oberwolfach/flowmeter5">flowmeter5</a></td>
<td class='column-group'><a href="/Oberwolfach">Oberwolfach</a></td>
<td class='column-num_rows'>9,669</td>
<td class='column-num_cols'>9,669</td>
<td class='column-nonzeros'>67,391</td>
<td class='column-kind d-none d-md-table-cell'>Model Reduction Problem</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Oberwolfach/flowmeter5.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Oberwolfach/flowmeter5.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Oberwolfach/flowmeter5.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1434</td>
<td class='column-name'><a href="/Oberwolfach/gas_sensor">gas_sensor</a></td>
<td class='column-group'><a href="/Oberwolfach">Oberwolfach</a></td>
<td class='column-num_rows'>66,917</td>
<td class='column-num_cols'>66,917</td>
<td class='column-nonzeros'>1,703,365</td>
<td class='column-kind d-none d-md-table-cell'>Model Reduction Problem</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Oberwolfach/gas_sensor.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Oberwolfach/gas_sensor.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Oberwolfach/gas_sensor.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1435</td>
<td class='column-name'><a href="/Oberwolfach/gyro">gyro</a></td>
<td class='column-group'><a href="/Oberwolfach">Oberwolfach</a></td>
<td class='column-num_rows'>17,361</td>
<td class='column-num_cols'>17,361</td>
<td class='column-nonzeros'>1,021,159</td>
<td class='column-kind d-none d-md-table-cell'>Model Reduction Problem</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Oberwolfach/gyro.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Oberwolfach/gyro.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Oberwolfach/gyro.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1436</td>
<td class='column-name'><a href="/Oberwolfach/inlet">inlet</a></td>
<td class='column-group'><a href="/Oberwolfach">Oberwolfach</a></td>
<td class='column-num_rows'>11,730</td>
<td class='column-num_cols'>11,730</td>
<td class='column-nonzeros'>328,323</td>
<td class='column-kind d-none d-md-table-cell'>Model Reduction Problem</td>
<td class='column-date d-none d-md-table-cell'>2006</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Oberwolfach/inlet.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Oberwolfach/inlet.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Oberwolfach/inlet.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1437</td>
<td class='column-name'><a href="/Oberwolfach/LF10000">LF10000</a></td>
<td class='column-group'><a href="/Oberwolfach">Oberwolfach</a></td>
<td class='column-num_rows'>19,998</td>
<td class='column-num_cols'>19,998</td>
<td class='column-nonzeros'>99,982</td>
<td class='column-kind d-none d-md-table-cell'>Model Reduction Problem</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Oberwolfach/LF10000.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Oberwolfach/LF10000.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Oberwolfach/LF10000.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1438</td>
<td class='column-name'><a href="/Oberwolfach/LF10">LF10</a></td>
<td class='column-group'><a href="/Oberwolfach">Oberwolfach</a></td>
<td class='column-num_rows'>18</td>
<td class='column-num_cols'>18</td>
<td class='column-nonzeros'>82</td>
<td class='column-kind d-none d-md-table-cell'>Model Reduction Problem</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Oberwolfach/LF10.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Oberwolfach/LF10.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Oberwolfach/LF10.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1439</td>
<td class='column-name'><a href="/Oberwolfach/LFAT5000">LFAT5000</a></td>
<td class='column-group'><a href="/Oberwolfach">Oberwolfach</a></td>
<td class='column-num_rows'>19,994</td>
<td class='column-num_cols'>19,994</td>
<td class='column-nonzeros'>79,966</td>
<td class='column-kind d-none d-md-table-cell'>Model Reduction Problem</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Oberwolfach/LFAT5000.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Oberwolfach/LFAT5000.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Oberwolfach/LFAT5000.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1440</td>
<td class='column-name'><a href="/Oberwolfach/LFAT5">LFAT5</a></td>
<td class='column-group'><a href="/Oberwolfach">Oberwolfach</a></td>
<td class='column-num_rows'>14</td>
<td class='column-num_cols'>14</td>
<td class='column-nonzeros'>46</td>
<td class='column-kind d-none d-md-table-cell'>Model Reduction Problem</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Oberwolfach/LFAT5.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Oberwolfach/LFAT5.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Oberwolfach/LFAT5.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1441</td>
<td class='column-name'><a href="/Oberwolfach/piston">piston</a></td>
<td class='column-group'><a href="/Oberwolfach">Oberwolfach</a></td>
<td class='column-num_rows'>2,025</td>
<td class='column-num_cols'>2,025</td>
<td class='column-nonzeros'>100,015</td>
<td class='column-kind d-none d-md-table-cell'>Model Reduction Problem</td>
<td class='column-date d-none d-md-table-cell'>2006</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Oberwolfach/piston.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Oberwolfach/piston.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Oberwolfach/piston.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1442</td>
<td class='column-name'><a href="/Oberwolfach/rail_1357">rail_1357</a></td>
<td class='column-group'><a href="/Oberwolfach">Oberwolfach</a></td>
<td class='column-num_rows'>1,357</td>
<td class='column-num_cols'>1,357</td>
<td class='column-nonzeros'>8,985</td>
<td class='column-kind d-none d-md-table-cell'>Model Reduction Problem</td>
<td class='column-date d-none d-md-table-cell'>2002</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Oberwolfach/rail_1357.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Oberwolfach/rail_1357.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Oberwolfach/rail_1357.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1443</td>
<td class='column-name'><a href="/Oberwolfach/rail_20209">rail_20209</a></td>
<td class='column-group'><a href="/Oberwolfach">Oberwolfach</a></td>
<td class='column-num_rows'>20,209</td>
<td class='column-num_cols'>20,209</td>
<td class='column-nonzeros'>139,233</td>
<td class='column-kind d-none d-md-table-cell'>Model Reduction Problem</td>
<td class='column-date d-none d-md-table-cell'>2002</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Oberwolfach/rail_20209.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Oberwolfach/rail_20209.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Oberwolfach/rail_20209.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1444</td>
<td class='column-name'><a href="/Oberwolfach/rail_5177">rail_5177</a></td>
<td class='column-group'><a href="/Oberwolfach">Oberwolfach</a></td>
<td class='column-num_rows'>5,177</td>
<td class='column-num_cols'>5,177</td>
<td class='column-nonzeros'>35,185</td>
<td class='column-kind d-none d-md-table-cell'>Model Reduction Problem</td>
<td class='column-date d-none d-md-table-cell'>2002</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Oberwolfach/rail_5177.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Oberwolfach/rail_5177.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Oberwolfach/rail_5177.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1445</td>
<td class='column-name'><a href="/Oberwolfach/rail_79841">rail_79841</a></td>
<td class='column-group'><a href="/Oberwolfach">Oberwolfach</a></td>
<td class='column-num_rows'>79,841</td>
<td class='column-num_cols'>79,841</td>
<td class='column-nonzeros'>553,921</td>
<td class='column-kind d-none d-md-table-cell'>Model Reduction Problem</td>
<td class='column-date d-none d-md-table-cell'>2002</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Oberwolfach/rail_79841.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Oberwolfach/rail_79841.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Oberwolfach/rail_79841.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1446</td>
<td class='column-name'><a href="/Oberwolfach/spiral">spiral</a></td>
<td class='column-group'><a href="/Oberwolfach">Oberwolfach</a></td>
<td class='column-num_rows'>1,434</td>
<td class='column-num_cols'>1,434</td>
<td class='column-nonzeros'>18,228</td>
<td class='column-kind d-none d-md-table-cell'>Model Reduction Problem</td>
<td class='column-date d-none d-md-table-cell'>2006</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Oberwolfach/spiral.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Oberwolfach/spiral.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Oberwolfach/spiral.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1447</td>
<td class='column-name'><a href="/Oberwolfach/t2dah">t2dah</a></td>
<td class='column-group'><a href="/Oberwolfach">Oberwolfach</a></td>
<td class='column-num_rows'>11,445</td>
<td class='column-num_cols'>11,445</td>
<td class='column-nonzeros'>176,117</td>
<td class='column-kind d-none d-md-table-cell'>Model Reduction Problem</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Oberwolfach/t2dah.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Oberwolfach/t2dah.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Oberwolfach/t2dah.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1448</td>
<td class='column-name'><a href="/Oberwolfach/t2dal_bci">t2dal_bci</a></td>
<td class='column-group'><a href="/Oberwolfach">Oberwolfach</a></td>
<td class='column-num_rows'>4,257</td>
<td class='column-num_cols'>4,257</td>
<td class='column-nonzeros'>37,465</td>
<td class='column-kind d-none d-md-table-cell'>Model Reduction Problem</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Oberwolfach/t2dal_bci.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Oberwolfach/t2dal_bci.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Oberwolfach/t2dal_bci.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1449</td>
<td class='column-name'><a href="/Oberwolfach/t2dal">t2dal</a></td>
<td class='column-group'><a href="/Oberwolfach">Oberwolfach</a></td>
<td class='column-num_rows'>4,257</td>
<td class='column-num_cols'>4,257</td>
<td class='column-nonzeros'>37,465</td>
<td class='column-kind d-none d-md-table-cell'>Model Reduction Problem</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Oberwolfach/t2dal.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Oberwolfach/t2dal.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Oberwolfach/t2dal.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1450</td>
<td class='column-name'><a href="/Oberwolfach/t3dh">t3dh</a></td>
<td class='column-group'><a href="/Oberwolfach">Oberwolfach</a></td>
<td class='column-num_rows'>79,171</td>
<td class='column-num_cols'>79,171</td>
<td class='column-nonzeros'>4,352,105</td>
<td class='column-kind d-none d-md-table-cell'>Model Reduction Problem</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Oberwolfach/t3dh.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Oberwolfach/t3dh.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Oberwolfach/t3dh.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1451</td>
<td class='column-name'><a href="/Oberwolfach/t3dl">t3dl</a></td>
<td class='column-group'><a href="/Oberwolfach">Oberwolfach</a></td>
<td class='column-num_rows'>20,360</td>
<td class='column-num_cols'>20,360</td>
<td class='column-nonzeros'>509,866</td>
<td class='column-kind d-none d-md-table-cell'>Model Reduction Problem</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Oberwolfach/t3dl.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Oberwolfach/t3dl.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Oberwolfach/t3dl.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1453</td>
<td class='column-name'><a href="/Oberwolfach/bone010">bone010</a></td>
<td class='column-group'><a href="/Oberwolfach">Oberwolfach</a></td>
<td class='column-num_rows'>986,703</td>
<td class='column-num_cols'>986,703</td>
<td class='column-nonzeros'>47,851,783</td>
<td class='column-kind d-none d-md-table-cell'>Model Reduction Problem</td>
<td class='column-date d-none d-md-table-cell'>2006</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Oberwolfach/bone010.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Oberwolfach/bone010.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Oberwolfach/bone010.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1454</td>
<td class='column-name'><a href="/Oberwolfach/boneS01">boneS01</a></td>
<td class='column-group'><a href="/Oberwolfach">Oberwolfach</a></td>
<td class='column-num_rows'>127,224</td>
<td class='column-num_cols'>127,224</td>
<td class='column-nonzeros'>5,516,602</td>
<td class='column-kind d-none d-md-table-cell'>Model Reduction Problem</td>
<td class='column-date d-none d-md-table-cell'>2006</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Oberwolfach/boneS01.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Oberwolfach/boneS01.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Oberwolfach/boneS01.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1455</td>
<td class='column-name'><a href="/Oberwolfach/boneS10">boneS10</a></td>
<td class='column-group'><a href="/Oberwolfach">Oberwolfach</a></td>
<td class='column-num_rows'>914,898</td>
<td class='column-num_cols'>914,898</td>
<td class='column-nonzeros'>40,878,708</td>
<td class='column-kind d-none d-md-table-cell'>Model Reduction Problem</td>
<td class='column-date d-none d-md-table-cell'>2006</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Oberwolfach/boneS10.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Oberwolfach/boneS10.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Oberwolfach/boneS10.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1472</td>
<td class='column-name'><a href="/Pajek/FA">FA</a></td>
<td class='column-group'><a href="/Pajek">Pajek</a></td>
<td class='column-num_rows'>10,617</td>
<td class='column-num_cols'>10,617</td>
<td class='column-nonzeros'>72,176</td>
<td class='column-kind d-none d-md-table-cell'>Directed Weighted Graph</td>
<td class='column-date d-none d-md-table-cell'>2006</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Pajek/FA.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Pajek/FA.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Pajek/FA.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1493</td>
<td class='column-name'><a href="/Pajek/GD97_b">GD97_b</a></td>
<td class='column-group'><a href="/Pajek">Pajek</a></td>
<td class='column-num_rows'>47</td>
<td class='column-num_cols'>47</td>
<td class='column-nonzeros'>264</td>
<td class='column-kind d-none d-md-table-cell'>Undirected Weighted Graph</td>
<td class='column-date d-none d-md-table-cell'>1997</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Pajek/GD97_b.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Pajek/GD97_b.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Pajek/GD97_b.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1513</td>
<td class='column-name'><a href="/Pajek/patents_main">patents_main</a></td>
<td class='column-group'><a href="/Pajek">Pajek</a></td>
<td class='column-num_rows'>240,547</td>
<td class='column-num_cols'>240,547</td>
<td class='column-nonzeros'>560,943</td>
<td class='column-kind d-none d-md-table-cell'>Directed Weighted Graph</td>
<td class='column-date d-none d-md-table-cell'>2001</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Pajek/patents_main.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Pajek/patents_main.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Pajek/patents_main.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1529</td>
<td class='column-name'><a href="/Pajek/USAir97">USAir97</a></td>
<td class='column-group'><a href="/Pajek">Pajek</a></td>
<td class='column-num_rows'>332</td>
<td class='column-num_cols'>332</td>
<td class='column-nonzeros'>4,252</td>
<td class='column-kind d-none d-md-table-cell'>Undirected Weighted Graph</td>
<td class='column-date d-none d-md-table-cell'>1997</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Pajek/USAir97.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Pajek/USAir97.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Pajek/USAir97.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1535</td>
<td class='column-name'><a href="/Zitney/extr1b">extr1b</a></td>
<td class='column-group'><a href="/Zitney">Zitney</a></td>
<td class='column-num_rows'>2,836</td>
<td class='column-num_cols'>2,836</td>
<td class='column-nonzeros'>10,965</td>
<td class='column-kind d-none d-md-table-cell'>Chemical Process Simulation Problem Sequence</td>
<td class='column-date d-none d-md-table-cell'>1994</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Zitney/extr1b.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Zitney/extr1b.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Zitney/extr1b.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1536</td>
<td class='column-name'><a href="/Zitney/hydr1c">hydr1c</a></td>
<td class='column-group'><a href="/Zitney">Zitney</a></td>
<td class='column-num_rows'>5,308</td>
<td class='column-num_cols'>5,308</td>
<td class='column-nonzeros'>22,592</td>
<td class='column-kind d-none d-md-table-cell'>Chemical Process Simulation Problem Sequence</td>
<td class='column-date d-none d-md-table-cell'>1994</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Zitney/hydr1c.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Zitney/hydr1c.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Zitney/hydr1c.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1537</td>
<td class='column-name'><a href="/Schenk_IBMNA/c-18">c-18</a></td>
<td class='column-group'><a href="/Schenk_IBMNA">Schenk_IBMNA</a></td>
<td class='column-num_rows'>2,169</td>
<td class='column-num_cols'>2,169</td>
<td class='column-nonzeros'>15,145</td>
<td class='column-kind d-none d-md-table-cell'>Optimization Problem</td>
<td class='column-date d-none d-md-table-cell'>2006</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Schenk_IBMNA/c-18.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Schenk_IBMNA/c-18.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Schenk_IBMNA/c-18.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1538</td>
<td class='column-name'><a href="/Schenk_IBMNA/c-19">c-19</a></td>
<td class='column-group'><a href="/Schenk_IBMNA">Schenk_IBMNA</a></td>
<td class='column-num_rows'>2,327</td>
<td class='column-num_cols'>2,327</td>
<td class='column-nonzeros'>21,817</td>
<td class='column-kind d-none d-md-table-cell'>Optimization Problem</td>
<td class='column-date d-none d-md-table-cell'>2006</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Schenk_IBMNA/c-19.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Schenk_IBMNA/c-19.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Schenk_IBMNA/c-19.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1539</td>
<td class='column-name'><a href="/Schenk_IBMNA/c-20">c-20</a></td>
<td class='column-group'><a href="/Schenk_IBMNA">Schenk_IBMNA</a></td>
<td class='column-num_rows'>2,921</td>
<td class='column-num_cols'>2,921</td>
<td class='column-nonzeros'>20,445</td>
<td class='column-kind d-none d-md-table-cell'>Optimization Problem</td>
<td class='column-date d-none d-md-table-cell'>2006</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Schenk_IBMNA/c-20.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Schenk_IBMNA/c-20.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Schenk_IBMNA/c-20.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1540</td>
<td class='column-name'><a href="/Schenk_IBMNA/c-21">c-21</a></td>
<td class='column-group'><a href="/Schenk_IBMNA">Schenk_IBMNA</a></td>
<td class='column-num_rows'>3,509</td>
<td class='column-num_cols'>3,509</td>
<td class='column-nonzeros'>32,145</td>
<td class='column-kind d-none d-md-table-cell'>Optimization Problem</td>
<td class='column-date d-none d-md-table-cell'>2006</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Schenk_IBMNA/c-21.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Schenk_IBMNA/c-21.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Schenk_IBMNA/c-21.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1541</td>
<td class='column-name'><a href="/Schenk_IBMNA/c-22">c-22</a></td>
<td class='column-group'><a href="/Schenk_IBMNA">Schenk_IBMNA</a></td>
<td class='column-num_rows'>3,792</td>
<td class='column-num_cols'>3,792</td>
<td class='column-nonzeros'>28,870</td>
<td class='column-kind d-none d-md-table-cell'>Optimization Problem</td>
<td class='column-date d-none d-md-table-cell'>2006</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Schenk_IBMNA/c-22.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Schenk_IBMNA/c-22.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Schenk_IBMNA/c-22.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1542</td>
<td class='column-name'><a href="/Schenk_IBMNA/c-23">c-23</a></td>
<td class='column-group'><a href="/Schenk_IBMNA">Schenk_IBMNA</a></td>
<td class='column-num_rows'>3,969</td>
<td class='column-num_cols'>3,969</td>
<td class='column-nonzeros'>31,079</td>
<td class='column-kind d-none d-md-table-cell'>Optimization Problem</td>
<td class='column-date d-none d-md-table-cell'>2006</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Schenk_IBMNA/c-23.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Schenk_IBMNA/c-23.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Schenk_IBMNA/c-23.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1543</td>
<td class='column-name'><a href="/Schenk_IBMNA/c-24">c-24</a></td>
<td class='column-group'><a href="/Schenk_IBMNA">Schenk_IBMNA</a></td>
<td class='column-num_rows'>4,119</td>
<td class='column-num_cols'>4,119</td>
<td class='column-nonzeros'>35,699</td>
<td class='column-kind d-none d-md-table-cell'>Optimization Problem</td>
<td class='column-date d-none d-md-table-cell'>2006</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Schenk_IBMNA/c-24.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Schenk_IBMNA/c-24.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Schenk_IBMNA/c-24.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1544</td>
<td class='column-name'><a href="/Schenk_IBMNA/c-25">c-25</a></td>
<td class='column-group'><a href="/Schenk_IBMNA">Schenk_IBMNA</a></td>
<td class='column-num_rows'>3,797</td>
<td class='column-num_cols'>3,797</td>
<td class='column-nonzeros'>49,635</td>
<td class='column-kind d-none d-md-table-cell'>Optimization Problem</td>
<td class='column-date d-none d-md-table-cell'>2006</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Schenk_IBMNA/c-25.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Schenk_IBMNA/c-25.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Schenk_IBMNA/c-25.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1545</td>
<td class='column-name'><a href="/Schenk_IBMNA/c-26">c-26</a></td>
<td class='column-group'><a href="/Schenk_IBMNA">Schenk_IBMNA</a></td>
<td class='column-num_rows'>4,307</td>
<td class='column-num_cols'>4,307</td>
<td class='column-nonzeros'>34,537</td>
<td class='column-kind d-none d-md-table-cell'>Optimization Problem</td>
<td class='column-date d-none d-md-table-cell'>2006</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Schenk_IBMNA/c-26.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Schenk_IBMNA/c-26.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Schenk_IBMNA/c-26.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1546</td>
<td class='column-name'><a href="/Schenk_IBMNA/c-27">c-27</a></td>
<td class='column-group'><a href="/Schenk_IBMNA">Schenk_IBMNA</a></td>
<td class='column-num_rows'>4,563</td>
<td class='column-num_cols'>4,563</td>
<td class='column-nonzeros'>30,927</td>
<td class='column-kind d-none d-md-table-cell'>Optimization Problem</td>
<td class='column-date d-none d-md-table-cell'>2006</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Schenk_IBMNA/c-27.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Schenk_IBMNA/c-27.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Schenk_IBMNA/c-27.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1547</td>
<td class='column-name'><a href="/Schenk_IBMNA/c-28">c-28</a></td>
<td class='column-group'><a href="/Schenk_IBMNA">Schenk_IBMNA</a></td>
<td class='column-num_rows'>4,598</td>
<td class='column-num_cols'>4,598</td>
<td class='column-nonzeros'>30,590</td>
<td class='column-kind d-none d-md-table-cell'>Optimization Problem</td>
<td class='column-date d-none d-md-table-cell'>2006</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Schenk_IBMNA/c-28.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Schenk_IBMNA/c-28.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Schenk_IBMNA/c-28.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1548</td>
<td class='column-name'><a href="/Schenk_IBMNA/c-29">c-29</a></td>
<td class='column-group'><a href="/Schenk_IBMNA">Schenk_IBMNA</a></td>
<td class='column-num_rows'>5,033</td>
<td class='column-num_cols'>5,033</td>
<td class='column-nonzeros'>43,731</td>
<td class='column-kind d-none d-md-table-cell'>Optimization Problem</td>
<td class='column-date d-none d-md-table-cell'>2006</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Schenk_IBMNA/c-29.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Schenk_IBMNA/c-29.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Schenk_IBMNA/c-29.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1549</td>
<td class='column-name'><a href="/Schenk_IBMNA/c-30">c-30</a></td>
<td class='column-group'><a href="/Schenk_IBMNA">Schenk_IBMNA</a></td>
<td class='column-num_rows'>5,321</td>
<td class='column-num_cols'>5,321</td>
<td class='column-nonzeros'>65,693</td>
<td class='column-kind d-none d-md-table-cell'>Optimization Problem</td>
<td class='column-date d-none d-md-table-cell'>2006</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Schenk_IBMNA/c-30.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Schenk_IBMNA/c-30.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Schenk_IBMNA/c-30.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1550</td>
<td class='column-name'><a href="/Schenk_IBMNA/c-31">c-31</a></td>
<td class='column-group'><a href="/Schenk_IBMNA">Schenk_IBMNA</a></td>
<td class='column-num_rows'>5,339</td>
<td class='column-num_cols'>5,339</td>
<td class='column-nonzeros'>78,571</td>
<td class='column-kind d-none d-md-table-cell'>Optimization Problem</td>
<td class='column-date d-none d-md-table-cell'>2006</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Schenk_IBMNA/c-31.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Schenk_IBMNA/c-31.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Schenk_IBMNA/c-31.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1551</td>
<td class='column-name'><a href="/Schenk_IBMNA/c-32">c-32</a></td>
<td class='column-group'><a href="/Schenk_IBMNA">Schenk_IBMNA</a></td>
<td class='column-num_rows'>5,975</td>
<td class='column-num_cols'>5,975</td>
<td class='column-nonzeros'>54,471</td>
<td class='column-kind d-none d-md-table-cell'>Optimization Problem</td>
<td class='column-date d-none d-md-table-cell'>2006</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Schenk_IBMNA/c-32.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Schenk_IBMNA/c-32.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Schenk_IBMNA/c-32.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1552</td>
<td class='column-name'><a href="/Schenk_IBMNA/c-33">c-33</a></td>
<td class='column-group'><a href="/Schenk_IBMNA">Schenk_IBMNA</a></td>
<td class='column-num_rows'>6,317</td>
<td class='column-num_cols'>6,317</td>
<td class='column-nonzeros'>56,123</td>
<td class='column-kind d-none d-md-table-cell'>Optimization Problem</td>
<td class='column-date d-none d-md-table-cell'>2006</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Schenk_IBMNA/c-33.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Schenk_IBMNA/c-33.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Schenk_IBMNA/c-33.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1553</td>
<td class='column-name'><a href="/Schenk_IBMNA/c-34">c-34</a></td>
<td class='column-group'><a href="/Schenk_IBMNA">Schenk_IBMNA</a></td>
<td class='column-num_rows'>6,611</td>
<td class='column-num_cols'>6,611</td>
<td class='column-nonzeros'>64,333</td>
<td class='column-kind d-none d-md-table-cell'>Optimization Problem</td>
<td class='column-date d-none d-md-table-cell'>2006</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Schenk_IBMNA/c-34.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Schenk_IBMNA/c-34.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Schenk_IBMNA/c-34.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1554</td>
<td class='column-name'><a href="/Schenk_IBMNA/c-35">c-35</a></td>
<td class='column-group'><a href="/Schenk_IBMNA">Schenk_IBMNA</a></td>
<td class='column-num_rows'>6,537</td>
<td class='column-num_cols'>6,537</td>
<td class='column-nonzeros'>62,891</td>
<td class='column-kind d-none d-md-table-cell'>Optimization Problem</td>
<td class='column-date d-none d-md-table-cell'>2006</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Schenk_IBMNA/c-35.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Schenk_IBMNA/c-35.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Schenk_IBMNA/c-35.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1555</td>
<td class='column-name'><a href="/Schenk_IBMNA/c-36">c-36</a></td>
<td class='column-group'><a href="/Schenk_IBMNA">Schenk_IBMNA</a></td>
<td class='column-num_rows'>7,479</td>
<td class='column-num_cols'>7,479</td>
<td class='column-nonzeros'>65,941</td>
<td class='column-kind d-none d-md-table-cell'>Optimization Problem</td>
<td class='column-date d-none d-md-table-cell'>2006</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Schenk_IBMNA/c-36.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Schenk_IBMNA/c-36.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Schenk_IBMNA/c-36.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1556</td>
<td class='column-name'><a href="/Schenk_IBMNA/c-37">c-37</a></td>
<td class='column-group'><a href="/Schenk_IBMNA">Schenk_IBMNA</a></td>
<td class='column-num_rows'>8,204</td>
<td class='column-num_cols'>8,204</td>
<td class='column-nonzeros'>74,676</td>
<td class='column-kind d-none d-md-table-cell'>Optimization Problem</td>
<td class='column-date d-none d-md-table-cell'>2006</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Schenk_IBMNA/c-37.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Schenk_IBMNA/c-37.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Schenk_IBMNA/c-37.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1557</td>
<td class='column-name'><a href="/Schenk_IBMNA/c-38">c-38</a></td>
<td class='column-group'><a href="/Schenk_IBMNA">Schenk_IBMNA</a></td>
<td class='column-num_rows'>8,127</td>
<td class='column-num_cols'>8,127</td>
<td class='column-nonzeros'>77,689</td>
<td class='column-kind d-none d-md-table-cell'>Optimization Problem</td>
<td class='column-date d-none d-md-table-cell'>2006</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Schenk_IBMNA/c-38.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Schenk_IBMNA/c-38.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Schenk_IBMNA/c-38.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1558</td>
<td class='column-name'><a href="/Schenk_IBMNA/c-39">c-39</a></td>
<td class='column-group'><a href="/Schenk_IBMNA">Schenk_IBMNA</a></td>
<td class='column-num_rows'>9,271</td>
<td class='column-num_cols'>9,271</td>
<td class='column-nonzeros'>116,587</td>
<td class='column-kind d-none d-md-table-cell'>Optimization Problem</td>
<td class='column-date d-none d-md-table-cell'>2006</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Schenk_IBMNA/c-39.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Schenk_IBMNA/c-39.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Schenk_IBMNA/c-39.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1559</td>
<td class='column-name'><a href="/Schenk_IBMNA/c-40">c-40</a></td>
<td class='column-group'><a href="/Schenk_IBMNA">Schenk_IBMNA</a></td>
<td class='column-num_rows'>9,941</td>
<td class='column-num_cols'>9,941</td>
<td class='column-nonzeros'>81,501</td>
<td class='column-kind d-none d-md-table-cell'>Optimization Problem</td>
<td class='column-date d-none d-md-table-cell'>2006</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Schenk_IBMNA/c-40.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Schenk_IBMNA/c-40.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Schenk_IBMNA/c-40.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1560</td>
<td class='column-name'><a href="/Schenk_IBMNA/c-41">c-41</a></td>
<td class='column-group'><a href="/Schenk_IBMNA">Schenk_IBMNA</a></td>
<td class='column-num_rows'>9,769</td>
<td class='column-num_cols'>9,769</td>
<td class='column-nonzeros'>101,635</td>
<td class='column-kind d-none d-md-table-cell'>Optimization Problem</td>
<td class='column-date d-none d-md-table-cell'>2006</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Schenk_IBMNA/c-41.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Schenk_IBMNA/c-41.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Schenk_IBMNA/c-41.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1561</td>
<td class='column-name'><a href="/Schenk_IBMNA/c-42">c-42</a></td>
<td class='column-group'><a href="/Schenk_IBMNA">Schenk_IBMNA</a></td>
<td class='column-num_rows'>10,471</td>
<td class='column-num_cols'>10,471</td>
<td class='column-nonzeros'>110,285</td>
<td class='column-kind d-none d-md-table-cell'>Optimization Problem</td>
<td class='column-date d-none d-md-table-cell'>2006</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Schenk_IBMNA/c-42.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Schenk_IBMNA/c-42.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Schenk_IBMNA/c-42.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1562</td>
<td class='column-name'><a href="/Schenk_IBMNA/c-43">c-43</a></td>
<td class='column-group'><a href="/Schenk_IBMNA">Schenk_IBMNA</a></td>
<td class='column-num_rows'>11,125</td>
<td class='column-num_cols'>11,125</td>
<td class='column-nonzeros'>123,659</td>
<td class='column-kind d-none d-md-table-cell'>Optimization Problem</td>
<td class='column-date d-none d-md-table-cell'>2006</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Schenk_IBMNA/c-43.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Schenk_IBMNA/c-43.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Schenk_IBMNA/c-43.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1563</td>
<td class='column-name'><a href="/Schenk_IBMNA/c-44">c-44</a></td>
<td class='column-group'><a href="/Schenk_IBMNA">Schenk_IBMNA</a></td>
<td class='column-num_rows'>10,728</td>
<td class='column-num_cols'>10,728</td>
<td class='column-nonzeros'>85,000</td>
<td class='column-kind d-none d-md-table-cell'>Optimization Problem</td>
<td class='column-date d-none d-md-table-cell'>2006</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Schenk_IBMNA/c-44.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Schenk_IBMNA/c-44.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Schenk_IBMNA/c-44.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1564</td>
<td class='column-name'><a href="/Schenk_IBMNA/c-45">c-45</a></td>
<td class='column-group'><a href="/Schenk_IBMNA">Schenk_IBMNA</a></td>
<td class='column-num_rows'>13,206</td>
<td class='column-num_cols'>13,206</td>
<td class='column-nonzeros'>174,452</td>
<td class='column-kind d-none d-md-table-cell'>Optimization Problem</td>
<td class='column-date d-none d-md-table-cell'>2006</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Schenk_IBMNA/c-45.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Schenk_IBMNA/c-45.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Schenk_IBMNA/c-45.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1565</td>
<td class='column-name'><a href="/Schenk_IBMNA/c-46">c-46</a></td>
<td class='column-group'><a href="/Schenk_IBMNA">Schenk_IBMNA</a></td>
<td class='column-num_rows'>14,913</td>
<td class='column-num_cols'>14,913</td>
<td class='column-nonzeros'>130,397</td>
<td class='column-kind d-none d-md-table-cell'>Optimization Problem</td>
<td class='column-date d-none d-md-table-cell'>2006</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Schenk_IBMNA/c-46.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Schenk_IBMNA/c-46.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Schenk_IBMNA/c-46.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1566</td>
<td class='column-name'><a href="/Schenk_IBMNA/c-47">c-47</a></td>
<td class='column-group'><a href="/Schenk_IBMNA">Schenk_IBMNA</a></td>
<td class='column-num_rows'>15,343</td>
<td class='column-num_cols'>15,343</td>
<td class='column-nonzeros'>211,401</td>
<td class='column-kind d-none d-md-table-cell'>Optimization Problem</td>
<td class='column-date d-none d-md-table-cell'>2006</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Schenk_IBMNA/c-47.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Schenk_IBMNA/c-47.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Schenk_IBMNA/c-47.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1567</td>
<td class='column-name'><a href="/Schenk_IBMNA/c-48">c-48</a></td>
<td class='column-group'><a href="/Schenk_IBMNA">Schenk_IBMNA</a></td>
<td class='column-num_rows'>18,354</td>
<td class='column-num_cols'>18,354</td>
<td class='column-nonzeros'>166,080</td>
<td class='column-kind d-none d-md-table-cell'>Optimization Problem</td>
<td class='column-date d-none d-md-table-cell'>2006</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Schenk_IBMNA/c-48.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Schenk_IBMNA/c-48.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Schenk_IBMNA/c-48.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1568</td>
<td class='column-name'><a href="/Schenk_IBMNA/c-49">c-49</a></td>
<td class='column-group'><a href="/Schenk_IBMNA">Schenk_IBMNA</a></td>
<td class='column-num_rows'>21,132</td>
<td class='column-num_cols'>21,132</td>
<td class='column-nonzeros'>157,040</td>
<td class='column-kind d-none d-md-table-cell'>Optimization Problem</td>
<td class='column-date d-none d-md-table-cell'>2006</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Schenk_IBMNA/c-49.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Schenk_IBMNA/c-49.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Schenk_IBMNA/c-49.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1569</td>
<td class='column-name'><a href="/Schenk_IBMNA/c-50">c-50</a></td>
<td class='column-group'><a href="/Schenk_IBMNA">Schenk_IBMNA</a></td>
<td class='column-num_rows'>22,401</td>
<td class='column-num_cols'>22,401</td>
<td class='column-nonzeros'>180,245</td>
<td class='column-kind d-none d-md-table-cell'>Optimization Problem</td>
<td class='column-date d-none d-md-table-cell'>2006</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Schenk_IBMNA/c-50.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Schenk_IBMNA/c-50.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Schenk_IBMNA/c-50.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1570</td>
<td class='column-name'><a href="/Schenk_IBMNA/c-51">c-51</a></td>
<td class='column-group'><a href="/Schenk_IBMNA">Schenk_IBMNA</a></td>
<td class='column-num_rows'>23,196</td>
<td class='column-num_cols'>23,196</td>
<td class='column-nonzeros'>203,048</td>
<td class='column-kind d-none d-md-table-cell'>Optimization Problem</td>
<td class='column-date d-none d-md-table-cell'>2006</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Schenk_IBMNA/c-51.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Schenk_IBMNA/c-51.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Schenk_IBMNA/c-51.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1571</td>
<td class='column-name'><a href="/Schenk_IBMNA/c-52">c-52</a></td>
<td class='column-group'><a href="/Schenk_IBMNA">Schenk_IBMNA</a></td>
<td class='column-num_rows'>23,948</td>
<td class='column-num_cols'>23,948</td>
<td class='column-nonzeros'>202,708</td>
<td class='column-kind d-none d-md-table-cell'>Optimization Problem</td>
<td class='column-date d-none d-md-table-cell'>2006</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Schenk_IBMNA/c-52.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Schenk_IBMNA/c-52.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Schenk_IBMNA/c-52.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1572</td>
<td class='column-name'><a href="/Schenk_IBMNA/c-53">c-53</a></td>
<td class='column-group'><a href="/Schenk_IBMNA">Schenk_IBMNA</a></td>
<td class='column-num_rows'>30,235</td>
<td class='column-num_cols'>30,235</td>
<td class='column-nonzeros'>355,139</td>
<td class='column-kind d-none d-md-table-cell'>Optimization Problem</td>
<td class='column-date d-none d-md-table-cell'>2006</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Schenk_IBMNA/c-53.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Schenk_IBMNA/c-53.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Schenk_IBMNA/c-53.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1573</td>
<td class='column-name'><a href="/Schenk_IBMNA/c-54">c-54</a></td>
<td class='column-group'><a href="/Schenk_IBMNA">Schenk_IBMNA</a></td>
<td class='column-num_rows'>31,793</td>
<td class='column-num_cols'>31,793</td>
<td class='column-nonzeros'>385,987</td>
<td class='column-kind d-none d-md-table-cell'>Optimization Problem</td>
<td class='column-date d-none d-md-table-cell'>2006</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Schenk_IBMNA/c-54.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Schenk_IBMNA/c-54.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Schenk_IBMNA/c-54.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1574</td>
<td class='column-name'><a href="/Schenk_IBMNA/c-56">c-56</a></td>
<td class='column-group'><a href="/Schenk_IBMNA">Schenk_IBMNA</a></td>
<td class='column-num_rows'>35,910</td>
<td class='column-num_cols'>35,910</td>
<td class='column-nonzeros'>380,240</td>
<td class='column-kind d-none d-md-table-cell'>Optimization Problem</td>
<td class='column-date d-none d-md-table-cell'>2006</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Schenk_IBMNA/c-56.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Schenk_IBMNA/c-56.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Schenk_IBMNA/c-56.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1575</td>
<td class='column-name'><a href="/Schenk_IBMNA/c-57">c-57</a></td>
<td class='column-group'><a href="/Schenk_IBMNA">Schenk_IBMNA</a></td>
<td class='column-num_rows'>37,833</td>
<td class='column-num_cols'>37,833</td>
<td class='column-nonzeros'>403,373</td>
<td class='column-kind d-none d-md-table-cell'>Optimization Problem</td>
<td class='column-date d-none d-md-table-cell'>2006</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Schenk_IBMNA/c-57.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Schenk_IBMNA/c-57.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Schenk_IBMNA/c-57.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1576</td>
<td class='column-name'><a href="/Schenk_IBMNA/c-60">c-60</a></td>
<td class='column-group'><a href="/Schenk_IBMNA">Schenk_IBMNA</a></td>
<td class='column-num_rows'>43,640</td>
<td class='column-num_cols'>43,640</td>
<td class='column-nonzeros'>298,570</td>
<td class='column-kind d-none d-md-table-cell'>Optimization Problem</td>
<td class='column-date d-none d-md-table-cell'>2006</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Schenk_IBMNA/c-60.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Schenk_IBMNA/c-60.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Schenk_IBMNA/c-60.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1577</td>
<td class='column-name'><a href="/Schenk_IBMNA/c-61">c-61</a></td>
<td class='column-group'><a href="/Schenk_IBMNA">Schenk_IBMNA</a></td>
<td class='column-num_rows'>43,618</td>
<td class='column-num_cols'>43,618</td>
<td class='column-nonzeros'>310,016</td>
<td class='column-kind d-none d-md-table-cell'>Optimization Problem</td>
<td class='column-date d-none d-md-table-cell'>2006</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Schenk_IBMNA/c-61.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Schenk_IBMNA/c-61.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Schenk_IBMNA/c-61.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1578</td>
<td class='column-name'><a href="/Schenk_IBMNA/c-65">c-65</a></td>
<td class='column-group'><a href="/Schenk_IBMNA">Schenk_IBMNA</a></td>
<td class='column-num_rows'>48,066</td>
<td class='column-num_cols'>48,066</td>
<td class='column-nonzeros'>360,428</td>
<td class='column-kind d-none d-md-table-cell'>Optimization Problem</td>
<td class='column-date d-none d-md-table-cell'>2006</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Schenk_IBMNA/c-65.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Schenk_IBMNA/c-65.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Schenk_IBMNA/c-65.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1579</td>
<td class='column-name'><a href="/Schenk_IBMNA/c-big">c-big</a></td>
<td class='column-group'><a href="/Schenk_IBMNA">Schenk_IBMNA</a></td>
<td class='column-num_rows'>345,241</td>
<td class='column-num_cols'>345,241</td>
<td class='column-nonzeros'>2,340,859</td>
<td class='column-kind d-none d-md-table-cell'>Optimization Problem</td>
<td class='column-date d-none d-md-table-cell'>2006</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Schenk_IBMNA/c-big.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Schenk_IBMNA/c-big.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Schenk_IBMNA/c-big.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1580</td>
<td class='column-name'><a href="/Schenk_AFE/af_0_k101">af_0_k101</a></td>
<td class='column-group'><a href="/Schenk_AFE">Schenk_AFE</a></td>
<td class='column-num_rows'>503,625</td>
<td class='column-num_cols'>503,625</td>
<td class='column-nonzeros'>17,550,675</td>
<td class='column-kind d-none d-md-table-cell'>Structural Problem</td>
<td class='column-date d-none d-md-table-cell'>2006</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Schenk_AFE/af_0_k101.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Schenk_AFE/af_0_k101.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Schenk_AFE/af_0_k101.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1581</td>
<td class='column-name'><a href="/Schenk_AFE/af_1_k101">af_1_k101</a></td>
<td class='column-group'><a href="/Schenk_AFE">Schenk_AFE</a></td>
<td class='column-num_rows'>503,625</td>
<td class='column-num_cols'>503,625</td>
<td class='column-nonzeros'>17,550,675</td>
<td class='column-kind d-none d-md-table-cell'>Structural Problem</td>
<td class='column-date d-none d-md-table-cell'>2006</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Schenk_AFE/af_1_k101.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Schenk_AFE/af_1_k101.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Schenk_AFE/af_1_k101.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1582</td>
<td class='column-name'><a href="/Schenk_AFE/af_2_k101">af_2_k101</a></td>
<td class='column-group'><a href="/Schenk_AFE">Schenk_AFE</a></td>
<td class='column-num_rows'>503,625</td>
<td class='column-num_cols'>503,625</td>
<td class='column-nonzeros'>17,550,675</td>
<td class='column-kind d-none d-md-table-cell'>Structural Problem</td>
<td class='column-date d-none d-md-table-cell'>2006</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Schenk_AFE/af_2_k101.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Schenk_AFE/af_2_k101.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Schenk_AFE/af_2_k101.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1583</td>
<td class='column-name'><a href="/Schenk_AFE/af_3_k101">af_3_k101</a></td>
<td class='column-group'><a href="/Schenk_AFE">Schenk_AFE</a></td>
<td class='column-num_rows'>503,625</td>
<td class='column-num_cols'>503,625</td>
<td class='column-nonzeros'>17,550,675</td>
<td class='column-kind d-none d-md-table-cell'>Structural Problem</td>
<td class='column-date d-none d-md-table-cell'>2006</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Schenk_AFE/af_3_k101.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Schenk_AFE/af_3_k101.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Schenk_AFE/af_3_k101.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1584</td>
<td class='column-name'><a href="/Schenk_AFE/af_4_k101">af_4_k101</a></td>
<td class='column-group'><a href="/Schenk_AFE">Schenk_AFE</a></td>
<td class='column-num_rows'>503,625</td>
<td class='column-num_cols'>503,625</td>
<td class='column-nonzeros'>17,550,675</td>
<td class='column-kind d-none d-md-table-cell'>Structural Problem</td>
<td class='column-date d-none d-md-table-cell'>2006</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Schenk_AFE/af_4_k101.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Schenk_AFE/af_4_k101.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Schenk_AFE/af_4_k101.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1585</td>
<td class='column-name'><a href="/Schenk_AFE/af_5_k101">af_5_k101</a></td>
<td class='column-group'><a href="/Schenk_AFE">Schenk_AFE</a></td>
<td class='column-num_rows'>503,625</td>
<td class='column-num_cols'>503,625</td>
<td class='column-nonzeros'>17,550,675</td>
<td class='column-kind d-none d-md-table-cell'>Structural Problem</td>
<td class='column-date d-none d-md-table-cell'>2006</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Schenk_AFE/af_5_k101.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Schenk_AFE/af_5_k101.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Schenk_AFE/af_5_k101.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1586</td>
<td class='column-name'><a href="/Schenk_AFE/af_shell10">af_shell10</a></td>
<td class='column-group'><a href="/Schenk_AFE">Schenk_AFE</a></td>
<td class='column-num_rows'>1,508,065</td>
<td class='column-num_cols'>1,508,065</td>
<td class='column-nonzeros'>52,259,885</td>
<td class='column-kind d-none d-md-table-cell'>Structural Problem</td>
<td class='column-date d-none d-md-table-cell'>2006</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Schenk_AFE/af_shell10.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Schenk_AFE/af_shell10.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Schenk_AFE/af_shell10.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1587</td>
<td class='column-name'><a href="/Schenk_IBMNA/c-64b">c-64b</a></td>
<td class='column-group'><a href="/Schenk_IBMNA">Schenk_IBMNA</a></td>
<td class='column-num_rows'>51,035</td>
<td class='column-num_cols'>51,035</td>
<td class='column-nonzeros'>707,601</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Optimization Problem</td>
<td class='column-date d-none d-md-table-cell'>2006</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Schenk_IBMNA/c-64b.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Schenk_IBMNA/c-64b.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Schenk_IBMNA/c-64b.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1588</td>
<td class='column-name'><a href="/Schenk_IBMNA/c-66b">c-66b</a></td>
<td class='column-group'><a href="/Schenk_IBMNA">Schenk_IBMNA</a></td>
<td class='column-num_rows'>49,989</td>
<td class='column-num_cols'>49,989</td>
<td class='column-nonzeros'>444,851</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Optimization Problem</td>
<td class='column-date d-none d-md-table-cell'>2006</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Schenk_IBMNA/c-66b.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Schenk_IBMNA/c-66b.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Schenk_IBMNA/c-66b.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1589</td>
<td class='column-name'><a href="/Schenk_IBMNA/c-67b">c-67b</a></td>
<td class='column-group'><a href="/Schenk_IBMNA">Schenk_IBMNA</a></td>
<td class='column-num_rows'>57,975</td>
<td class='column-num_cols'>57,975</td>
<td class='column-nonzeros'>530,583</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Optimization Problem</td>
<td class='column-date d-none d-md-table-cell'>2006</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Schenk_IBMNA/c-67b.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Schenk_IBMNA/c-67b.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Schenk_IBMNA/c-67b.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1590</td>
<td class='column-name'><a href="/Schenk_IBMNA/c-73b">c-73b</a></td>
<td class='column-group'><a href="/Schenk_IBMNA">Schenk_IBMNA</a></td>
<td class='column-num_rows'>169,422</td>
<td class='column-num_cols'>169,422</td>
<td class='column-nonzeros'>1,279,274</td>
<td class='column-kind d-none d-md-table-cell'>Subsequent Optimization Problem</td>
<td class='column-date d-none d-md-table-cell'>2006</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Schenk_IBMNA/c-73b.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Schenk_IBMNA/c-73b.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Schenk_IBMNA/c-73b.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1605</td>
<td class='column-name'><a href="/Cylshell/s1rmq4m1">s1rmq4m1</a></td>
<td class='column-group'><a href="/Cylshell">Cylshell</a></td>
<td class='column-num_rows'>5,489</td>
<td class='column-num_cols'>5,489</td>
<td class='column-nonzeros'>262,411</td>
<td class='column-kind d-none d-md-table-cell'>Structural Problem</td>
<td class='column-date d-none d-md-table-cell'>1997</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Cylshell/s1rmq4m1.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Cylshell/s1rmq4m1.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Cylshell/s1rmq4m1.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1606</td>
<td class='column-name'><a href="/Cylshell/s2rmq4m1">s2rmq4m1</a></td>
<td class='column-group'><a href="/Cylshell">Cylshell</a></td>
<td class='column-num_rows'>5,489</td>
<td class='column-num_cols'>5,489</td>
<td class='column-nonzeros'>263,351</td>
<td class='column-kind d-none d-md-table-cell'>Structural Problem</td>
<td class='column-date d-none d-md-table-cell'>1997</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Cylshell/s2rmq4m1.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Cylshell/s2rmq4m1.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Cylshell/s2rmq4m1.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1607</td>
<td class='column-name'><a href="/Cylshell/s3rmq4m1">s3rmq4m1</a></td>
<td class='column-group'><a href="/Cylshell">Cylshell</a></td>
<td class='column-num_rows'>5,489</td>
<td class='column-num_cols'>5,489</td>
<td class='column-nonzeros'>262,943</td>
<td class='column-kind d-none d-md-table-cell'>Structural Problem</td>
<td class='column-date d-none d-md-table-cell'>1997</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Cylshell/s3rmq4m1.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Cylshell/s3rmq4m1.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Cylshell/s3rmq4m1.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1608</td>
<td class='column-name'><a href="/Cylshell/s1rmt3m1">s1rmt3m1</a></td>
<td class='column-group'><a href="/Cylshell">Cylshell</a></td>
<td class='column-num_rows'>5,489</td>
<td class='column-num_cols'>5,489</td>
<td class='column-nonzeros'>217,651</td>
<td class='column-kind d-none d-md-table-cell'>Structural Problem</td>
<td class='column-date d-none d-md-table-cell'>1997</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Cylshell/s1rmt3m1.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Cylshell/s1rmt3m1.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Cylshell/s1rmt3m1.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1609</td>
<td class='column-name'><a href="/Cylshell/s2rmt3m1">s2rmt3m1</a></td>
<td class='column-group'><a href="/Cylshell">Cylshell</a></td>
<td class='column-num_rows'>5,489</td>
<td class='column-num_cols'>5,489</td>
<td class='column-nonzeros'>217,681</td>
<td class='column-kind d-none d-md-table-cell'>Structural Problem</td>
<td class='column-date d-none d-md-table-cell'>1997</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Cylshell/s2rmt3m1.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Cylshell/s2rmt3m1.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Cylshell/s2rmt3m1.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1610</td>
<td class='column-name'><a href="/Cylshell/s3rmt3m1">s3rmt3m1</a></td>
<td class='column-group'><a href="/Cylshell">Cylshell</a></td>
<td class='column-num_rows'>5,489</td>
<td class='column-num_cols'>5,489</td>
<td class='column-nonzeros'>217,669</td>
<td class='column-kind d-none d-md-table-cell'>Structural Problem</td>
<td class='column-date d-none d-md-table-cell'>1997</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Cylshell/s3rmt3m1.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Cylshell/s3rmt3m1.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Cylshell/s3rmt3m1.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1611</td>
<td class='column-name'><a href="/Cylshell/s3rmt3m3">s3rmt3m3</a></td>
<td class='column-group'><a href="/Cylshell">Cylshell</a></td>
<td class='column-num_rows'>5,357</td>
<td class='column-num_cols'>5,357</td>
<td class='column-nonzeros'>207,123</td>
<td class='column-kind d-none d-md-table-cell'>Structural Problem</td>
<td class='column-date d-none d-md-table-cell'>1997</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Cylshell/s3rmt3m3.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Cylshell/s3rmt3m3.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Cylshell/s3rmt3m3.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1612</td>
<td class='column-name'><a href="/Bai/cryg10000">cryg10000</a></td>
<td class='column-group'><a href="/Bai">Bai</a></td>
<td class='column-num_rows'>10,000</td>
<td class='column-num_cols'>10,000</td>
<td class='column-nonzeros'>49,699</td>
<td class='column-kind d-none d-md-table-cell'>Materials Problem</td>
<td class='column-date d-none d-md-table-cell'>1996</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Bai/cryg10000.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Bai/cryg10000.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Bai/cryg10000.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1613</td>
<td class='column-name'><a href="/Bai/cryg2500">cryg2500</a></td>
<td class='column-group'><a href="/Bai">Bai</a></td>
<td class='column-num_rows'>2,500</td>
<td class='column-num_cols'>2,500</td>
<td class='column-nonzeros'>12,349</td>
<td class='column-kind d-none d-md-table-cell'>Materials Problem</td>
<td class='column-date d-none d-md-table-cell'>1996</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Bai/cryg2500.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Bai/cryg2500.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Bai/cryg2500.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1614</td>
<td class='column-name'><a href="/Bai/dw2048">dw2048</a></td>
<td class='column-group'><a href="/Bai">Bai</a></td>
<td class='column-num_rows'>2,048</td>
<td class='column-num_cols'>2,048</td>
<td class='column-nonzeros'>10,114</td>
<td class='column-kind d-none d-md-table-cell'>Electromagnetics Problem</td>
<td class='column-date d-none d-md-table-cell'>1993</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Bai/dw2048.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Bai/dw2048.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Bai/dw2048.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1615</td>
<td class='column-name'><a href="/Bai/dw8192">dw8192</a></td>
<td class='column-group'><a href="/Bai">Bai</a></td>
<td class='column-num_rows'>8,192</td>
<td class='column-num_cols'>8,192</td>
<td class='column-nonzeros'>41,746</td>
<td class='column-kind d-none d-md-table-cell'>Electromagnetics Problem</td>
<td class='column-date d-none d-md-table-cell'>1993</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Bai/dw8192.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Bai/dw8192.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Bai/dw8192.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1616</td>
<td class='column-name'><a href="/Bai/dwa512">dwa512</a></td>
<td class='column-group'><a href="/Bai">Bai</a></td>
<td class='column-num_rows'>512</td>
<td class='column-num_cols'>512</td>
<td class='column-nonzeros'>2,480</td>
<td class='column-kind d-none d-md-table-cell'>Electromagnetics Problem</td>
<td class='column-date d-none d-md-table-cell'>1993</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Bai/dwa512.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Bai/dwa512.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Bai/dwa512.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1617</td>
<td class='column-name'><a href="/Bai/dwb512">dwb512</a></td>
<td class='column-group'><a href="/Bai">Bai</a></td>
<td class='column-num_rows'>512</td>
<td class='column-num_cols'>512</td>
<td class='column-nonzeros'>2,500</td>
<td class='column-kind d-none d-md-table-cell'>Electromagnetics Problem</td>
<td class='column-date d-none d-md-table-cell'>1993</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Bai/dwb512.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Bai/dwb512.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Bai/dwb512.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1622</td>
<td class='column-name'><a href="/Bai/mhd3200a">mhd3200a</a></td>
<td class='column-group'><a href="/Bai">Bai</a></td>
<td class='column-num_rows'>3,200</td>
<td class='column-num_cols'>3,200</td>
<td class='column-nonzeros'>68,026</td>
<td class='column-kind d-none d-md-table-cell'>Electromagnetics Problem</td>
<td class='column-date d-none d-md-table-cell'>1994</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Bai/mhd3200a.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Bai/mhd3200a.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Bai/mhd3200a.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1623</td>
<td class='column-name'><a href="/Bai/mhd3200b">mhd3200b</a></td>
<td class='column-group'><a href="/Bai">Bai</a></td>
<td class='column-num_rows'>3,200</td>
<td class='column-num_cols'>3,200</td>
<td class='column-nonzeros'>18,316</td>
<td class='column-kind d-none d-md-table-cell'>Electromagnetics Problem</td>
<td class='column-date d-none d-md-table-cell'>1994</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Bai/mhd3200b.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Bai/mhd3200b.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Bai/mhd3200b.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1624</td>
<td class='column-name'><a href="/Bai/mhd4800a">mhd4800a</a></td>
<td class='column-group'><a href="/Bai">Bai</a></td>
<td class='column-num_rows'>4,800</td>
<td class='column-num_cols'>4,800</td>
<td class='column-nonzeros'>102,252</td>
<td class='column-kind d-none d-md-table-cell'>Electromagnetics Problem</td>
<td class='column-date d-none d-md-table-cell'>1994</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Bai/mhd4800a.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Bai/mhd4800a.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Bai/mhd4800a.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1625</td>
<td class='column-name'><a href="/Bai/mhd4800b">mhd4800b</a></td>
<td class='column-group'><a href="/Bai">Bai</a></td>
<td class='column-num_rows'>4,800</td>
<td class='column-num_cols'>4,800</td>
<td class='column-nonzeros'>27,520</td>
<td class='column-kind d-none d-md-table-cell'>Electromagnetics Problem</td>
<td class='column-date d-none d-md-table-cell'>1994</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Bai/mhd4800b.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Bai/mhd4800b.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Bai/mhd4800b.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1626</td>
<td class='column-name'><a href="/Bai/qh1484">qh1484</a></td>
<td class='column-group'><a href="/Bai">Bai</a></td>
<td class='column-num_rows'>1,484</td>
<td class='column-num_cols'>1,484</td>
<td class='column-nonzeros'>6,110</td>
<td class='column-kind d-none d-md-table-cell'>Power Network Problem</td>
<td class='column-date d-none d-md-table-cell'>1994</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Bai/qh1484.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Bai/qh1484.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Bai/qh1484.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1627</td>
<td class='column-name'><a href="/Bai/qh768">qh768</a></td>
<td class='column-group'><a href="/Bai">Bai</a></td>
<td class='column-num_rows'>768</td>
<td class='column-num_cols'>768</td>
<td class='column-nonzeros'>2,934</td>
<td class='column-kind d-none d-md-table-cell'>Power Network Problem</td>
<td class='column-date d-none d-md-table-cell'>1994</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Bai/qh768.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Bai/qh768.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Bai/qh768.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1628</td>
<td class='column-name'><a href="/Bai/rdb1250">rdb1250</a></td>
<td class='column-group'><a href="/Bai">Bai</a></td>
<td class='column-num_rows'>1,250</td>
<td class='column-num_cols'>1,250</td>
<td class='column-nonzeros'>7,300</td>
<td class='column-kind d-none d-md-table-cell'>Computational Fluid Dynamics Problem</td>
<td class='column-date d-none d-md-table-cell'>1994</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Bai/rdb1250.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Bai/rdb1250.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Bai/rdb1250.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1629</td>
<td class='column-name'><a href="/Bai/rdb1250l">rdb1250l</a></td>
<td class='column-group'><a href="/Bai">Bai</a></td>
<td class='column-num_rows'>1,250</td>
<td class='column-num_cols'>1,250</td>
<td class='column-nonzeros'>7,300</td>
<td class='column-kind d-none d-md-table-cell'>Computational Fluid Dynamics Problem</td>
<td class='column-date d-none d-md-table-cell'>1994</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Bai/rdb1250l.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Bai/rdb1250l.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Bai/rdb1250l.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1630</td>
<td class='column-name'><a href="/Bai/rdb200">rdb200</a></td>
<td class='column-group'><a href="/Bai">Bai</a></td>
<td class='column-num_rows'>200</td>
<td class='column-num_cols'>200</td>
<td class='column-nonzeros'>1,120</td>
<td class='column-kind d-none d-md-table-cell'>Computational Fluid Dynamics Problem</td>
<td class='column-date d-none d-md-table-cell'>1994</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Bai/rdb200.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Bai/rdb200.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Bai/rdb200.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1631</td>
<td class='column-name'><a href="/Bai/rdb200l">rdb200l</a></td>
<td class='column-group'><a href="/Bai">Bai</a></td>
<td class='column-num_rows'>200</td>
<td class='column-num_cols'>200</td>
<td class='column-nonzeros'>1,120</td>
<td class='column-kind d-none d-md-table-cell'>Computational Fluid Dynamics Problem</td>
<td class='column-date d-none d-md-table-cell'>1994</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Bai/rdb200l.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Bai/rdb200l.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Bai/rdb200l.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1632</td>
<td class='column-name'><a href="/Bai/rdb2048_noL">rdb2048_noL</a></td>
<td class='column-group'><a href="/Bai">Bai</a></td>
<td class='column-num_rows'>2,048</td>
<td class='column-num_cols'>2,048</td>
<td class='column-nonzeros'>12,032</td>
<td class='column-kind d-none d-md-table-cell'>Computational Fluid Dynamics Problem</td>
<td class='column-date d-none d-md-table-cell'>1994</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Bai/rdb2048_noL.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Bai/rdb2048_noL.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Bai/rdb2048_noL.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1633</td>
<td class='column-name'><a href="/Bai/rdb3200l">rdb3200l</a></td>
<td class='column-group'><a href="/Bai">Bai</a></td>
<td class='column-num_rows'>3,200</td>
<td class='column-num_cols'>3,200</td>
<td class='column-nonzeros'>18,880</td>
<td class='column-kind d-none d-md-table-cell'>Computational Fluid Dynamics Problem</td>
<td class='column-date d-none d-md-table-cell'>1994</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Bai/rdb3200l.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Bai/rdb3200l.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Bai/rdb3200l.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1634</td>
<td class='column-name'><a href="/Bai/rdb450">rdb450</a></td>
<td class='column-group'><a href="/Bai">Bai</a></td>
<td class='column-num_rows'>450</td>
<td class='column-num_cols'>450</td>
<td class='column-nonzeros'>2,580</td>
<td class='column-kind d-none d-md-table-cell'>Computational Fluid Dynamics Problem</td>
<td class='column-date d-none d-md-table-cell'>1994</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Bai/rdb450.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Bai/rdb450.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Bai/rdb450.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1635</td>
<td class='column-name'><a href="/Bai/rdb450l">rdb450l</a></td>
<td class='column-group'><a href="/Bai">Bai</a></td>
<td class='column-num_rows'>450</td>
<td class='column-num_cols'>450</td>
<td class='column-nonzeros'>2,580</td>
<td class='column-kind d-none d-md-table-cell'>Computational Fluid Dynamics Problem</td>
<td class='column-date d-none d-md-table-cell'>1994</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Bai/rdb450l.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Bai/rdb450l.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Bai/rdb450l.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1636</td>
<td class='column-name'><a href="/Bai/rdb800l">rdb800l</a></td>
<td class='column-group'><a href="/Bai">Bai</a></td>
<td class='column-num_rows'>800</td>
<td class='column-num_cols'>800</td>
<td class='column-nonzeros'>4,640</td>
<td class='column-kind d-none d-md-table-cell'>Computational Fluid Dynamics Problem</td>
<td class='column-date d-none d-md-table-cell'>1994</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Bai/rdb800l.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Bai/rdb800l.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Bai/rdb800l.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1637</td>
<td class='column-name'><a href="/Bai/tols1090">tols1090</a></td>
<td class='column-group'><a href="/Bai">Bai</a></td>
<td class='column-num_rows'>1,090</td>
<td class='column-num_cols'>1,090</td>
<td class='column-nonzeros'>3,546</td>
<td class='column-kind d-none d-md-table-cell'>Computational Fluid Dynamics Problem</td>
<td class='column-date d-none d-md-table-cell'>1991</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Bai/tols1090.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Bai/tols1090.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Bai/tols1090.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1638</td>
<td class='column-name'><a href="/Bai/tols2000">tols2000</a></td>
<td class='column-group'><a href="/Bai">Bai</a></td>
<td class='column-num_rows'>2,000</td>
<td class='column-num_cols'>2,000</td>
<td class='column-nonzeros'>5,184</td>
<td class='column-kind d-none d-md-table-cell'>Computational Fluid Dynamics Problem</td>
<td class='column-date d-none d-md-table-cell'>1991</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Bai/tols2000.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Bai/tols2000.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Bai/tols2000.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1639</td>
<td class='column-name'><a href="/Bai/tols340">tols340</a></td>
<td class='column-group'><a href="/Bai">Bai</a></td>
<td class='column-num_rows'>340</td>
<td class='column-num_cols'>340</td>
<td class='column-nonzeros'>2,196</td>
<td class='column-kind d-none d-md-table-cell'>Computational Fluid Dynamics Problem</td>
<td class='column-date d-none d-md-table-cell'>1991</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Bai/tols340.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Bai/tols340.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Bai/tols340.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1640</td>
<td class='column-name'><a href="/Bai/tols4000">tols4000</a></td>
<td class='column-group'><a href="/Bai">Bai</a></td>
<td class='column-num_rows'>4,000</td>
<td class='column-num_cols'>4,000</td>
<td class='column-nonzeros'>8,784</td>
<td class='column-kind d-none d-md-table-cell'>Computational Fluid Dynamics Problem</td>
<td class='column-date d-none d-md-table-cell'>1991</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Bai/tols4000.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Bai/tols4000.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Bai/tols4000.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1641</td>
<td class='column-name'><a href="/Bai/tols90">tols90</a></td>
<td class='column-group'><a href="/Bai">Bai</a></td>
<td class='column-num_rows'>90</td>
<td class='column-num_cols'>90</td>
<td class='column-nonzeros'>1,746</td>
<td class='column-kind d-none d-md-table-cell'>Computational Fluid Dynamics Problem</td>
<td class='column-date d-none d-md-table-cell'>1991</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Bai/tols90.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Bai/tols90.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Bai/tols90.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1642</td>
<td class='column-name'><a href="/POLYFLOW/invextr1_new">invextr1_new</a></td>
<td class='column-group'><a href="/POLYFLOW">POLYFLOW</a></td>
<td class='column-num_rows'>30,412</td>
<td class='column-num_cols'>30,412</td>
<td class='column-nonzeros'>1,793,881</td>
<td class='column-kind d-none d-md-table-cell'>Computational Fluid Dynamics Problem</td>
<td class='column-date d-none d-md-table-cell'>2005</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/POLYFLOW/invextr1_new.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/POLYFLOW/invextr1_new.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/POLYFLOW/invextr1_new.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1643</td>
<td class='column-name'><a href="/POLYFLOW/mixtank_new">mixtank_new</a></td>
<td class='column-group'><a href="/POLYFLOW">POLYFLOW</a></td>
<td class='column-num_rows'>29,957</td>
<td class='column-num_cols'>29,957</td>
<td class='column-nonzeros'>1,990,919</td>
<td class='column-kind d-none d-md-table-cell'>Computational Fluid Dynamics Problem</td>
<td class='column-date d-none d-md-table-cell'>2005</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/POLYFLOW/mixtank_new.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/POLYFLOW/mixtank_new.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/POLYFLOW/mixtank_new.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1644</td>
<td class='column-name'><a href="/INPRO/msdoor">msdoor</a></td>
<td class='column-group'><a href="/INPRO">INPRO</a></td>
<td class='column-num_rows'>415,863</td>
<td class='column-num_cols'>415,863</td>
<td class='column-nonzeros'>19,173,163</td>
<td class='column-kind d-none d-md-table-cell'>Structural Problem</td>
<td class='column-date d-none d-md-table-cell'>2005</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/INPRO/msdoor.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/INPRO/msdoor.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/INPRO/msdoor.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1660</td>
<td class='column-name'><a href="/Mittelmann/stormG2_1000">stormG2_1000</a></td>
<td class='column-group'><a href="/Mittelmann">Mittelmann</a></td>
<td class='column-num_rows'>528,185</td>
<td class='column-num_cols'>1,377,306</td>
<td class='column-nonzeros'>3,459,881</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'>2005</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Mittelmann/stormG2_1000.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Mittelmann/stormG2_1000.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Mittelmann/stormG2_1000.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1661</td>
<td class='column-name'><a href="/Mittelmann/watson_1">watson_1</a></td>
<td class='column-group'><a href="/Mittelmann">Mittelmann</a></td>
<td class='column-num_rows'>201,155</td>
<td class='column-num_cols'>386,992</td>
<td class='column-nonzeros'>1,055,093</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'>2005</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Mittelmann/watson_1.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Mittelmann/watson_1.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Mittelmann/watson_1.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1662</td>
<td class='column-name'><a href="/Mittelmann/watson_2">watson_2</a></td>
<td class='column-group'><a href="/Mittelmann">Mittelmann</a></td>
<td class='column-num_rows'>352,013</td>
<td class='column-num_cols'>677,224</td>
<td class='column-nonzeros'>1,846,391</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'>2005</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Mittelmann/watson_2.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Mittelmann/watson_2.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Mittelmann/watson_2.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1663</td>
<td class='column-name'><a href="/Mittelmann/cont11_l">cont11_l</a></td>
<td class='column-group'><a href="/Mittelmann">Mittelmann</a></td>
<td class='column-num_rows'>1,468,599</td>
<td class='column-num_cols'>1,961,394</td>
<td class='column-nonzeros'>5,382,999</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'>2005</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Mittelmann/cont11_l.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Mittelmann/cont11_l.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Mittelmann/cont11_l.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1664</td>
<td class='column-name'><a href="/Mittelmann/cont1_l">cont1_l</a></td>
<td class='column-group'><a href="/Mittelmann">Mittelmann</a></td>
<td class='column-num_rows'>1,918,399</td>
<td class='column-num_cols'>1,921,596</td>
<td class='column-nonzeros'>7,031,999</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'>2005</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Mittelmann/cont1_l.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Mittelmann/cont1_l.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Mittelmann/cont1_l.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1665</td>
<td class='column-name'><a href="/Mittelmann/fome11">fome11</a></td>
<td class='column-group'><a href="/Mittelmann">Mittelmann</a></td>
<td class='column-num_rows'>12,142</td>
<td class='column-num_cols'>24,460</td>
<td class='column-nonzeros'>71,264</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'>2005</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Mittelmann/fome11.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Mittelmann/fome11.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Mittelmann/fome11.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1666</td>
<td class='column-name'><a href="/Mittelmann/fome12">fome12</a></td>
<td class='column-group'><a href="/Mittelmann">Mittelmann</a></td>
<td class='column-num_rows'>24,284</td>
<td class='column-num_cols'>48,920</td>
<td class='column-nonzeros'>142,528</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'>2005</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Mittelmann/fome12.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Mittelmann/fome12.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Mittelmann/fome12.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1667</td>
<td class='column-name'><a href="/Mittelmann/fome13">fome13</a></td>
<td class='column-group'><a href="/Mittelmann">Mittelmann</a></td>
<td class='column-num_rows'>48,568</td>
<td class='column-num_cols'>97,840</td>
<td class='column-nonzeros'>285,056</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'>2005</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Mittelmann/fome13.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Mittelmann/fome13.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Mittelmann/fome13.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1670</td>
<td class='column-name'><a href="/Mittelmann/neos">neos</a></td>
<td class='column-group'><a href="/Mittelmann">Mittelmann</a></td>
<td class='column-num_rows'>479,119</td>
<td class='column-num_cols'>515,905</td>
<td class='column-nonzeros'>1,526,794</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'>2005</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Mittelmann/neos.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Mittelmann/neos.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Mittelmann/neos.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1674</td>
<td class='column-name'><a href="/Mittelmann/spal_004">spal_004</a></td>
<td class='column-group'><a href="/Mittelmann">Mittelmann</a></td>
<td class='column-num_rows'>10,203</td>
<td class='column-num_cols'>321,696</td>
<td class='column-nonzeros'>46,168,124</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'>2005</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Mittelmann/spal_004.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Mittelmann/spal_004.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Mittelmann/spal_004.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1675</td>
<td class='column-name'><a href="/Meszaros/gams10am">gams10am</a></td>
<td class='column-group'><a href="/Meszaros">Meszaros</a></td>
<td class='column-num_rows'>114</td>
<td class='column-num_cols'>171</td>
<td class='column-nonzeros'>407</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Meszaros/gams10am.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Meszaros/gams10am.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Meszaros/gams10am.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1676</td>
<td class='column-name'><a href="/Meszaros/gams30am">gams30am</a></td>
<td class='column-group'><a href="/Meszaros">Meszaros</a></td>
<td class='column-num_rows'>354</td>
<td class='column-num_cols'>531</td>
<td class='column-nonzeros'>1,287</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Meszaros/gams30am.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Meszaros/gams30am.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Meszaros/gams30am.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1677</td>
<td class='column-name'><a href="/Meszaros/gams60am">gams60am</a></td>
<td class='column-group'><a href="/Meszaros">Meszaros</a></td>
<td class='column-num_rows'>714</td>
<td class='column-num_cols'>1,071</td>
<td class='column-nonzeros'>2,607</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Meszaros/gams60am.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Meszaros/gams60am.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Meszaros/gams60am.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1678</td>
<td class='column-name'><a href="/Meszaros/gas11">gas11</a></td>
<td class='column-group'><a href="/Meszaros">Meszaros</a></td>
<td class='column-num_rows'>459</td>
<td class='column-num_cols'>862</td>
<td class='column-nonzeros'>2,166</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Meszaros/gas11.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Meszaros/gas11.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Meszaros/gas11.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1692</td>
<td class='column-name'><a href="/Meszaros/baxter">baxter</a></td>
<td class='column-group'><a href="/Meszaros">Meszaros</a></td>
<td class='column-num_rows'>27,441</td>
<td class='column-num_cols'>30,733</td>
<td class='column-nonzeros'>111,576</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Meszaros/baxter.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Meszaros/baxter.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Meszaros/baxter.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1693</td>
<td class='column-name'><a href="/Meszaros/car4">car4</a></td>
<td class='column-group'><a href="/Meszaros">Meszaros</a></td>
<td class='column-num_rows'>16,384</td>
<td class='column-num_cols'>33,052</td>
<td class='column-nonzeros'>63,724</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Meszaros/car4.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Meszaros/car4.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Meszaros/car4.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1694</td>
<td class='column-name'><a href="/Meszaros/cari">cari</a></td>
<td class='column-group'><a href="/Meszaros">Meszaros</a></td>
<td class='column-num_rows'>400</td>
<td class='column-num_cols'>1,200</td>
<td class='column-nonzeros'>152,800</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Meszaros/cari.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Meszaros/cari.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Meszaros/cari.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1695</td>
<td class='column-name'><a href="/Meszaros/ch">ch</a></td>
<td class='column-group'><a href="/Meszaros">Meszaros</a></td>
<td class='column-num_rows'>3,700</td>
<td class='column-num_cols'>8,291</td>
<td class='column-nonzeros'>24,102</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Meszaros/ch.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Meszaros/ch.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Meszaros/ch.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1696</td>
<td class='column-name'><a href="/Meszaros/co5">co5</a></td>
<td class='column-group'><a href="/Meszaros">Meszaros</a></td>
<td class='column-num_rows'>5,774</td>
<td class='column-num_cols'>12,325</td>
<td class='column-nonzeros'>57,993</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Meszaros/co5.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Meszaros/co5.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Meszaros/co5.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1697</td>
<td class='column-name'><a href="/Meszaros/co9">co9</a></td>
<td class='column-group'><a href="/Meszaros">Meszaros</a></td>
<td class='column-num_rows'>10,789</td>
<td class='column-num_cols'>22,924</td>
<td class='column-nonzeros'>109,651</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Meszaros/co9.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Meszaros/co9.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Meszaros/co9.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1699</td>
<td class='column-name'><a href="/Meszaros/cq5">cq5</a></td>
<td class='column-group'><a href="/Meszaros">Meszaros</a></td>
<td class='column-num_rows'>5,048</td>
<td class='column-num_cols'>11,748</td>
<td class='column-nonzeros'>51,571</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Meszaros/cq5.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Meszaros/cq5.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Meszaros/cq5.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1700</td>
<td class='column-name'><a href="/Meszaros/cq9">cq9</a></td>
<td class='column-group'><a href="/Meszaros">Meszaros</a></td>
<td class='column-num_rows'>9,278</td>
<td class='column-num_cols'>21,534</td>
<td class='column-nonzeros'>96,653</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Meszaros/cq9.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Meszaros/cq9.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Meszaros/cq9.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1701</td>
<td class='column-name'><a href="/Meszaros/cr42">cr42</a></td>
<td class='column-group'><a href="/Meszaros">Meszaros</a></td>
<td class='column-num_rows'>905</td>
<td class='column-num_cols'>1,513</td>
<td class='column-nonzeros'>6,614</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Meszaros/cr42.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Meszaros/cr42.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Meszaros/cr42.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1703</td>
<td class='column-name'><a href="/Meszaros/dano3mip">dano3mip</a></td>
<td class='column-group'><a href="/Meszaros">Meszaros</a></td>
<td class='column-num_rows'>3,202</td>
<td class='column-num_cols'>15,851</td>
<td class='column-nonzeros'>81,633</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Meszaros/dano3mip.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Meszaros/dano3mip.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Meszaros/dano3mip.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1709</td>
<td class='column-name'><a href="/Meszaros/ex3sta1">ex3sta1</a></td>
<td class='column-group'><a href="/Meszaros">Meszaros</a></td>
<td class='column-num_rows'>17,443</td>
<td class='column-num_cols'>17,516</td>
<td class='column-nonzeros'>68,779</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Meszaros/ex3sta1.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Meszaros/ex3sta1.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Meszaros/ex3sta1.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1711</td>
<td class='column-name'><a href="/Meszaros/gams10a">gams10a</a></td>
<td class='column-group'><a href="/Meszaros">Meszaros</a></td>
<td class='column-num_rows'>114</td>
<td class='column-num_cols'>171</td>
<td class='column-nonzeros'>407</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Meszaros/gams10a.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Meszaros/gams10a.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Meszaros/gams10a.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1712</td>
<td class='column-name'><a href="/Meszaros/gams30a">gams30a</a></td>
<td class='column-group'><a href="/Meszaros">Meszaros</a></td>
<td class='column-num_rows'>354</td>
<td class='column-num_cols'>531</td>
<td class='column-nonzeros'>1,287</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Meszaros/gams30a.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Meszaros/gams30a.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Meszaros/gams30a.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1713</td>
<td class='column-name'><a href="/Meszaros/ge">ge</a></td>
<td class='column-group'><a href="/Meszaros">Meszaros</a></td>
<td class='column-num_rows'>10,099</td>
<td class='column-num_cols'>16,369</td>
<td class='column-nonzeros'>44,825</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Meszaros/ge.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Meszaros/ge.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Meszaros/ge.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1714</td>
<td class='column-name'><a href="/Meszaros/iiasa">iiasa</a></td>
<td class='column-group'><a href="/Meszaros">Meszaros</a></td>
<td class='column-num_rows'>669</td>
<td class='column-num_cols'>3,639</td>
<td class='column-nonzeros'>7,317</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Meszaros/iiasa.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Meszaros/iiasa.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Meszaros/iiasa.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1715</td>
<td class='column-name'><a href="/Meszaros/jendrec1">jendrec1</a></td>
<td class='column-group'><a href="/Meszaros">Meszaros</a></td>
<td class='column-num_rows'>2,109</td>
<td class='column-num_cols'>4,228</td>
<td class='column-nonzeros'>89,608</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Meszaros/jendrec1.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Meszaros/jendrec1.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Meszaros/jendrec1.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1717</td>
<td class='column-name'><a href="/Meszaros/l9">l9</a></td>
<td class='column-group'><a href="/Meszaros">Meszaros</a></td>
<td class='column-num_rows'>244</td>
<td class='column-num_cols'>1,483</td>
<td class='column-nonzeros'>4,659</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Meszaros/l9.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Meszaros/l9.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Meszaros/l9.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1721</td>
<td class='column-name'><a href="/Meszaros/mod2">mod2</a></td>
<td class='column-group'><a href="/Meszaros">Meszaros</a></td>
<td class='column-num_rows'>34,774</td>
<td class='column-num_cols'>66,409</td>
<td class='column-nonzeros'>199,810</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Meszaros/mod2.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Meszaros/mod2.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Meszaros/mod2.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1722</td>
<td class='column-name'><a href="/Meszaros/model1">model1</a></td>
<td class='column-group'><a href="/Meszaros">Meszaros</a></td>
<td class='column-num_rows'>362</td>
<td class='column-num_cols'>798</td>
<td class='column-nonzeros'>3,028</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Meszaros/model1.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Meszaros/model1.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Meszaros/model1.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1723</td>
<td class='column-name'><a href="/Meszaros/model2">model2</a></td>
<td class='column-group'><a href="/Meszaros">Meszaros</a></td>
<td class='column-num_rows'>379</td>
<td class='column-num_cols'>1,321</td>
<td class='column-nonzeros'>7,607</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Meszaros/model2.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Meszaros/model2.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Meszaros/model2.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1724</td>
<td class='column-name'><a href="/Meszaros/model3">model3</a></td>
<td class='column-group'><a href="/Meszaros">Meszaros</a></td>
<td class='column-num_rows'>1,609</td>
<td class='column-num_cols'>4,578</td>
<td class='column-nonzeros'>23,974</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Meszaros/model3.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Meszaros/model3.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Meszaros/model3.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1725</td>
<td class='column-name'><a href="/Meszaros/model4">model4</a></td>
<td class='column-group'><a href="/Meszaros">Meszaros</a></td>
<td class='column-num_rows'>1,337</td>
<td class='column-num_cols'>4,962</td>
<td class='column-nonzeros'>45,753</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Meszaros/model4.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Meszaros/model4.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Meszaros/model4.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1726</td>
<td class='column-name'><a href="/Meszaros/model5">model5</a></td>
<td class='column-group'><a href="/Meszaros">Meszaros</a></td>
<td class='column-num_rows'>1,888</td>
<td class='column-num_cols'>11,802</td>
<td class='column-nonzeros'>89,925</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Meszaros/model5.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Meszaros/model5.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Meszaros/model5.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1727</td>
<td class='column-name'><a href="/Meszaros/model6">model6</a></td>
<td class='column-group'><a href="/Meszaros">Meszaros</a></td>
<td class='column-num_rows'>2,096</td>
<td class='column-num_cols'>5,289</td>
<td class='column-nonzeros'>27,628</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Meszaros/model6.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Meszaros/model6.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Meszaros/model6.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1728</td>
<td class='column-name'><a href="/Meszaros/model7">model7</a></td>
<td class='column-group'><a href="/Meszaros">Meszaros</a></td>
<td class='column-num_rows'>3,358</td>
<td class='column-num_cols'>9,582</td>
<td class='column-nonzeros'>51,027</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Meszaros/model7.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Meszaros/model7.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Meszaros/model7.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1729</td>
<td class='column-name'><a href="/Meszaros/model8">model8</a></td>
<td class='column-group'><a href="/Meszaros">Meszaros</a></td>
<td class='column-num_rows'>2,896</td>
<td class='column-num_cols'>6,464</td>
<td class='column-nonzeros'>25,277</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Meszaros/model8.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Meszaros/model8.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Meszaros/model8.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1730</td>
<td class='column-name'><a href="/Meszaros/model9">model9</a></td>
<td class='column-group'><a href="/Meszaros">Meszaros</a></td>
<td class='column-num_rows'>2,879</td>
<td class='column-num_cols'>10,939</td>
<td class='column-nonzeros'>55,956</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Meszaros/model9.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Meszaros/model9.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Meszaros/model9.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1731</td>
<td class='column-name'><a href="/Meszaros/model10">model10</a></td>
<td class='column-group'><a href="/Meszaros">Meszaros</a></td>
<td class='column-num_rows'>4,400</td>
<td class='column-num_cols'>16,819</td>
<td class='column-nonzeros'>150,372</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Meszaros/model10.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Meszaros/model10.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Meszaros/model10.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1732</td>
<td class='column-name'><a href="/Meszaros/nemsafm">nemsafm</a></td>
<td class='column-group'><a href="/Meszaros">Meszaros</a></td>
<td class='column-num_rows'>334</td>
<td class='column-num_cols'>2,348</td>
<td class='column-nonzeros'>2,826</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Meszaros/nemsafm.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Meszaros/nemsafm.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Meszaros/nemsafm.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1733</td>
<td class='column-name'><a href="/Meszaros/nemscem">nemscem</a></td>
<td class='column-group'><a href="/Meszaros">Meszaros</a></td>
<td class='column-num_rows'>651</td>
<td class='column-num_cols'>1,712</td>
<td class='column-nonzeros'>3,840</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Meszaros/nemscem.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Meszaros/nemscem.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Meszaros/nemscem.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1734</td>
<td class='column-name'><a href="/Meszaros/nemsemm1">nemsemm1</a></td>
<td class='column-group'><a href="/Meszaros">Meszaros</a></td>
<td class='column-num_rows'>3,945</td>
<td class='column-num_cols'>75,352</td>
<td class='column-nonzeros'>1,053,986</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Meszaros/nemsemm1.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Meszaros/nemsemm1.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Meszaros/nemsemm1.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1735</td>
<td class='column-name'><a href="/Meszaros/nemsemm2">nemsemm2</a></td>
<td class='column-group'><a href="/Meszaros">Meszaros</a></td>
<td class='column-num_rows'>6,943</td>
<td class='column-num_cols'>48,878</td>
<td class='column-nonzeros'>182,012</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Meszaros/nemsemm2.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Meszaros/nemsemm2.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Meszaros/nemsemm2.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1736</td>
<td class='column-name'><a href="/Meszaros/nemspmm1">nemspmm1</a></td>
<td class='column-group'><a href="/Meszaros">Meszaros</a></td>
<td class='column-num_rows'>2,372</td>
<td class='column-num_cols'>8,903</td>
<td class='column-nonzeros'>55,867</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Meszaros/nemspmm1.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Meszaros/nemspmm1.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Meszaros/nemspmm1.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1737</td>
<td class='column-name'><a href="/Meszaros/nemspmm2">nemspmm2</a></td>
<td class='column-group'><a href="/Meszaros">Meszaros</a></td>
<td class='column-num_rows'>2,301</td>
<td class='column-num_cols'>8,734</td>
<td class='column-nonzeros'>68,225</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Meszaros/nemspmm2.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Meszaros/nemspmm2.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Meszaros/nemspmm2.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1738</td>
<td class='column-name'><a href="/Meszaros/nemswrld">nemswrld</a></td>
<td class='column-group'><a href="/Meszaros">Meszaros</a></td>
<td class='column-num_rows'>7,138</td>
<td class='column-num_cols'>28,550</td>
<td class='column-nonzeros'>192,283</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Meszaros/nemswrld.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Meszaros/nemswrld.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Meszaros/nemswrld.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1739</td>
<td class='column-name'><a href="/Meszaros/nl">nl</a></td>
<td class='column-group'><a href="/Meszaros">Meszaros</a></td>
<td class='column-num_rows'>7,039</td>
<td class='column-num_cols'>15,325</td>
<td class='column-nonzeros'>47,035</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Meszaros/nl.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Meszaros/nl.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Meszaros/nl.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1743</td>
<td class='column-name'><a href="/Meszaros/p010">p010</a></td>
<td class='column-group'><a href="/Meszaros">Meszaros</a></td>
<td class='column-num_rows'>10,090</td>
<td class='column-num_cols'>19,090</td>
<td class='column-nonzeros'>118,000</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Meszaros/p010.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Meszaros/p010.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Meszaros/p010.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1746</td>
<td class='column-name'><a href="/Meszaros/p0291">p0291</a></td>
<td class='column-group'><a href="/Meszaros">Meszaros</a></td>
<td class='column-num_rows'>252</td>
<td class='column-num_cols'>543</td>
<td class='column-nonzeros'>2,283</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Meszaros/p0291.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Meszaros/p0291.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Meszaros/p0291.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1748</td>
<td class='column-name'><a href="/Meszaros/p05">p05</a></td>
<td class='column-group'><a href="/Meszaros">Meszaros</a></td>
<td class='column-num_rows'>5,090</td>
<td class='column-num_cols'>9,590</td>
<td class='column-nonzeros'>59,045</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Meszaros/p05.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Meszaros/p05.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Meszaros/p05.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1756</td>
<td class='column-name'><a href="/Meszaros/progas">progas</a></td>
<td class='column-group'><a href="/Meszaros">Meszaros</a></td>
<td class='column-num_rows'>1,650</td>
<td class='column-num_cols'>1,900</td>
<td class='column-nonzeros'>8,897</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Meszaros/progas.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Meszaros/progas.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Meszaros/progas.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1757</td>
<td class='column-name'><a href="/Meszaros/qiulp">qiulp</a></td>
<td class='column-group'><a href="/Meszaros">Meszaros</a></td>
<td class='column-num_rows'>1,192</td>
<td class='column-num_cols'>1,900</td>
<td class='column-nonzeros'>4,492</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Meszaros/qiulp.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Meszaros/qiulp.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Meszaros/qiulp.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1758</td>
<td class='column-name'><a href="/Meszaros/r05">r05</a></td>
<td class='column-group'><a href="/Meszaros">Meszaros</a></td>
<td class='column-num_rows'>5,190</td>
<td class='column-num_cols'>9,690</td>
<td class='column-nonzeros'>104,145</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Meszaros/r05.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Meszaros/r05.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Meszaros/r05.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1759</td>
<td class='column-name'><a href="/Meszaros/refine">refine</a></td>
<td class='column-group'><a href="/Meszaros">Meszaros</a></td>
<td class='column-num_rows'>29</td>
<td class='column-num_cols'>62</td>
<td class='column-nonzeros'>153</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Meszaros/refine.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Meszaros/refine.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Meszaros/refine.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1768</td>
<td class='column-name'><a href="/Meszaros/route">route</a></td>
<td class='column-group'><a href="/Meszaros">Meszaros</a></td>
<td class='column-num_rows'>20,894</td>
<td class='column-num_cols'>43,019</td>
<td class='column-nonzeros'>206,782</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Meszaros/route.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Meszaros/route.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Meszaros/route.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1770</td>
<td class='column-name'><a href="/Meszaros/slptsk">slptsk</a></td>
<td class='column-group'><a href="/Meszaros">Meszaros</a></td>
<td class='column-num_rows'>2,861</td>
<td class='column-num_cols'>3,347</td>
<td class='column-nonzeros'>72,465</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Meszaros/slptsk.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Meszaros/slptsk.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Meszaros/slptsk.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1771</td>
<td class='column-name'><a href="/Meszaros/south31">south31</a></td>
<td class='column-group'><a href="/Meszaros">Meszaros</a></td>
<td class='column-num_rows'>18,425</td>
<td class='column-num_cols'>36,321</td>
<td class='column-nonzeros'>112,398</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Meszaros/south31.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Meszaros/south31.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Meszaros/south31.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1772</td>
<td class='column-name'><a href="/Meszaros/stat96v1">stat96v1</a></td>
<td class='column-group'><a href="/Meszaros">Meszaros</a></td>
<td class='column-num_rows'>5,995</td>
<td class='column-num_cols'>197,472</td>
<td class='column-nonzeros'>588,798</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'>2005</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Meszaros/stat96v1.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Meszaros/stat96v1.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Meszaros/stat96v1.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1773</td>
<td class='column-name'><a href="/Meszaros/stat96v2">stat96v2</a></td>
<td class='column-group'><a href="/Meszaros">Meszaros</a></td>
<td class='column-num_rows'>29,089</td>
<td class='column-num_cols'>957,432</td>
<td class='column-nonzeros'>2,852,184</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'>2005</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Meszaros/stat96v2.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Meszaros/stat96v2.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Meszaros/stat96v2.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1774</td>
<td class='column-name'><a href="/Meszaros/stat96v3">stat96v3</a></td>
<td class='column-group'><a href="/Meszaros">Meszaros</a></td>
<td class='column-num_rows'>33,841</td>
<td class='column-num_cols'>1,113,780</td>
<td class='column-nonzeros'>3,317,736</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'>2005</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Meszaros/stat96v3.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Meszaros/stat96v3.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Meszaros/stat96v3.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1775</td>
<td class='column-name'><a href="/Meszaros/stat96v4">stat96v4</a></td>
<td class='column-group'><a href="/Meszaros">Meszaros</a></td>
<td class='column-num_rows'>3,173</td>
<td class='column-num_cols'>63,076</td>
<td class='column-nonzeros'>491,336</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'>2005</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Meszaros/stat96v4.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Meszaros/stat96v4.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Meszaros/stat96v4.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1776</td>
<td class='column-name'><a href="/Meszaros/stat96v5">stat96v5</a></td>
<td class='column-group'><a href="/Meszaros">Meszaros</a></td>
<td class='column-num_rows'>2,307</td>
<td class='column-num_cols'>75,779</td>
<td class='column-nonzeros'>233,921</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'>2005</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Meszaros/stat96v5.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Meszaros/stat96v5.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Meszaros/stat96v5.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1778</td>
<td class='column-name'><a href="/Meszaros/testbig">testbig</a></td>
<td class='column-group'><a href="/Meszaros">Meszaros</a></td>
<td class='column-num_rows'>17,613</td>
<td class='column-num_cols'>31,223</td>
<td class='column-nonzeros'>61,639</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Meszaros/testbig.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Meszaros/testbig.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Meszaros/testbig.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1779</td>
<td class='column-name'><a href="/Meszaros/ulevimin">ulevimin</a></td>
<td class='column-group'><a href="/Meszaros">Meszaros</a></td>
<td class='column-num_rows'>6,590</td>
<td class='column-num_cols'>46,937</td>
<td class='column-nonzeros'>164,538</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Meszaros/ulevimin.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Meszaros/ulevimin.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Meszaros/ulevimin.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1781</td>
<td class='column-name'><a href="/Meszaros/world">world</a></td>
<td class='column-group'><a href="/Meszaros">Meszaros</a></td>
<td class='column-num_rows'>34,506</td>
<td class='column-num_cols'>67,147</td>
<td class='column-nonzeros'>198,883</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Meszaros/world.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Meszaros/world.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Meszaros/world.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1782</td>
<td class='column-name'><a href="/Meszaros/zed">zed</a></td>
<td class='column-group'><a href="/Meszaros">Meszaros</a></td>
<td class='column-num_rows'>116</td>
<td class='column-num_cols'>142</td>
<td class='column-nonzeros'>666</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Meszaros/zed.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Meszaros/zed.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Meszaros/zed.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1783</td>
<td class='column-name'><a href="/Meszaros/de063155">de063155</a></td>
<td class='column-group'><a href="/Meszaros">Meszaros</a></td>
<td class='column-num_rows'>852</td>
<td class='column-num_cols'>1,848</td>
<td class='column-nonzeros'>4,913</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Meszaros/de063155.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Meszaros/de063155.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Meszaros/de063155.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1784</td>
<td class='column-name'><a href="/Meszaros/de063157">de063157</a></td>
<td class='column-group'><a href="/Meszaros">Meszaros</a></td>
<td class='column-num_rows'>936</td>
<td class='column-num_cols'>1,908</td>
<td class='column-nonzeros'>5,119</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Meszaros/de063157.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Meszaros/de063157.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Meszaros/de063157.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1785</td>
<td class='column-name'><a href="/Meszaros/de080285">de080285</a></td>
<td class='column-group'><a href="/Meszaros">Meszaros</a></td>
<td class='column-num_rows'>936</td>
<td class='column-num_cols'>1,908</td>
<td class='column-nonzeros'>5,082</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Meszaros/de080285.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Meszaros/de080285.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Meszaros/de080285.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1786</td>
<td class='column-name'><a href="/Meszaros/gen1">gen1</a></td>
<td class='column-group'><a href="/Meszaros">Meszaros</a></td>
<td class='column-num_rows'>769</td>
<td class='column-num_cols'>2,561</td>
<td class='column-nonzeros'>63,086</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Meszaros/gen1.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Meszaros/gen1.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Meszaros/gen1.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1787</td>
<td class='column-name'><a href="/Meszaros/gen2">gen2</a></td>
<td class='column-group'><a href="/Meszaros">Meszaros</a></td>
<td class='column-num_rows'>1,121</td>
<td class='column-num_cols'>3,264</td>
<td class='column-nonzeros'>81,855</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Meszaros/gen2.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Meszaros/gen2.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Meszaros/gen2.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1788</td>
<td class='column-name'><a href="/Meszaros/gen4">gen4</a></td>
<td class='column-group'><a href="/Meszaros">Meszaros</a></td>
<td class='column-num_rows'>1,537</td>
<td class='column-num_cols'>4,298</td>
<td class='column-nonzeros'>107,103</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Meszaros/gen4.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Meszaros/gen4.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Meszaros/gen4.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1789</td>
<td class='column-name'><a href="/Meszaros/gen">gen</a></td>
<td class='column-group'><a href="/Meszaros">Meszaros</a></td>
<td class='column-num_rows'>769</td>
<td class='column-num_cols'>2,561</td>
<td class='column-nonzeros'>63,086</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Meszaros/gen.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Meszaros/gen.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Meszaros/gen.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1790</td>
<td class='column-name'><a href="/Meszaros/iprob">iprob</a></td>
<td class='column-group'><a href="/Meszaros">Meszaros</a></td>
<td class='column-num_rows'>3,001</td>
<td class='column-num_cols'>3,001</td>
<td class='column-nonzeros'>9,000</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Meszaros/iprob.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Meszaros/iprob.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Meszaros/iprob.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1791</td>
<td class='column-name'><a href="/Meszaros/l30">l30</a></td>
<td class='column-group'><a href="/Meszaros">Meszaros</a></td>
<td class='column-num_rows'>2,701</td>
<td class='column-num_cols'>16,281</td>
<td class='column-nonzeros'>52,070</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Meszaros/l30.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Meszaros/l30.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Meszaros/l30.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1793</td>
<td class='column-name'><a href="/Meszaros/cep1">cep1</a></td>
<td class='column-group'><a href="/Meszaros">Meszaros</a></td>
<td class='column-num_rows'>1,521</td>
<td class='column-num_cols'>4,769</td>
<td class='column-nonzeros'>8,233</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Meszaros/cep1.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Meszaros/cep1.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Meszaros/cep1.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1794</td>
<td class='column-name'><a href="/Meszaros/deter0">deter0</a></td>
<td class='column-group'><a href="/Meszaros">Meszaros</a></td>
<td class='column-num_rows'>1,923</td>
<td class='column-num_cols'>5,468</td>
<td class='column-nonzeros'>11,173</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Meszaros/deter0.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Meszaros/deter0.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Meszaros/deter0.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1795</td>
<td class='column-name'><a href="/Meszaros/deter1">deter1</a></td>
<td class='column-group'><a href="/Meszaros">Meszaros</a></td>
<td class='column-num_rows'>5,527</td>
<td class='column-num_cols'>15,737</td>
<td class='column-nonzeros'>32,187</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Meszaros/deter1.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Meszaros/deter1.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Meszaros/deter1.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1796</td>
<td class='column-name'><a href="/Meszaros/deter2">deter2</a></td>
<td class='column-group'><a href="/Meszaros">Meszaros</a></td>
<td class='column-num_rows'>6,095</td>
<td class='column-num_cols'>17,313</td>
<td class='column-nonzeros'>35,731</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Meszaros/deter2.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Meszaros/deter2.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Meszaros/deter2.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1797</td>
<td class='column-name'><a href="/Meszaros/deter3">deter3</a></td>
<td class='column-group'><a href="/Meszaros">Meszaros</a></td>
<td class='column-num_rows'>7,647</td>
<td class='column-num_cols'>21,777</td>
<td class='column-nonzeros'>44,547</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Meszaros/deter3.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Meszaros/deter3.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Meszaros/deter3.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1798</td>
<td class='column-name'><a href="/Meszaros/deter4">deter4</a></td>
<td class='column-group'><a href="/Meszaros">Meszaros</a></td>
<td class='column-num_rows'>3,235</td>
<td class='column-num_cols'>9,133</td>
<td class='column-nonzeros'>19,231</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Meszaros/deter4.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Meszaros/deter4.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Meszaros/deter4.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1799</td>
<td class='column-name'><a href="/Meszaros/deter5">deter5</a></td>
<td class='column-group'><a href="/Meszaros">Meszaros</a></td>
<td class='column-num_rows'>5,103</td>
<td class='column-num_cols'>14,529</td>
<td class='column-nonzeros'>29,715</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Meszaros/deter5.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Meszaros/deter5.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Meszaros/deter5.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1800</td>
<td class='column-name'><a href="/Meszaros/deter6">deter6</a></td>
<td class='column-group'><a href="/Meszaros">Meszaros</a></td>
<td class='column-num_rows'>4,255</td>
<td class='column-num_cols'>12,113</td>
<td class='column-nonzeros'>24,771</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Meszaros/deter6.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Meszaros/deter6.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Meszaros/deter6.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1801</td>
<td class='column-name'><a href="/Meszaros/deter7">deter7</a></td>
<td class='column-group'><a href="/Meszaros">Meszaros</a></td>
<td class='column-num_rows'>6,375</td>
<td class='column-num_cols'>18,153</td>
<td class='column-nonzeros'>37,131</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Meszaros/deter7.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Meszaros/deter7.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Meszaros/deter7.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1802</td>
<td class='column-name'><a href="/Meszaros/deter8">deter8</a></td>
<td class='column-group'><a href="/Meszaros">Meszaros</a></td>
<td class='column-num_rows'>3,831</td>
<td class='column-num_cols'>10,905</td>
<td class='column-nonzeros'>22,299</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Meszaros/deter8.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Meszaros/deter8.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Meszaros/deter8.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1803</td>
<td class='column-name'><a href="/Meszaros/fxm2-6">fxm2-6</a></td>
<td class='column-group'><a href="/Meszaros">Meszaros</a></td>
<td class='column-num_rows'>1,520</td>
<td class='column-num_cols'>2,845</td>
<td class='column-nonzeros'>12,812</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Meszaros/fxm2-6.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Meszaros/fxm2-6.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Meszaros/fxm2-6.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1804</td>
<td class='column-name'><a href="/Meszaros/fxm2-16">fxm2-16</a></td>
<td class='column-group'><a href="/Meszaros">Meszaros</a></td>
<td class='column-num_rows'>3,900</td>
<td class='column-num_cols'>7,335</td>
<td class='column-nonzeros'>32,972</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Meszaros/fxm2-16.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Meszaros/fxm2-16.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Meszaros/fxm2-16.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1805</td>
<td class='column-name'><a href="/Meszaros/fxm3_6">fxm3_6</a></td>
<td class='column-group'><a href="/Meszaros">Meszaros</a></td>
<td class='column-num_rows'>6,200</td>
<td class='column-num_cols'>12,625</td>
<td class='column-nonzeros'>57,722</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Meszaros/fxm3_6.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Meszaros/fxm3_6.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Meszaros/fxm3_6.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1806</td>
<td class='column-name'><a href="/Meszaros/fxm3_16">fxm3_16</a></td>
<td class='column-group'><a href="/Meszaros">Meszaros</a></td>
<td class='column-num_rows'>41,340</td>
<td class='column-num_cols'>85,575</td>
<td class='column-nonzeros'>392,252</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Meszaros/fxm3_16.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Meszaros/fxm3_16.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Meszaros/fxm3_16.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1807</td>
<td class='column-name'><a href="/Meszaros/fxm4_6">fxm4_6</a></td>
<td class='column-group'><a href="/Meszaros">Meszaros</a></td>
<td class='column-num_rows'>22,400</td>
<td class='column-num_cols'>47,185</td>
<td class='column-nonzeros'>265,442</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Meszaros/fxm4_6.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Meszaros/fxm4_6.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Meszaros/fxm4_6.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1809</td>
<td class='column-name'><a href="/Meszaros/stormg2-125">stormg2-125</a></td>
<td class='column-group'><a href="/Meszaros">Meszaros</a></td>
<td class='column-num_rows'>66,185</td>
<td class='column-num_cols'>172,431</td>
<td class='column-nonzeros'>433,256</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Meszaros/stormg2-125.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Meszaros/stormg2-125.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Meszaros/stormg2-125.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1810</td>
<td class='column-name'><a href="/Meszaros/stormg2-27">stormg2-27</a></td>
<td class='column-group'><a href="/Meszaros">Meszaros</a></td>
<td class='column-num_rows'>14,441</td>
<td class='column-num_cols'>37,485</td>
<td class='column-nonzeros'>94,274</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Meszaros/stormg2-27.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Meszaros/stormg2-27.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Meszaros/stormg2-27.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1811</td>
<td class='column-name'><a href="/Meszaros/stormg2-8">stormg2-8</a></td>
<td class='column-group'><a href="/Meszaros">Meszaros</a></td>
<td class='column-num_rows'>4,409</td>
<td class='column-num_cols'>11,322</td>
<td class='column-nonzeros'>28,553</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Meszaros/stormg2-8.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Meszaros/stormg2-8.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Meszaros/stormg2-8.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1812</td>
<td class='column-name'><a href="/Meszaros/degme">degme</a></td>
<td class='column-group'><a href="/Meszaros">Meszaros</a></td>
<td class='column-num_rows'>185,501</td>
<td class='column-num_cols'>659,415</td>
<td class='column-nonzeros'>8,127,528</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'>2006</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Meszaros/degme.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Meszaros/degme.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Meszaros/degme.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1813</td>
<td class='column-name'><a href="/Meszaros/karted">karted</a></td>
<td class='column-group'><a href="/Meszaros">Meszaros</a></td>
<td class='column-num_rows'>46,502</td>
<td class='column-num_cols'>133,115</td>
<td class='column-nonzeros'>1,770,349</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'>2006</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Meszaros/karted.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Meszaros/karted.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Meszaros/karted.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1814</td>
<td class='column-name'><a href="/Meszaros/tp-6">tp-6</a></td>
<td class='column-group'><a href="/Meszaros">Meszaros</a></td>
<td class='column-num_rows'>142,752</td>
<td class='column-num_cols'>1,014,301</td>
<td class='column-nonzeros'>11,537,419</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'>2006</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Meszaros/tp-6.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Meszaros/tp-6.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Meszaros/tp-6.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1815</td>
<td class='column-name'><a href="/Meszaros/ts-palko">ts-palko</a></td>
<td class='column-group'><a href="/Meszaros">Meszaros</a></td>
<td class='column-num_rows'>22,002</td>
<td class='column-num_cols'>47,235</td>
<td class='column-nonzeros'>1,076,903</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem</td>
<td class='column-date d-none d-md-table-cell'>2006</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Meszaros/ts-palko.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Meszaros/ts-palko.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Meszaros/ts-palko.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1816</td>
<td class='column-name'><a href="/Meszaros/delf">delf</a></td>
<td class='column-group'><a href="/Meszaros">Meszaros</a></td>
<td class='column-num_rows'>3,170</td>
<td class='column-num_cols'>6,654</td>
<td class='column-nonzeros'>15,397</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem Sequence</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Meszaros/delf.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Meszaros/delf.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Meszaros/delf.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1818</td>
<td class='column-name'><a href="/Meszaros/large">large</a></td>
<td class='column-group'><a href="/Meszaros">Meszaros</a></td>
<td class='column-num_rows'>4,282</td>
<td class='column-num_cols'>8,617</td>
<td class='column-nonzeros'>20,635</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem Sequence</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Meszaros/large.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Meszaros/large.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Meszaros/large.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1822</td>
<td class='column-name'><a href="/Meszaros/plddb">plddb</a></td>
<td class='column-group'><a href="/Meszaros">Meszaros</a></td>
<td class='column-num_rows'>3,069</td>
<td class='column-num_cols'>5,049</td>
<td class='column-nonzeros'>10,839</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem Sequence</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Meszaros/plddb.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Meszaros/plddb.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Meszaros/plddb.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1823</td>
<td class='column-name'><a href="/Meszaros/rat">rat</a></td>
<td class='column-group'><a href="/Meszaros">Meszaros</a></td>
<td class='column-num_rows'>3,136</td>
<td class='column-num_cols'>9,408</td>
<td class='column-nonzeros'>268,908</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem Sequence</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Meszaros/rat.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Meszaros/rat.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Meszaros/rat.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1824</td>
<td class='column-name'><a href="/Meszaros/small">small</a></td>
<td class='column-group'><a href="/Meszaros">Meszaros</a></td>
<td class='column-num_rows'>677</td>
<td class='column-num_cols'>1,400</td>
<td class='column-nonzeros'>3,207</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem Sequence</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Meszaros/small.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Meszaros/small.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Meszaros/small.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1826</td>
<td class='column-name'><a href="/Meszaros/sc205-2r">sc205-2r</a></td>
<td class='column-group'><a href="/Meszaros">Meszaros</a></td>
<td class='column-num_rows'>35,213</td>
<td class='column-num_cols'>62,423</td>
<td class='column-nonzeros'>123,239</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem Sequence</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Meszaros/sc205-2r.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Meszaros/sc205-2r.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Meszaros/sc205-2r.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1827</td>
<td class='column-name'><a href="/Meszaros/scagr7-2b">scagr7-2b</a></td>
<td class='column-group'><a href="/Meszaros">Meszaros</a></td>
<td class='column-num_rows'>9,743</td>
<td class='column-num_cols'>13,847</td>
<td class='column-nonzeros'>35,885</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem Sequence</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Meszaros/scagr7-2b.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Meszaros/scagr7-2b.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Meszaros/scagr7-2b.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1828</td>
<td class='column-name'><a href="/Meszaros/scagr7-2c">scagr7-2c</a></td>
<td class='column-group'><a href="/Meszaros">Meszaros</a></td>
<td class='column-num_rows'>2,447</td>
<td class='column-num_cols'>3,479</td>
<td class='column-nonzeros'>9,005</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem Sequence</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Meszaros/scagr7-2c.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Meszaros/scagr7-2c.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Meszaros/scagr7-2c.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1829</td>
<td class='column-name'><a href="/Meszaros/scagr7-2r">scagr7-2r</a></td>
<td class='column-group'><a href="/Meszaros">Meszaros</a></td>
<td class='column-num_rows'>32,847</td>
<td class='column-num_cols'>46,679</td>
<td class='column-nonzeros'>120,141</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem Sequence</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Meszaros/scagr7-2r.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Meszaros/scagr7-2r.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Meszaros/scagr7-2r.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1830</td>
<td class='column-name'><a href="/Meszaros/scfxm1-2b">scfxm1-2b</a></td>
<td class='column-group'><a href="/Meszaros">Meszaros</a></td>
<td class='column-num_rows'>19,036</td>
<td class='column-num_cols'>33,047</td>
<td class='column-nonzeros'>111,052</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem Sequence</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Meszaros/scfxm1-2b.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Meszaros/scfxm1-2b.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Meszaros/scfxm1-2b.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1831</td>
<td class='column-name'><a href="/Meszaros/scfxm1-2r">scfxm1-2r</a></td>
<td class='column-group'><a href="/Meszaros">Meszaros</a></td>
<td class='column-num_rows'>37,980</td>
<td class='column-num_cols'>65,943</td>
<td class='column-nonzeros'>221,388</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem Sequence</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Meszaros/scfxm1-2r.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Meszaros/scfxm1-2r.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Meszaros/scfxm1-2r.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1832</td>
<td class='column-name'><a href="/Meszaros/scrs8-2b">scrs8-2b</a></td>
<td class='column-group'><a href="/Meszaros">Meszaros</a></td>
<td class='column-num_rows'>1,820</td>
<td class='column-num_cols'>3,499</td>
<td class='column-nonzeros'>7,367</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem Sequence</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Meszaros/scrs8-2b.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Meszaros/scrs8-2b.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Meszaros/scrs8-2b.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1833</td>
<td class='column-name'><a href="/Meszaros/scrs8-2c">scrs8-2c</a></td>
<td class='column-group'><a href="/Meszaros">Meszaros</a></td>
<td class='column-num_rows'>1,820</td>
<td class='column-num_cols'>3,499</td>
<td class='column-nonzeros'>7,367</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem Sequence</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Meszaros/scrs8-2c.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Meszaros/scrs8-2c.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Meszaros/scrs8-2c.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1834</td>
<td class='column-name'><a href="/Meszaros/scrs8-2r">scrs8-2r</a></td>
<td class='column-group'><a href="/Meszaros">Meszaros</a></td>
<td class='column-num_rows'>14,364</td>
<td class='column-num_cols'>27,691</td>
<td class='column-nonzeros'>58,439</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem Sequence</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Meszaros/scrs8-2r.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Meszaros/scrs8-2r.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Meszaros/scrs8-2r.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1835</td>
<td class='column-name'><a href="/Meszaros/scsd8-2b">scsd8-2b</a></td>
<td class='column-group'><a href="/Meszaros">Meszaros</a></td>
<td class='column-num_rows'>5,130</td>
<td class='column-num_cols'>35,910</td>
<td class='column-nonzeros'>112,770</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem Sequence</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Meszaros/scsd8-2b.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Meszaros/scsd8-2b.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Meszaros/scsd8-2b.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1836</td>
<td class='column-name'><a href="/Meszaros/scsd8-2c">scsd8-2c</a></td>
<td class='column-group'><a href="/Meszaros">Meszaros</a></td>
<td class='column-num_rows'>5,130</td>
<td class='column-num_cols'>35,910</td>
<td class='column-nonzeros'>112,770</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem Sequence</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Meszaros/scsd8-2c.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Meszaros/scsd8-2c.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Meszaros/scsd8-2c.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1837</td>
<td class='column-name'><a href="/Meszaros/scsd8-2r">scsd8-2r</a></td>
<td class='column-group'><a href="/Meszaros">Meszaros</a></td>
<td class='column-num_rows'>8,650</td>
<td class='column-num_cols'>60,550</td>
<td class='column-nonzeros'>190,210</td>
<td class='column-kind d-none d-md-table-cell'>Linear Programming Problem Sequence</td>
<td class='column-date d-none d-md-table-cell'>2004</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Meszaros/scsd8-2r.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Meszaros/scsd8-2r.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Meszaros/scsd8-2r.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1847</td>
<td class='column-name'><a href="/UTEP/Dubcova1">Dubcova1</a></td>
<td class='column-group'><a href="/UTEP">UTEP</a></td>
<td class='column-num_rows'>16,129</td>
<td class='column-num_cols'>16,129</td>
<td class='column-nonzeros'>253,009</td>
<td class='column-kind d-none d-md-table-cell'>2D/3D Problem</td>
<td class='column-date d-none d-md-table-cell'>2007</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/UTEP/Dubcova1.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/UTEP/Dubcova1.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/UTEP/Dubcova1.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1848</td>
<td class='column-name'><a href="/UTEP/Dubcova2">Dubcova2</a></td>
<td class='column-group'><a href="/UTEP">UTEP</a></td>
<td class='column-num_rows'>65,025</td>
<td class='column-num_cols'>65,025</td>
<td class='column-nonzeros'>1,030,225</td>
<td class='column-kind d-none d-md-table-cell'>2D/3D Problem</td>
<td class='column-date d-none d-md-table-cell'>2007</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/UTEP/Dubcova2.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/UTEP/Dubcova2.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/UTEP/Dubcova2.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1849</td>
<td class='column-name'><a href="/UTEP/Dubcova3">Dubcova3</a></td>
<td class='column-group'><a href="/UTEP">UTEP</a></td>
<td class='column-num_rows'>146,689</td>
<td class='column-num_cols'>146,689</td>
<td class='column-nonzeros'>3,636,643</td>
<td class='column-kind d-none d-md-table-cell'>2D/3D Problem</td>
<td class='column-date d-none d-md-table-cell'>2007</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/UTEP/Dubcova3.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/UTEP/Dubcova3.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/UTEP/Dubcova3.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1850</td>
<td class='column-name'><a href="/BenElechi/BenElechi1">BenElechi1</a></td>
<td class='column-group'><a href="/BenElechi">BenElechi</a></td>
<td class='column-num_rows'>245,874</td>
<td class='column-num_cols'>245,874</td>
<td class='column-nonzeros'>13,150,496</td>
<td class='column-kind d-none d-md-table-cell'>2D/3D Problem</td>
<td class='column-date d-none d-md-table-cell'>2007</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/BenElechi/BenElechi1.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/BenElechi/BenElechi1.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/BenElechi/BenElechi1.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1851</td>
<td class='column-name'><a href="/Botonakis/FEM_3D_thermal1">FEM_3D_thermal1</a></td>
<td class='column-group'><a href="/Botonakis">Botonakis</a></td>
<td class='column-num_rows'>17,880</td>
<td class='column-num_cols'>17,880</td>
<td class='column-nonzeros'>430,740</td>
<td class='column-kind d-none d-md-table-cell'>Thermal Problem</td>
<td class='column-date d-none d-md-table-cell'>2007</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Botonakis/FEM_3D_thermal1.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Botonakis/FEM_3D_thermal1.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Botonakis/FEM_3D_thermal1.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1852</td>
<td class='column-name'><a href="/Botonakis/FEM_3D_thermal2">FEM_3D_thermal2</a></td>
<td class='column-group'><a href="/Botonakis">Botonakis</a></td>
<td class='column-num_rows'>147,900</td>
<td class='column-num_cols'>147,900</td>
<td class='column-nonzeros'>3,489,300</td>
<td class='column-kind d-none d-md-table-cell'>Thermal Problem</td>
<td class='column-date d-none d-md-table-cell'>2007</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Botonakis/FEM_3D_thermal2.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Botonakis/FEM_3D_thermal2.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Botonakis/FEM_3D_thermal2.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1853</td>
<td class='column-name'><a href="/Wissgott/parabolic_fem">parabolic_fem</a></td>
<td class='column-group'><a href="/Wissgott">Wissgott</a></td>
<td class='column-num_rows'>525,825</td>
<td class='column-num_cols'>525,825</td>
<td class='column-nonzeros'>3,674,625</td>
<td class='column-kind d-none d-md-table-cell'>Computational Fluid Dynamics Problem</td>
<td class='column-date d-none d-md-table-cell'>2007</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Wissgott/parabolic_fem.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Wissgott/parabolic_fem.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Wissgott/parabolic_fem.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1854</td>
<td class='column-name'><a href="/Watson/chem_master1">chem_master1</a></td>
<td class='column-group'><a href="/Watson">Watson</a></td>
<td class='column-num_rows'>40,401</td>
<td class='column-num_cols'>40,401</td>
<td class='column-nonzeros'>201,201</td>
<td class='column-kind d-none d-md-table-cell'>2D/3D Problem</td>
<td class='column-date d-none d-md-table-cell'>2007</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Watson/chem_master1.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Watson/chem_master1.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Watson/chem_master1.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1855</td>
<td class='column-name'><a href="/Watson/Baumann">Baumann</a></td>
<td class='column-group'><a href="/Watson">Watson</a></td>
<td class='column-num_rows'>112,211</td>
<td class='column-num_cols'>112,211</td>
<td class='column-nonzeros'>748,331</td>
<td class='column-kind d-none d-md-table-cell'>2D/3D Problem</td>
<td class='column-date d-none d-md-table-cell'>2007</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Watson/Baumann.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Watson/Baumann.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Watson/Baumann.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1858</td>
<td class='column-name'><a href="/QLi/crashbasis">crashbasis</a></td>
<td class='column-group'><a href="/QLi">QLi</a></td>
<td class='column-num_rows'>160,000</td>
<td class='column-num_cols'>160,000</td>
<td class='column-nonzeros'>1,750,416</td>
<td class='column-kind d-none d-md-table-cell'>Optimization Problem</td>
<td class='column-date d-none d-md-table-cell'>2007</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/QLi/crashbasis.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/QLi/crashbasis.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/QLi/crashbasis.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1859</td>
<td class='column-name'><a href="/QLi/majorbasis">majorbasis</a></td>
<td class='column-group'><a href="/QLi">QLi</a></td>
<td class='column-num_rows'>160,000</td>
<td class='column-num_cols'>160,000</td>
<td class='column-nonzeros'>1,750,416</td>
<td class='column-kind d-none d-md-table-cell'>Optimization Problem</td>
<td class='column-date d-none d-md-table-cell'>2007</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/QLi/majorbasis.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/QLi/majorbasis.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/QLi/majorbasis.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1860</td>
<td class='column-name'><a href="/Springer/ESOC">ESOC</a></td>
<td class='column-group'><a href="/Springer">Springer</a></td>
<td class='column-num_rows'>327,062</td>
<td class='column-num_cols'>37,830</td>
<td class='column-nonzeros'>6,019,939</td>
<td class='column-kind d-none d-md-table-cell'>Least Squares Problem</td>
<td class='column-date d-none d-md-table-cell'>2007</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Springer/ESOC.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Springer/ESOC.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Springer/ESOC.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1861</td>
<td class='column-name'><a href="/Koutsovasilis/F2">F2</a></td>
<td class='column-group'><a href="/Koutsovasilis">Koutsovasilis</a></td>
<td class='column-num_rows'>71,505</td>
<td class='column-num_cols'>71,505</td>
<td class='column-nonzeros'>5,294,285</td>
<td class='column-kind d-none d-md-table-cell'>Structural Problem</td>
<td class='column-date d-none d-md-table-cell'>2007</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Koutsovasilis/F2.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Koutsovasilis/F2.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Koutsovasilis/F2.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1862</td>
<td class='column-name'><a href="/Szczerba/Ill_Stokes">Ill_Stokes</a></td>
<td class='column-group'><a href="/Szczerba">Szczerba</a></td>
<td class='column-num_rows'>20,896</td>
<td class='column-num_cols'>20,896</td>
<td class='column-nonzeros'>191,368</td>
<td class='column-kind d-none d-md-table-cell'>Computational Fluid Dynamics Problem</td>
<td class='column-date d-none d-md-table-cell'>2007</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Szczerba/Ill_Stokes.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Szczerba/Ill_Stokes.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Szczerba/Ill_Stokes.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1863</td>
<td class='column-name'><a href="/Rajat/Raj1">Raj1</a></td>
<td class='column-group'><a href="/Rajat">Rajat</a></td>
<td class='column-num_rows'>263,743</td>
<td class='column-num_cols'>263,743</td>
<td class='column-nonzeros'>1,300,261</td>
<td class='column-kind d-none d-md-table-cell'>Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2007</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Rajat/Raj1.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Rajat/Raj1.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Rajat/Raj1.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1864</td>
<td class='column-name'><a href="/Muite/Chebyshev1">Chebyshev1</a></td>
<td class='column-group'><a href="/Muite">Muite</a></td>
<td class='column-num_rows'>261</td>
<td class='column-num_cols'>261</td>
<td class='column-nonzeros'>2,319</td>
<td class='column-kind d-none d-md-table-cell'>Structural Problem</td>
<td class='column-date d-none d-md-table-cell'>2007</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Muite/Chebyshev1.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Muite/Chebyshev1.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Muite/Chebyshev1.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1865</td>
<td class='column-name'><a href="/Muite/Chebyshev2">Chebyshev2</a></td>
<td class='column-group'><a href="/Muite">Muite</a></td>
<td class='column-num_rows'>2,053</td>
<td class='column-num_cols'>2,053</td>
<td class='column-nonzeros'>18,447</td>
<td class='column-kind d-none d-md-table-cell'>Structural Problem</td>
<td class='column-date d-none d-md-table-cell'>2007</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Muite/Chebyshev2.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Muite/Chebyshev2.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Muite/Chebyshev2.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1866</td>
<td class='column-name'><a href="/Muite/Chebyshev3">Chebyshev3</a></td>
<td class='column-group'><a href="/Muite">Muite</a></td>
<td class='column-num_rows'>4,101</td>
<td class='column-num_cols'>4,101</td>
<td class='column-nonzeros'>36,879</td>
<td class='column-kind d-none d-md-table-cell'>Structural Problem</td>
<td class='column-date d-none d-md-table-cell'>2007</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Muite/Chebyshev3.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Muite/Chebyshev3.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Muite/Chebyshev3.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1867</td>
<td class='column-name'><a href="/Muite/Chebyshev4">Chebyshev4</a></td>
<td class='column-group'><a href="/Muite">Muite</a></td>
<td class='column-num_rows'>68,121</td>
<td class='column-num_cols'>68,121</td>
<td class='column-nonzeros'>5,377,761</td>
<td class='column-kind d-none d-md-table-cell'>Structural Problem</td>
<td class='column-date d-none d-md-table-cell'>2007</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Muite/Chebyshev4.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Muite/Chebyshev4.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Muite/Chebyshev4.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1868</td>
<td class='column-name'><a href="/Quaglino/viscoplastic1">viscoplastic1</a></td>
<td class='column-group'><a href="/Quaglino">Quaglino</a></td>
<td class='column-num_rows'>4,326</td>
<td class='column-num_cols'>4,326</td>
<td class='column-nonzeros'>61,166</td>
<td class='column-kind d-none d-md-table-cell'>Materials Problem</td>
<td class='column-date d-none d-md-table-cell'>2007</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Quaglino/viscoplastic1.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Quaglino/viscoplastic1.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Quaglino/viscoplastic1.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1869</td>
<td class='column-name'><a href="/Quaglino/viscoplastic2">viscoplastic2</a></td>
<td class='column-group'><a href="/Quaglino">Quaglino</a></td>
<td class='column-num_rows'>32,769</td>
<td class='column-num_cols'>32,769</td>
<td class='column-nonzeros'>381,326</td>
<td class='column-kind d-none d-md-table-cell'>Materials Problem</td>
<td class='column-date d-none d-md-table-cell'>2007</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Quaglino/viscoplastic2.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Quaglino/viscoplastic2.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Quaglino/viscoplastic2.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1870</td>
<td class='column-name'><a href="/YCheng/psse0">psse0</a></td>
<td class='column-group'><a href="/YCheng">YCheng</a></td>
<td class='column-num_rows'>26,722</td>
<td class='column-num_cols'>11,028</td>
<td class='column-nonzeros'>102,432</td>
<td class='column-kind d-none d-md-table-cell'>Power Network Problem</td>
<td class='column-date d-none d-md-table-cell'>2007</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/YCheng/psse0.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/YCheng/psse0.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/YCheng/psse0.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1871</td>
<td class='column-name'><a href="/YCheng/psse1">psse1</a></td>
<td class='column-group'><a href="/YCheng">YCheng</a></td>
<td class='column-num_rows'>14,318</td>
<td class='column-num_cols'>11,028</td>
<td class='column-nonzeros'>57,376</td>
<td class='column-kind d-none d-md-table-cell'>Power Network Problem</td>
<td class='column-date d-none d-md-table-cell'>2007</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/YCheng/psse1.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/YCheng/psse1.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/YCheng/psse1.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1872</td>
<td class='column-name'><a href="/YCheng/psse2">psse2</a></td>
<td class='column-group'><a href="/YCheng">YCheng</a></td>
<td class='column-num_rows'>28,634</td>
<td class='column-num_cols'>11,028</td>
<td class='column-nonzeros'>115,262</td>
<td class='column-kind d-none d-md-table-cell'>Power Network Problem</td>
<td class='column-date d-none d-md-table-cell'>2007</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/YCheng/psse2.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/YCheng/psse2.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/YCheng/psse2.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1874</td>
<td class='column-name'><a href="/HVDC/hvdc1">hvdc1</a></td>
<td class='column-group'><a href="/HVDC">HVDC</a></td>
<td class='column-num_rows'>24,842</td>
<td class='column-num_cols'>24,842</td>
<td class='column-nonzeros'>158,426</td>
<td class='column-kind d-none d-md-table-cell'>Power Network Problem</td>
<td class='column-date d-none d-md-table-cell'>2007</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/HVDC/hvdc1.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/HVDC/hvdc1.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/HVDC/hvdc1.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1875</td>
<td class='column-name'><a href="/HVDC/hvdc2">hvdc2</a></td>
<td class='column-group'><a href="/HVDC">HVDC</a></td>
<td class='column-num_rows'>189,860</td>
<td class='column-num_cols'>189,860</td>
<td class='column-nonzeros'>1,339,638</td>
<td class='column-kind d-none d-md-table-cell'>Power Network Problem</td>
<td class='column-date d-none d-md-table-cell'>2007</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/HVDC/hvdc2.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/HVDC/hvdc2.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/HVDC/hvdc2.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1876</td>
<td class='column-name'><a href="/Zaoui/kkt_power">kkt_power</a></td>
<td class='column-group'><a href="/Zaoui">Zaoui</a></td>
<td class='column-num_rows'>2,063,494</td>
<td class='column-num_cols'>2,063,494</td>
<td class='column-nonzeros'>12,771,361</td>
<td class='column-kind d-none d-md-table-cell'>Optimization Problem</td>
<td class='column-date d-none d-md-table-cell'>2007</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Zaoui/kkt_power.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Zaoui/kkt_power.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Zaoui/kkt_power.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1879</td>
<td class='column-name'><a href="/Mancktelow/viscorocks">viscorocks</a></td>
<td class='column-group'><a href="/Mancktelow">Mancktelow</a></td>
<td class='column-num_rows'>37,762</td>
<td class='column-num_cols'>37,762</td>
<td class='column-nonzeros'>1,133,641</td>
<td class='column-kind d-none d-md-table-cell'>Materials Problem</td>
<td class='column-date d-none d-md-table-cell'>2007</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Mancktelow/viscorocks.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Mancktelow/viscorocks.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Mancktelow/viscorocks.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1880</td>
<td class='column-name'><a href="/Rudnyi/water_tank">water_tank</a></td>
<td class='column-group'><a href="/Rudnyi">Rudnyi</a></td>
<td class='column-num_rows'>60,740</td>
<td class='column-num_cols'>60,740</td>
<td class='column-nonzeros'>2,035,281</td>
<td class='column-kind d-none d-md-table-cell'>Computational Fluid Dynamics Problem</td>
<td class='column-date d-none d-md-table-cell'>2007</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Rudnyi/water_tank.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Rudnyi/water_tank.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Rudnyi/water_tank.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1881</td>
<td class='column-name'><a href="/Rucci/Rucci1">Rucci1</a></td>
<td class='column-group'><a href="/Rucci">Rucci</a></td>
<td class='column-num_rows'>1,977,885</td>
<td class='column-num_cols'>109,900</td>
<td class='column-nonzeros'>7,791,168</td>
<td class='column-kind d-none d-md-table-cell'>Least Squares Problem</td>
<td class='column-date d-none d-md-table-cell'>2007</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Rucci/Rucci1.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Rucci/Rucci1.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Rucci/Rucci1.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1882</td>
<td class='column-name'><a href="/McRae/ecology1">ecology1</a></td>
<td class='column-group'><a href="/McRae">McRae</a></td>
<td class='column-num_rows'>1,000,000</td>
<td class='column-num_cols'>1,000,000</td>
<td class='column-nonzeros'>4,996,000</td>
<td class='column-kind d-none d-md-table-cell'>2D/3D Problem</td>
<td class='column-date d-none d-md-table-cell'>2008</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/McRae/ecology1.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/McRae/ecology1.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/McRae/ecology1.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1883</td>
<td class='column-name'><a href="/McRae/ecology2">ecology2</a></td>
<td class='column-group'><a href="/McRae">McRae</a></td>
<td class='column-num_rows'>999,999</td>
<td class='column-num_cols'>999,999</td>
<td class='column-nonzeros'>4,995,991</td>
<td class='column-kind d-none d-md-table-cell'>2D/3D Problem</td>
<td class='column-date d-none d-md-table-cell'>2008</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/McRae/ecology2.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/McRae/ecology2.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/McRae/ecology2.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1884</td>
<td class='column-name'><a href="/NYPA/Maragal_1">Maragal_1</a></td>
<td class='column-group'><a href="/NYPA">NYPA</a></td>
<td class='column-num_rows'>32</td>
<td class='column-num_cols'>14</td>
<td class='column-nonzeros'>234</td>
<td class='column-kind d-none d-md-table-cell'>Least Squares Problem</td>
<td class='column-date d-none d-md-table-cell'>2008</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/NYPA/Maragal_1.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/NYPA/Maragal_1.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/NYPA/Maragal_1.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1885</td>
<td class='column-name'><a href="/NYPA/Maragal_2">Maragal_2</a></td>
<td class='column-group'><a href="/NYPA">NYPA</a></td>
<td class='column-num_rows'>555</td>
<td class='column-num_cols'>350</td>
<td class='column-nonzeros'>4,357</td>
<td class='column-kind d-none d-md-table-cell'>Least Squares Problem</td>
<td class='column-date d-none d-md-table-cell'>2008</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/NYPA/Maragal_2.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/NYPA/Maragal_2.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/NYPA/Maragal_2.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1886</td>
<td class='column-name'><a href="/NYPA/Maragal_3">Maragal_3</a></td>
<td class='column-group'><a href="/NYPA">NYPA</a></td>
<td class='column-num_rows'>1,690</td>
<td class='column-num_cols'>860</td>
<td class='column-nonzeros'>18,391</td>
<td class='column-kind d-none d-md-table-cell'>Least Squares Problem</td>
<td class='column-date d-none d-md-table-cell'>2008</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/NYPA/Maragal_3.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/NYPA/Maragal_3.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/NYPA/Maragal_3.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1887</td>
<td class='column-name'><a href="/NYPA/Maragal_4">Maragal_4</a></td>
<td class='column-group'><a href="/NYPA">NYPA</a></td>
<td class='column-num_rows'>1,964</td>
<td class='column-num_cols'>1,034</td>
<td class='column-nonzeros'>26,719</td>
<td class='column-kind d-none d-md-table-cell'>Least Squares Problem</td>
<td class='column-date d-none d-md-table-cell'>2008</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/NYPA/Maragal_4.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/NYPA/Maragal_4.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/NYPA/Maragal_4.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1888</td>
<td class='column-name'><a href="/NYPA/Maragal_5">Maragal_5</a></td>
<td class='column-group'><a href="/NYPA">NYPA</a></td>
<td class='column-num_rows'>4,654</td>
<td class='column-num_cols'>3,320</td>
<td class='column-nonzeros'>93,091</td>
<td class='column-kind d-none d-md-table-cell'>Least Squares Problem</td>
<td class='column-date d-none d-md-table-cell'>2008</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/NYPA/Maragal_5.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/NYPA/Maragal_5.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/NYPA/Maragal_5.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1889</td>
<td class='column-name'><a href="/NYPA/Maragal_6">Maragal_6</a></td>
<td class='column-group'><a href="/NYPA">NYPA</a></td>
<td class='column-num_rows'>21,255</td>
<td class='column-num_cols'>10,152</td>
<td class='column-nonzeros'>537,694</td>
<td class='column-kind d-none d-md-table-cell'>Least Squares Problem</td>
<td class='column-date d-none d-md-table-cell'>2008</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/NYPA/Maragal_6.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/NYPA/Maragal_6.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/NYPA/Maragal_6.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1890</td>
<td class='column-name'><a href="/NYPA/Maragal_7">Maragal_7</a></td>
<td class='column-group'><a href="/NYPA">NYPA</a></td>
<td class='column-num_rows'>46,845</td>
<td class='column-num_cols'>26,564</td>
<td class='column-nonzeros'>1,200,537</td>
<td class='column-kind d-none d-md-table-cell'>Least Squares Problem</td>
<td class='column-date d-none d-md-table-cell'>2008</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/NYPA/Maragal_7.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/NYPA/Maragal_7.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/NYPA/Maragal_7.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1891</td>
<td class='column-name'><a href="/Marini/eurqsa">eurqsa</a></td>
<td class='column-group'><a href="/Marini">Marini</a></td>
<td class='column-num_rows'>7,245</td>
<td class='column-num_cols'>7,245</td>
<td class='column-nonzeros'>46,142</td>
<td class='column-kind d-none d-md-table-cell'>Economic Problem</td>
<td class='column-date d-none d-md-table-cell'>2008</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Marini/eurqsa.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Marini/eurqsa.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Marini/eurqsa.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1892</td>
<td class='column-name'><a href="/Castrillon/denormal">denormal</a></td>
<td class='column-group'><a href="/Castrillon">Castrillon</a></td>
<td class='column-num_rows'>89,400</td>
<td class='column-num_cols'>89,400</td>
<td class='column-nonzeros'>1,156,224</td>
<td class='column-kind d-none d-md-table-cell'>Counter Example Problem</td>
<td class='column-date d-none d-md-table-cell'>2008</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Castrillon/denormal.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Castrillon/denormal.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Castrillon/denormal.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1893</td>
<td class='column-name'><a href="/QLi/largebasis">largebasis</a></td>
<td class='column-group'><a href="/QLi">QLi</a></td>
<td class='column-num_rows'>440,020</td>
<td class='column-num_cols'>440,020</td>
<td class='column-nonzeros'>5,240,084</td>
<td class='column-kind d-none d-md-table-cell'>Optimization Problem</td>
<td class='column-date d-none d-md-table-cell'>2008</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/QLi/largebasis.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/QLi/largebasis.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/QLi/largebasis.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1894</td>
<td class='column-name'><a href="/MathWorks/QRpivot">QRpivot</a></td>
<td class='column-group'><a href="/MathWorks">MathWorks</a></td>
<td class='column-num_rows'>660</td>
<td class='column-num_cols'>749</td>
<td class='column-nonzeros'>3,808</td>
<td class='column-kind d-none d-md-table-cell'>Counter Example Problem</td>
<td class='column-date d-none d-md-table-cell'>2008</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/MathWorks/QRpivot.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/MathWorks/QRpivot.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/MathWorks/QRpivot.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1895</td>
<td class='column-name'><a href="/Luong/photogrammetry">photogrammetry</a></td>
<td class='column-group'><a href="/Luong">Luong</a></td>
<td class='column-num_rows'>1,388</td>
<td class='column-num_cols'>390</td>
<td class='column-nonzeros'>11,816</td>
<td class='column-kind d-none d-md-table-cell'>Computer Graphics/Vision Problem</td>
<td class='column-date d-none d-md-table-cell'>2008</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Luong/photogrammetry.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Luong/photogrammetry.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Luong/photogrammetry.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1896</td>
<td class='column-name'><a href="/YZhou/circuit204">circuit204</a></td>
<td class='column-group'><a href="/YZhou">YZhou</a></td>
<td class='column-num_rows'>1,020</td>
<td class='column-num_cols'>1,020</td>
<td class='column-nonzeros'>5,883</td>
<td class='column-kind d-none d-md-table-cell'>Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2008</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/YZhou/circuit204.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/YZhou/circuit204.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/YZhou/circuit204.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1898</td>
<td class='column-name'><a href="/CEMW/tmt_unsym">tmt_unsym</a></td>
<td class='column-group'><a href="/CEMW">CEMW</a></td>
<td class='column-num_rows'>917,825</td>
<td class='column-num_cols'>917,825</td>
<td class='column-nonzeros'>4,584,801</td>
<td class='column-kind d-none d-md-table-cell'>Electromagnetics Problem</td>
<td class='column-date d-none d-md-table-cell'>2008</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/CEMW/tmt_unsym.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/CEMW/tmt_unsym.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/CEMW/tmt_unsym.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1899</td>
<td class='column-name'><a href="/CEMW/tmt_sym">tmt_sym</a></td>
<td class='column-group'><a href="/CEMW">CEMW</a></td>
<td class='column-num_rows'>726,713</td>
<td class='column-num_cols'>726,713</td>
<td class='column-nonzeros'>5,080,961</td>
<td class='column-kind d-none d-md-table-cell'>Electromagnetics Problem</td>
<td class='column-date d-none d-md-table-cell'>2008</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/CEMW/tmt_sym.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/CEMW/tmt_sym.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/CEMW/tmt_sym.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1901</td>
<td class='column-name'><a href="/Schenk/nlpkkt80">nlpkkt80</a></td>
<td class='column-group'><a href="/Schenk">Schenk</a></td>
<td class='column-num_rows'>1,062,400</td>
<td class='column-num_cols'>1,062,400</td>
<td class='column-nonzeros'>28,192,672</td>
<td class='column-kind d-none d-md-table-cell'>Optimization Problem</td>
<td class='column-date d-none d-md-table-cell'>2008</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Schenk/nlpkkt80.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Schenk/nlpkkt80.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Schenk/nlpkkt80.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1902</td>
<td class='column-name'><a href="/Schenk/nlpkkt120">nlpkkt120</a></td>
<td class='column-group'><a href="/Schenk">Schenk</a></td>
<td class='column-num_rows'>3,542,400</td>
<td class='column-num_cols'>3,542,400</td>
<td class='column-nonzeros'>95,117,792</td>
<td class='column-kind d-none d-md-table-cell'>Optimization Problem</td>
<td class='column-date d-none d-md-table-cell'>2008</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Schenk/nlpkkt120.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Schenk/nlpkkt120.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Schenk/nlpkkt120.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1903</td>
<td class='column-name'><a href="/Schenk/nlpkkt160">nlpkkt160</a></td>
<td class='column-group'><a href="/Schenk">Schenk</a></td>
<td class='column-num_rows'>8,345,600</td>
<td class='column-num_cols'>8,345,600</td>
<td class='column-nonzeros'>225,422,112</td>
<td class='column-kind d-none d-md-table-cell'>Optimization Problem</td>
<td class='column-date d-none d-md-table-cell'>2008</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Schenk/nlpkkt160.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Schenk/nlpkkt160.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Schenk/nlpkkt160.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1904</td>
<td class='column-name'><a href="/Schenk/nlpkkt200">nlpkkt200</a></td>
<td class='column-group'><a href="/Schenk">Schenk</a></td>
<td class='column-num_rows'>16,240,000</td>
<td class='column-num_cols'>16,240,000</td>
<td class='column-nonzeros'>440,225,632</td>
<td class='column-kind d-none d-md-table-cell'>Optimization Problem</td>
<td class='column-date d-none d-md-table-cell'>2008</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Schenk/nlpkkt200.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Schenk/nlpkkt200.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Schenk/nlpkkt200.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1905</td>
<td class='column-name'><a href="/Schenk/nlpkkt240">nlpkkt240</a></td>
<td class='column-group'><a href="/Schenk">Schenk</a></td>
<td class='column-num_rows'>27,993,600</td>
<td class='column-num_cols'>27,993,600</td>
<td class='column-nonzeros'>760,648,352</td>
<td class='column-kind d-none d-md-table-cell'>Optimization Problem</td>
<td class='column-date d-none d-md-table-cell'>2008</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Schenk/nlpkkt240.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Schenk/nlpkkt240.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Schenk/nlpkkt240.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1909</td>
<td class='column-name'><a href="/TKK/smt">smt</a></td>
<td class='column-group'><a href="/TKK">TKK</a></td>
<td class='column-num_rows'>25,710</td>
<td class='column-num_cols'>25,710</td>
<td class='column-nonzeros'>3,749,582</td>
<td class='column-kind d-none d-md-table-cell'>Structural Problem</td>
<td class='column-date d-none d-md-table-cell'>2008</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/TKK/smt.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/TKK/smt.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/TKK/smt.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1911</td>
<td class='column-name'><a href="/TKK/plbuckle">plbuckle</a></td>
<td class='column-group'><a href="/TKK">TKK</a></td>
<td class='column-num_rows'>1,282</td>
<td class='column-num_cols'>1,282</td>
<td class='column-nonzeros'>30,644</td>
<td class='column-kind d-none d-md-table-cell'>Structural Problem</td>
<td class='column-date d-none d-md-table-cell'>2008</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/TKK/plbuckle.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/TKK/plbuckle.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/TKK/plbuckle.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1912</td>
<td class='column-name'><a href="/TKK/cbuckle">cbuckle</a></td>
<td class='column-group'><a href="/TKK">TKK</a></td>
<td class='column-num_rows'>13,681</td>
<td class='column-num_cols'>13,681</td>
<td class='column-nonzeros'>676,515</td>
<td class='column-kind d-none d-md-table-cell'>Structural Problem</td>
<td class='column-date d-none d-md-table-cell'>2008</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/TKK/cbuckle.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/TKK/cbuckle.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/TKK/cbuckle.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1916</td>
<td class='column-name'><a href="/TKK/t2d_q4">t2d_q4</a></td>
<td class='column-group'><a href="/TKK">TKK</a></td>
<td class='column-num_rows'>9,801</td>
<td class='column-num_cols'>9,801</td>
<td class='column-nonzeros'>87,025</td>
<td class='column-kind d-none d-md-table-cell'>Structural Problem Sequence</td>
<td class='column-date d-none d-md-table-cell'>2008</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/TKK/t2d_q4.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/TKK/t2d_q4.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/TKK/t2d_q4.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1917</td>
<td class='column-name'><a href="/TKK/t2d_q9">t2d_q9</a></td>
<td class='column-group'><a href="/TKK">TKK</a></td>
<td class='column-num_rows'>9,801</td>
<td class='column-num_cols'>9,801</td>
<td class='column-nonzeros'>87,025</td>
<td class='column-kind d-none d-md-table-cell'>Structural Problem Sequence</td>
<td class='column-date d-none d-md-table-cell'>2008</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/TKK/t2d_q9.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/TKK/t2d_q9.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/TKK/t2d_q9.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1918</td>
<td class='column-name'><a href="/Luong/photogrammetry2">photogrammetry2</a></td>
<td class='column-group'><a href="/Luong">Luong</a></td>
<td class='column-num_rows'>4,472</td>
<td class='column-num_cols'>936</td>
<td class='column-nonzeros'>37,056</td>
<td class='column-kind d-none d-md-table-cell'>Computer Graphics/Vision Problem</td>
<td class='column-date d-none d-md-table-cell'>2008</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Luong/photogrammetry2.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Luong/photogrammetry2.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Luong/photogrammetry2.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>1919</td>
<td class='column-name'><a href="/Um/2cubes_sphere">2cubes_sphere</a></td>
<td class='column-group'><a href="/Um">Um</a></td>
<td class='column-num_rows'>101,492</td>
<td class='column-num_cols'>101,492</td>
<td class='column-nonzeros'>1,647,264</td>
<td class='column-kind d-none d-md-table-cell'>Electromagnetics Problem</td>
<td class='column-date d-none d-md-table-cell'>2008</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Um/2cubes_sphere.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Um/2cubes_sphere.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Um/2cubes_sphere.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2136</td>
<td class='column-name'><a href="/QY/case39">case39</a></td>
<td class='column-group'><a href="/QY">QY</a></td>
<td class='column-num_rows'>40,216</td>
<td class='column-num_cols'>40,216</td>
<td class='column-nonzeros'>1,042,160</td>
<td class='column-kind d-none d-md-table-cell'>Power Network Problem Sequence</td>
<td class='column-date d-none d-md-table-cell'>2008</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/QY/case39.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/QY/case39.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/QY/case39.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2214</td>
<td class='column-name'><a href="/QY/case9">case9</a></td>
<td class='column-group'><a href="/QY">QY</a></td>
<td class='column-num_rows'>14,454</td>
<td class='column-num_cols'>14,454</td>
<td class='column-nonzeros'>147,972</td>
<td class='column-kind d-none d-md-table-cell'>Power Network Problem Sequence</td>
<td class='column-date d-none d-md-table-cell'>2008</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/QY/case9.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/QY/case9.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/QY/case9.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2216</td>
<td class='column-name'><a href="/Freescale/Freescale1">Freescale1</a></td>
<td class='column-group'><a href="/Freescale">Freescale</a></td>
<td class='column-num_rows'>3,428,755</td>
<td class='column-num_cols'>3,428,755</td>
<td class='column-nonzeros'>17,052,626</td>
<td class='column-kind d-none d-md-table-cell'>Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2008</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Freescale/Freescale1.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Freescale/Freescale1.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Freescale/Freescale1.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2217</td>
<td class='column-name'><a href="/NYPA/Maragal_8">Maragal_8</a></td>
<td class='column-group'><a href="/NYPA">NYPA</a></td>
<td class='column-num_rows'>33,212</td>
<td class='column-num_cols'>75,077</td>
<td class='column-nonzeros'>1,308,415</td>
<td class='column-kind d-none d-md-table-cell'>Least Squares Problem</td>
<td class='column-date d-none d-md-table-cell'>2008</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/NYPA/Maragal_8.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/NYPA/Maragal_8.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/NYPA/Maragal_8.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2218</td>
<td class='column-name'><a href="/Bates/sls">sls</a></td>
<td class='column-group'><a href="/Bates">Bates</a></td>
<td class='column-num_rows'>1,748,122</td>
<td class='column-num_cols'>62,729</td>
<td class='column-nonzeros'>6,804,304</td>
<td class='column-kind d-none d-md-table-cell'>Least Squares Problem</td>
<td class='column-date d-none d-md-table-cell'>2008</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Bates/sls.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Bates/sls.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Bates/sls.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2219</td>
<td class='column-name'><a href="/TSOPF/TSOPF_RS_b2383">TSOPF_RS_b2383</a></td>
<td class='column-group'><a href="/TSOPF">TSOPF</a></td>
<td class='column-num_rows'>38,120</td>
<td class='column-num_cols'>38,120</td>
<td class='column-nonzeros'>16,171,169</td>
<td class='column-kind d-none d-md-table-cell'>Power Network Problem</td>
<td class='column-date d-none d-md-table-cell'>2009</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/TSOPF/TSOPF_RS_b2383.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/TSOPF/TSOPF_RS_b2383.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/TSOPF/TSOPF_RS_b2383.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2220</td>
<td class='column-name'><a href="/TSOPF/TSOPF_FS_b300">TSOPF_FS_b300</a></td>
<td class='column-group'><a href="/TSOPF">TSOPF</a></td>
<td class='column-num_rows'>29,214</td>
<td class='column-num_cols'>29,214</td>
<td class='column-nonzeros'>4,400,122</td>
<td class='column-kind d-none d-md-table-cell'>Power Network Problem</td>
<td class='column-date d-none d-md-table-cell'>2009</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/TSOPF/TSOPF_FS_b300.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/TSOPF/TSOPF_FS_b300.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/TSOPF/TSOPF_FS_b300.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2221</td>
<td class='column-name'><a href="/TSOPF/TSOPF_FS_b162_c1">TSOPF_FS_b162_c1</a></td>
<td class='column-group'><a href="/TSOPF">TSOPF</a></td>
<td class='column-num_rows'>10,798</td>
<td class='column-num_cols'>10,798</td>
<td class='column-nonzeros'>608,540</td>
<td class='column-kind d-none d-md-table-cell'>Power Network Problem</td>
<td class='column-date d-none d-md-table-cell'>2009</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/TSOPF/TSOPF_FS_b162_c1.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/TSOPF/TSOPF_FS_b162_c1.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/TSOPF/TSOPF_FS_b162_c1.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2222</td>
<td class='column-name'><a href="/TSOPF/TSOPF_FS_b162_c3">TSOPF_FS_b162_c3</a></td>
<td class='column-group'><a href="/TSOPF">TSOPF</a></td>
<td class='column-num_rows'>30,798</td>
<td class='column-num_cols'>30,798</td>
<td class='column-nonzeros'>1,801,300</td>
<td class='column-kind d-none d-md-table-cell'>Power Network Problem</td>
<td class='column-date d-none d-md-table-cell'>2009</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/TSOPF/TSOPF_FS_b162_c3.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/TSOPF/TSOPF_FS_b162_c3.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/TSOPF/TSOPF_FS_b162_c3.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2223</td>
<td class='column-name'><a href="/TSOPF/TSOPF_FS_b162_c4">TSOPF_FS_b162_c4</a></td>
<td class='column-group'><a href="/TSOPF">TSOPF</a></td>
<td class='column-num_rows'>40,798</td>
<td class='column-num_cols'>40,798</td>
<td class='column-nonzeros'>2,398,220</td>
<td class='column-kind d-none d-md-table-cell'>Power Network Problem</td>
<td class='column-date d-none d-md-table-cell'>2009</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/TSOPF/TSOPF_FS_b162_c4.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/TSOPF/TSOPF_FS_b162_c4.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/TSOPF/TSOPF_FS_b162_c4.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2224</td>
<td class='column-name'><a href="/TSOPF/TSOPF_FS_b300_c1">TSOPF_FS_b300_c1</a></td>
<td class='column-group'><a href="/TSOPF">TSOPF</a></td>
<td class='column-num_rows'>29,214</td>
<td class='column-num_cols'>29,214</td>
<td class='column-nonzeros'>4,400,122</td>
<td class='column-kind d-none d-md-table-cell'>Power Network Problem</td>
<td class='column-date d-none d-md-table-cell'>2009</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/TSOPF/TSOPF_FS_b300_c1.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/TSOPF/TSOPF_FS_b300_c1.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/TSOPF/TSOPF_FS_b300_c1.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2225</td>
<td class='column-name'><a href="/TSOPF/TSOPF_FS_b300_c2">TSOPF_FS_b300_c2</a></td>
<td class='column-group'><a href="/TSOPF">TSOPF</a></td>
<td class='column-num_rows'>56,814</td>
<td class='column-num_cols'>56,814</td>
<td class='column-nonzeros'>8,767,466</td>
<td class='column-kind d-none d-md-table-cell'>Power Network Problem</td>
<td class='column-date d-none d-md-table-cell'>2009</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/TSOPF/TSOPF_FS_b300_c2.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/TSOPF/TSOPF_FS_b300_c2.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/TSOPF/TSOPF_FS_b300_c2.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2226</td>
<td class='column-name'><a href="/TSOPF/TSOPF_FS_b300_c3">TSOPF_FS_b300_c3</a></td>
<td class='column-group'><a href="/TSOPF">TSOPF</a></td>
<td class='column-num_rows'>84,414</td>
<td class='column-num_cols'>84,414</td>
<td class='column-nonzeros'>13,135,930</td>
<td class='column-kind d-none d-md-table-cell'>Power Network Problem</td>
<td class='column-date d-none d-md-table-cell'>2009</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/TSOPF/TSOPF_FS_b300_c3.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/TSOPF/TSOPF_FS_b300_c3.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/TSOPF/TSOPF_FS_b300_c3.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2227</td>
<td class='column-name'><a href="/TSOPF/TSOPF_FS_b39_c19">TSOPF_FS_b39_c19</a></td>
<td class='column-group'><a href="/TSOPF">TSOPF</a></td>
<td class='column-num_rows'>76,216</td>
<td class='column-num_cols'>76,216</td>
<td class='column-nonzeros'>1,977,600</td>
<td class='column-kind d-none d-md-table-cell'>Power Network Problem</td>
<td class='column-date d-none d-md-table-cell'>2009</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/TSOPF/TSOPF_FS_b39_c19.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/TSOPF/TSOPF_FS_b39_c19.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/TSOPF/TSOPF_FS_b39_c19.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2228</td>
<td class='column-name'><a href="/TSOPF/TSOPF_FS_b39_c30">TSOPF_FS_b39_c30</a></td>
<td class='column-group'><a href="/TSOPF">TSOPF</a></td>
<td class='column-num_rows'>120,216</td>
<td class='column-num_cols'>120,216</td>
<td class='column-nonzeros'>3,121,160</td>
<td class='column-kind d-none d-md-table-cell'>Power Network Problem</td>
<td class='column-date d-none d-md-table-cell'>2009</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/TSOPF/TSOPF_FS_b39_c30.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/TSOPF/TSOPF_FS_b39_c30.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/TSOPF/TSOPF_FS_b39_c30.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2229</td>
<td class='column-name'><a href="/TSOPF/TSOPF_FS_b39_c7">TSOPF_FS_b39_c7</a></td>
<td class='column-group'><a href="/TSOPF">TSOPF</a></td>
<td class='column-num_rows'>28,216</td>
<td class='column-num_cols'>28,216</td>
<td class='column-nonzeros'>730,080</td>
<td class='column-kind d-none d-md-table-cell'>Power Network Problem</td>
<td class='column-date d-none d-md-table-cell'>2009</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/TSOPF/TSOPF_FS_b39_c7.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/TSOPF/TSOPF_FS_b39_c7.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/TSOPF/TSOPF_FS_b39_c7.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2230</td>
<td class='column-name'><a href="/TSOPF/TSOPF_FS_b9_c1">TSOPF_FS_b9_c1</a></td>
<td class='column-group'><a href="/TSOPF">TSOPF</a></td>
<td class='column-num_rows'>2,454</td>
<td class='column-num_cols'>2,454</td>
<td class='column-nonzeros'>25,032</td>
<td class='column-kind d-none d-md-table-cell'>Power Network Problem</td>
<td class='column-date d-none d-md-table-cell'>2009</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/TSOPF/TSOPF_FS_b9_c1.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/TSOPF/TSOPF_FS_b9_c1.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/TSOPF/TSOPF_FS_b9_c1.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2231</td>
<td class='column-name'><a href="/TSOPF/TSOPF_FS_b9_c6">TSOPF_FS_b9_c6</a></td>
<td class='column-group'><a href="/TSOPF">TSOPF</a></td>
<td class='column-num_rows'>14,454</td>
<td class='column-num_cols'>14,454</td>
<td class='column-nonzeros'>147,972</td>
<td class='column-kind d-none d-md-table-cell'>Power Network Problem</td>
<td class='column-date d-none d-md-table-cell'>2009</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/TSOPF/TSOPF_FS_b9_c6.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/TSOPF/TSOPF_FS_b9_c6.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/TSOPF/TSOPF_FS_b9_c6.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2232</td>
<td class='column-name'><a href="/TSOPF/TSOPF_RS_b162_c1">TSOPF_RS_b162_c1</a></td>
<td class='column-group'><a href="/TSOPF">TSOPF</a></td>
<td class='column-num_rows'>5,374</td>
<td class='column-num_cols'>5,374</td>
<td class='column-nonzeros'>205,399</td>
<td class='column-kind d-none d-md-table-cell'>Power Network Problem</td>
<td class='column-date d-none d-md-table-cell'>2009</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/TSOPF/TSOPF_RS_b162_c1.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/TSOPF/TSOPF_RS_b162_c1.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/TSOPF/TSOPF_RS_b162_c1.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2233</td>
<td class='column-name'><a href="/TSOPF/TSOPF_RS_b162_c3">TSOPF_RS_b162_c3</a></td>
<td class='column-group'><a href="/TSOPF">TSOPF</a></td>
<td class='column-num_rows'>15,374</td>
<td class='column-num_cols'>15,374</td>
<td class='column-nonzeros'>610,299</td>
<td class='column-kind d-none d-md-table-cell'>Power Network Problem</td>
<td class='column-date d-none d-md-table-cell'>2009</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/TSOPF/TSOPF_RS_b162_c3.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/TSOPF/TSOPF_RS_b162_c3.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/TSOPF/TSOPF_RS_b162_c3.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2234</td>
<td class='column-name'><a href="/TSOPF/TSOPF_RS_b162_c4">TSOPF_RS_b162_c4</a></td>
<td class='column-group'><a href="/TSOPF">TSOPF</a></td>
<td class='column-num_rows'>20,374</td>
<td class='column-num_cols'>20,374</td>
<td class='column-nonzeros'>812,749</td>
<td class='column-kind d-none d-md-table-cell'>Power Network Problem</td>
<td class='column-date d-none d-md-table-cell'>2009</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/TSOPF/TSOPF_RS_b162_c4.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/TSOPF/TSOPF_RS_b162_c4.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/TSOPF/TSOPF_RS_b162_c4.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2235</td>
<td class='column-name'><a href="/TSOPF/TSOPF_RS_b2052_c1">TSOPF_RS_b2052_c1</a></td>
<td class='column-group'><a href="/TSOPF">TSOPF</a></td>
<td class='column-num_rows'>25,626</td>
<td class='column-num_cols'>25,626</td>
<td class='column-nonzeros'>6,761,100</td>
<td class='column-kind d-none d-md-table-cell'>Power Network Problem</td>
<td class='column-date d-none d-md-table-cell'>2009</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/TSOPF/TSOPF_RS_b2052_c1.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/TSOPF/TSOPF_RS_b2052_c1.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/TSOPF/TSOPF_RS_b2052_c1.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2236</td>
<td class='column-name'><a href="/TSOPF/TSOPF_RS_b2383_c1">TSOPF_RS_b2383_c1</a></td>
<td class='column-group'><a href="/TSOPF">TSOPF</a></td>
<td class='column-num_rows'>38,120</td>
<td class='column-num_cols'>38,120</td>
<td class='column-nonzeros'>16,171,169</td>
<td class='column-kind d-none d-md-table-cell'>Power Network Problem</td>
<td class='column-date d-none d-md-table-cell'>2009</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/TSOPF/TSOPF_RS_b2383_c1.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/TSOPF/TSOPF_RS_b2383_c1.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/TSOPF/TSOPF_RS_b2383_c1.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2237</td>
<td class='column-name'><a href="/TSOPF/TSOPF_RS_b300_c1">TSOPF_RS_b300_c1</a></td>
<td class='column-group'><a href="/TSOPF">TSOPF</a></td>
<td class='column-num_rows'>14,538</td>
<td class='column-num_cols'>14,538</td>
<td class='column-nonzeros'>1,474,325</td>
<td class='column-kind d-none d-md-table-cell'>Power Network Problem</td>
<td class='column-date d-none d-md-table-cell'>2009</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/TSOPF/TSOPF_RS_b300_c1.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/TSOPF/TSOPF_RS_b300_c1.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/TSOPF/TSOPF_RS_b300_c1.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2238</td>
<td class='column-name'><a href="/TSOPF/TSOPF_RS_b300_c2">TSOPF_RS_b300_c2</a></td>
<td class='column-group'><a href="/TSOPF">TSOPF</a></td>
<td class='column-num_rows'>28,338</td>
<td class='column-num_cols'>28,338</td>
<td class='column-nonzeros'>2,943,887</td>
<td class='column-kind d-none d-md-table-cell'>Power Network Problem</td>
<td class='column-date d-none d-md-table-cell'>2009</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/TSOPF/TSOPF_RS_b300_c2.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/TSOPF/TSOPF_RS_b300_c2.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/TSOPF/TSOPF_RS_b300_c2.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2239</td>
<td class='column-name'><a href="/TSOPF/TSOPF_RS_b300_c3">TSOPF_RS_b300_c3</a></td>
<td class='column-group'><a href="/TSOPF">TSOPF</a></td>
<td class='column-num_rows'>42,138</td>
<td class='column-num_cols'>42,138</td>
<td class='column-nonzeros'>4,413,449</td>
<td class='column-kind d-none d-md-table-cell'>Power Network Problem</td>
<td class='column-date d-none d-md-table-cell'>2009</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/TSOPF/TSOPF_RS_b300_c3.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/TSOPF/TSOPF_RS_b300_c3.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/TSOPF/TSOPF_RS_b300_c3.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2240</td>
<td class='column-name'><a href="/TSOPF/TSOPF_RS_b39_c19">TSOPF_RS_b39_c19</a></td>
<td class='column-group'><a href="/TSOPF">TSOPF</a></td>
<td class='column-num_rows'>38,098</td>
<td class='column-num_cols'>38,098</td>
<td class='column-nonzeros'>684,206</td>
<td class='column-kind d-none d-md-table-cell'>Power Network Problem</td>
<td class='column-date d-none d-md-table-cell'>2009</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/TSOPF/TSOPF_RS_b39_c19.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/TSOPF/TSOPF_RS_b39_c19.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/TSOPF/TSOPF_RS_b39_c19.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2241</td>
<td class='column-name'><a href="/TSOPF/TSOPF_RS_b39_c30">TSOPF_RS_b39_c30</a></td>
<td class='column-group'><a href="/TSOPF">TSOPF</a></td>
<td class='column-num_rows'>60,098</td>
<td class='column-num_cols'>60,098</td>
<td class='column-nonzeros'>1,079,986</td>
<td class='column-kind d-none d-md-table-cell'>Power Network Problem</td>
<td class='column-date d-none d-md-table-cell'>2009</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/TSOPF/TSOPF_RS_b39_c30.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/TSOPF/TSOPF_RS_b39_c30.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/TSOPF/TSOPF_RS_b39_c30.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2242</td>
<td class='column-name'><a href="/TSOPF/TSOPF_RS_b39_c7">TSOPF_RS_b39_c7</a></td>
<td class='column-group'><a href="/TSOPF">TSOPF</a></td>
<td class='column-num_rows'>14,098</td>
<td class='column-num_cols'>14,098</td>
<td class='column-nonzeros'>252,446</td>
<td class='column-kind d-none d-md-table-cell'>Power Network Problem</td>
<td class='column-date d-none d-md-table-cell'>2009</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/TSOPF/TSOPF_RS_b39_c7.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/TSOPF/TSOPF_RS_b39_c7.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/TSOPF/TSOPF_RS_b39_c7.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2243</td>
<td class='column-name'><a href="/TSOPF/TSOPF_RS_b678_c1">TSOPF_RS_b678_c1</a></td>
<td class='column-group'><a href="/TSOPF">TSOPF</a></td>
<td class='column-num_rows'>18,696</td>
<td class='column-num_cols'>18,696</td>
<td class='column-nonzeros'>4,396,289</td>
<td class='column-kind d-none d-md-table-cell'>Power Network Problem</td>
<td class='column-date d-none d-md-table-cell'>2009</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/TSOPF/TSOPF_RS_b678_c1.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/TSOPF/TSOPF_RS_b678_c1.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/TSOPF/TSOPF_RS_b678_c1.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2244</td>
<td class='column-name'><a href="/TSOPF/TSOPF_RS_b678_c2">TSOPF_RS_b678_c2</a></td>
<td class='column-group'><a href="/TSOPF">TSOPF</a></td>
<td class='column-num_rows'>35,696</td>
<td class='column-num_cols'>35,696</td>
<td class='column-nonzeros'>8,781,949</td>
<td class='column-kind d-none d-md-table-cell'>Power Network Problem</td>
<td class='column-date d-none d-md-table-cell'>2009</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/TSOPF/TSOPF_RS_b678_c2.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/TSOPF/TSOPF_RS_b678_c2.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/TSOPF/TSOPF_RS_b678_c2.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2245</td>
<td class='column-name'><a href="/TSOPF/TSOPF_RS_b9_c6">TSOPF_RS_b9_c6</a></td>
<td class='column-group'><a href="/TSOPF">TSOPF</a></td>
<td class='column-num_rows'>7,224</td>
<td class='column-num_cols'>7,224</td>
<td class='column-nonzeros'>54,082</td>
<td class='column-kind d-none d-md-table-cell'>Power Network Problem</td>
<td class='column-date d-none d-md-table-cell'>2009</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/TSOPF/TSOPF_RS_b9_c6.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/TSOPF/TSOPF_RS_b9_c6.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/TSOPF/TSOPF_RS_b9_c6.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2248</td>
<td class='column-name'><a href="/Yoshiyasu/image_interp">image_interp</a></td>
<td class='column-group'><a href="/Yoshiyasu">Yoshiyasu</a></td>
<td class='column-num_rows'>240,000</td>
<td class='column-num_cols'>120,000</td>
<td class='column-nonzeros'>711,683</td>
<td class='column-kind d-none d-md-table-cell'>Computer Graphics/Vision Problem</td>
<td class='column-date d-none d-md-table-cell'>2009</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Yoshiyasu/image_interp.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Yoshiyasu/image_interp.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Yoshiyasu/image_interp.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2249</td>
<td class='column-name'><a href="/Yoshiyasu/mesh_deform">mesh_deform</a></td>
<td class='column-group'><a href="/Yoshiyasu">Yoshiyasu</a></td>
<td class='column-num_rows'>234,023</td>
<td class='column-num_cols'>9,393</td>
<td class='column-nonzeros'>853,829</td>
<td class='column-kind d-none d-md-table-cell'>Computer Graphics/Vision Problem</td>
<td class='column-date d-none d-md-table-cell'>2009</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Yoshiyasu/mesh_deform.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Yoshiyasu/mesh_deform.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Yoshiyasu/mesh_deform.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2256</td>
<td class='column-name'><a href="/MathWorks/TS">TS</a></td>
<td class='column-group'><a href="/MathWorks">MathWorks</a></td>
<td class='column-num_rows'>2,142</td>
<td class='column-num_cols'>2,142</td>
<td class='column-nonzeros'>45,262</td>
<td class='column-kind d-none d-md-table-cell'>Counter Example Problem</td>
<td class='column-date d-none d-md-table-cell'>2009</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/MathWorks/TS.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/MathWorks/TS.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/MathWorks/TS.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2257</td>
<td class='column-name'><a href="/Botonakis/thermomech_TC">thermomech_TC</a></td>
<td class='column-group'><a href="/Botonakis">Botonakis</a></td>
<td class='column-num_rows'>102,158</td>
<td class='column-num_cols'>102,158</td>
<td class='column-nonzeros'>711,558</td>
<td class='column-kind d-none d-md-table-cell'>Thermal Problem</td>
<td class='column-date d-none d-md-table-cell'>2009</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Botonakis/thermomech_TC.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Botonakis/thermomech_TC.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Botonakis/thermomech_TC.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2258</td>
<td class='column-name'><a href="/Botonakis/thermomech_TK">thermomech_TK</a></td>
<td class='column-group'><a href="/Botonakis">Botonakis</a></td>
<td class='column-num_rows'>102,158</td>
<td class='column-num_cols'>102,158</td>
<td class='column-nonzeros'>711,558</td>
<td class='column-kind d-none d-md-table-cell'>Thermal Problem</td>
<td class='column-date d-none d-md-table-cell'>2009</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Botonakis/thermomech_TK.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Botonakis/thermomech_TK.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Botonakis/thermomech_TK.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2259</td>
<td class='column-name'><a href="/Botonakis/thermomech_dM">thermomech_dM</a></td>
<td class='column-group'><a href="/Botonakis">Botonakis</a></td>
<td class='column-num_rows'>204,316</td>
<td class='column-num_cols'>204,316</td>
<td class='column-nonzeros'>1,423,116</td>
<td class='column-kind d-none d-md-table-cell'>Thermal Problem</td>
<td class='column-date d-none d-md-table-cell'>2009</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Botonakis/thermomech_dM.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Botonakis/thermomech_dM.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Botonakis/thermomech_dM.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2260</td>
<td class='column-name'><a href="/Botonakis/thermomech_dK">thermomech_dK</a></td>
<td class='column-group'><a href="/Botonakis">Botonakis</a></td>
<td class='column-num_rows'>204,316</td>
<td class='column-num_cols'>204,316</td>
<td class='column-nonzeros'>2,846,228</td>
<td class='column-kind d-none d-md-table-cell'>Thermal Problem</td>
<td class='column-date d-none d-md-table-cell'>2009</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Botonakis/thermomech_dK.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Botonakis/thermomech_dK.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Botonakis/thermomech_dK.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2261</td>
<td class='column-name'><a href="/MaxPlanck/shallow_water1">shallow_water1</a></td>
<td class='column-group'><a href="/MaxPlanck">MaxPlanck</a></td>
<td class='column-num_rows'>81,920</td>
<td class='column-num_cols'>81,920</td>
<td class='column-nonzeros'>327,680</td>
<td class='column-kind d-none d-md-table-cell'>Computational Fluid Dynamics Problem</td>
<td class='column-date d-none d-md-table-cell'>2009</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/MaxPlanck/shallow_water1.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/MaxPlanck/shallow_water1.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/MaxPlanck/shallow_water1.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2262</td>
<td class='column-name'><a href="/MaxPlanck/shallow_water2">shallow_water2</a></td>
<td class='column-group'><a href="/MaxPlanck">MaxPlanck</a></td>
<td class='column-num_rows'>81,920</td>
<td class='column-num_cols'>81,920</td>
<td class='column-nonzeros'>327,680</td>
<td class='column-kind d-none d-md-table-cell'>Computational Fluid Dynamics Problem</td>
<td class='column-date d-none d-md-table-cell'>2009</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/MaxPlanck/shallow_water2.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/MaxPlanck/shallow_water2.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/MaxPlanck/shallow_water2.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2264</td>
<td class='column-name'><a href="/Clark/tomographic1">tomographic1</a></td>
<td class='column-group'><a href="/Clark">Clark</a></td>
<td class='column-num_rows'>73,159</td>
<td class='column-num_cols'>59,498</td>
<td class='column-nonzeros'>647,495</td>
<td class='column-kind d-none d-md-table-cell'>Computer Graphics/Vision Problem</td>
<td class='column-date d-none d-md-table-cell'>2009</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Clark/tomographic1.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Clark/tomographic1.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Clark/tomographic1.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2265</td>
<td class='column-name'><a href="/Bourchtein/atmosmodd">atmosmodd</a></td>
<td class='column-group'><a href="/Bourchtein">Bourchtein</a></td>
<td class='column-num_rows'>1,270,432</td>
<td class='column-num_cols'>1,270,432</td>
<td class='column-nonzeros'>8,814,880</td>
<td class='column-kind d-none d-md-table-cell'>Computational Fluid Dynamics Problem</td>
<td class='column-date d-none d-md-table-cell'>2009</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Bourchtein/atmosmodd.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Bourchtein/atmosmodd.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Bourchtein/atmosmodd.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2266</td>
<td class='column-name'><a href="/Bourchtein/atmosmodj">atmosmodj</a></td>
<td class='column-group'><a href="/Bourchtein">Bourchtein</a></td>
<td class='column-num_rows'>1,270,432</td>
<td class='column-num_cols'>1,270,432</td>
<td class='column-nonzeros'>8,814,880</td>
<td class='column-kind d-none d-md-table-cell'>Computational Fluid Dynamics Problem</td>
<td class='column-date d-none d-md-table-cell'>2009</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Bourchtein/atmosmodj.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Bourchtein/atmosmodj.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Bourchtein/atmosmodj.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2267</td>
<td class='column-name'><a href="/Bourchtein/atmosmodl">atmosmodl</a></td>
<td class='column-group'><a href="/Bourchtein">Bourchtein</a></td>
<td class='column-num_rows'>1,489,752</td>
<td class='column-num_cols'>1,489,752</td>
<td class='column-nonzeros'>10,319,760</td>
<td class='column-kind d-none d-md-table-cell'>Computational Fluid Dynamics Problem</td>
<td class='column-date d-none d-md-table-cell'>2009</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Bourchtein/atmosmodl.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Bourchtein/atmosmodl.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Bourchtein/atmosmodl.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2269</td>
<td class='column-name'><a href="/Puri/ABACUS_shell_ud">ABACUS_shell_ud</a></td>
<td class='column-group'><a href="/Puri">Puri</a></td>
<td class='column-num_rows'>23,412</td>
<td class='column-num_cols'>23,412</td>
<td class='column-nonzeros'>218,484</td>
<td class='column-kind d-none d-md-table-cell'>Model Reduction Problem</td>
<td class='column-date d-none d-md-table-cell'>2009</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Puri/ABACUS_shell_ud.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Puri/ABACUS_shell_ud.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Puri/ABACUS_shell_ud.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2273</td>
<td class='column-name'><a href="/Stevenson/LargeRegFile">LargeRegFile</a></td>
<td class='column-group'><a href="/Stevenson">Stevenson</a></td>
<td class='column-num_rows'>2,111,154</td>
<td class='column-num_cols'>801,374</td>
<td class='column-nonzeros'>4,944,201</td>
<td class='column-kind d-none d-md-table-cell'>Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2010</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Stevenson/LargeRegFile.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Stevenson/LargeRegFile.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Stevenson/LargeRegFile.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2274</td>
<td class='column-name'><a href="/Freescale/memchip">memchip</a></td>
<td class='column-group'><a href="/Freescale">Freescale</a></td>
<td class='column-num_rows'>2,707,524</td>
<td class='column-num_cols'>2,707,524</td>
<td class='column-nonzeros'>13,343,948</td>
<td class='column-kind d-none d-md-table-cell'>Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2010</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Freescale/memchip.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Freescale/memchip.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Freescale/memchip.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2275</td>
<td class='column-name'><a href="/Freescale/transient">transient</a></td>
<td class='column-group'><a href="/Freescale">Freescale</a></td>
<td class='column-num_rows'>178,866</td>
<td class='column-num_cols'>178,866</td>
<td class='column-nonzeros'>961,368</td>
<td class='column-kind d-none d-md-table-cell'>Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2010</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Freescale/transient.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Freescale/transient.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Freescale/transient.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2276</td>
<td class='column-name'><a href="/Freescale/circuit5M">circuit5M</a></td>
<td class='column-group'><a href="/Freescale">Freescale</a></td>
<td class='column-num_rows'>5,558,326</td>
<td class='column-num_cols'>5,558,326</td>
<td class='column-nonzeros'>59,524,291</td>
<td class='column-kind d-none d-md-table-cell'>Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2010</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Freescale/circuit5M.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Freescale/circuit5M.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Freescale/circuit5M.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2277</td>
<td class='column-name'><a href="/Freescale/circuit5M_dc">circuit5M_dc</a></td>
<td class='column-group'><a href="/Freescale">Freescale</a></td>
<td class='column-num_rows'>3,523,317</td>
<td class='column-num_cols'>3,523,317</td>
<td class='column-nonzeros'>14,865,409</td>
<td class='column-kind d-none d-md-table-cell'>Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2010</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Freescale/circuit5M_dc.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Freescale/circuit5M_dc.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Freescale/circuit5M_dc.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2278</td>
<td class='column-name'><a href="/Grund/poli3">poli3</a></td>
<td class='column-group'><a href="/Grund">Grund</a></td>
<td class='column-num_rows'>16,955</td>
<td class='column-num_cols'>16,955</td>
<td class='column-nonzeros'>37,849</td>
<td class='column-kind d-none d-md-table-cell'>Economic Problem</td>
<td class='column-date d-none d-md-table-cell'>2010</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Grund/poli3.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Grund/poli3.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Grund/poli3.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2279</td>
<td class='column-name'><a href="/Grund/poli4">poli4</a></td>
<td class='column-group'><a href="/Grund">Grund</a></td>
<td class='column-num_rows'>33,833</td>
<td class='column-num_cols'>33,833</td>
<td class='column-nonzeros'>73,249</td>
<td class='column-kind d-none d-md-table-cell'>Economic Problem</td>
<td class='column-date d-none d-md-table-cell'>2010</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Grund/poli4.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Grund/poli4.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Grund/poli4.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2280</td>
<td class='column-name'><a href="/Belcastro/human_gene1">human_gene1</a></td>
<td class='column-group'><a href="/Belcastro">Belcastro</a></td>
<td class='column-num_rows'>22,283</td>
<td class='column-num_cols'>22,283</td>
<td class='column-nonzeros'>24,669,643</td>
<td class='column-kind d-none d-md-table-cell'>Undirected Weighted Graph</td>
<td class='column-date d-none d-md-table-cell'>2010</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Belcastro/human_gene1.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Belcastro/human_gene1.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Belcastro/human_gene1.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2281</td>
<td class='column-name'><a href="/Belcastro/human_gene2">human_gene2</a></td>
<td class='column-group'><a href="/Belcastro">Belcastro</a></td>
<td class='column-num_rows'>14,340</td>
<td class='column-num_cols'>14,340</td>
<td class='column-nonzeros'>18,068,388</td>
<td class='column-kind d-none d-md-table-cell'>Undirected Weighted Graph</td>
<td class='column-date d-none d-md-table-cell'>2010</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Belcastro/human_gene2.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Belcastro/human_gene2.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Belcastro/human_gene2.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2282</td>
<td class='column-name'><a href="/Belcastro/mouse_gene">mouse_gene</a></td>
<td class='column-group'><a href="/Belcastro">Belcastro</a></td>
<td class='column-num_rows'>45,101</td>
<td class='column-num_cols'>45,101</td>
<td class='column-nonzeros'>28,967,291</td>
<td class='column-kind d-none d-md-table-cell'>Undirected Weighted Graph</td>
<td class='column-date d-none d-md-table-cell'>2010</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Belcastro/mouse_gene.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Belcastro/mouse_gene.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Belcastro/mouse_gene.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2283</td>
<td class='column-name'><a href="/Um/offshore">offshore</a></td>
<td class='column-group'><a href="/Um">Um</a></td>
<td class='column-num_rows'>259,789</td>
<td class='column-num_cols'>259,789</td>
<td class='column-nonzeros'>4,242,673</td>
<td class='column-kind d-none d-md-table-cell'>Electromagnetics Problem</td>
<td class='column-date d-none d-md-table-cell'>2010</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Um/offshore.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Um/offshore.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Um/offshore.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2329</td>
<td class='column-name'><a href="/Dziekonski/gsm_106857">gsm_106857</a></td>
<td class='column-group'><a href="/Dziekonski">Dziekonski</a></td>
<td class='column-num_rows'>589,446</td>
<td class='column-num_cols'>589,446</td>
<td class='column-nonzeros'>21,758,924</td>
<td class='column-kind d-none d-md-table-cell'>Electromagnetics Problem</td>
<td class='column-date d-none d-md-table-cell'>2010</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Dziekonski/gsm_106857.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Dziekonski/gsm_106857.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Dziekonski/gsm_106857.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2334</td>
<td class='column-name'><a href="/Fluorem/DK01R">DK01R</a></td>
<td class='column-group'><a href="/Fluorem">Fluorem</a></td>
<td class='column-num_rows'>903</td>
<td class='column-num_cols'>903</td>
<td class='column-nonzeros'>11,766</td>
<td class='column-kind d-none d-md-table-cell'>Computational Fluid Dynamics Problem</td>
<td class='column-date d-none d-md-table-cell'>2010</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Fluorem/DK01R.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Fluorem/DK01R.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Fluorem/DK01R.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2335</td>
<td class='column-name'><a href="/Fluorem/GT01R">GT01R</a></td>
<td class='column-group'><a href="/Fluorem">Fluorem</a></td>
<td class='column-num_rows'>7,980</td>
<td class='column-num_cols'>7,980</td>
<td class='column-nonzeros'>430,909</td>
<td class='column-kind d-none d-md-table-cell'>Computational Fluid Dynamics Problem</td>
<td class='column-date d-none d-md-table-cell'>2010</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Fluorem/GT01R.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Fluorem/GT01R.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Fluorem/GT01R.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2336</td>
<td class='column-name'><a href="/Fluorem/PR02R">PR02R</a></td>
<td class='column-group'><a href="/Fluorem">Fluorem</a></td>
<td class='column-num_rows'>161,070</td>
<td class='column-num_cols'>161,070</td>
<td class='column-nonzeros'>8,185,136</td>
<td class='column-kind d-none d-md-table-cell'>Computational Fluid Dynamics Problem</td>
<td class='column-date d-none d-md-table-cell'>2010</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Fluorem/PR02R.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Fluorem/PR02R.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Fluorem/PR02R.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2337</td>
<td class='column-name'><a href="/Fluorem/RM07R">RM07R</a></td>
<td class='column-group'><a href="/Fluorem">Fluorem</a></td>
<td class='column-num_rows'>381,689</td>
<td class='column-num_cols'>381,689</td>
<td class='column-nonzeros'>37,464,962</td>
<td class='column-kind d-none d-md-table-cell'>Computational Fluid Dynamics Problem</td>
<td class='column-date d-none d-md-table-cell'>2010</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Fluorem/RM07R.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Fluorem/RM07R.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Fluorem/RM07R.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2338</td>
<td class='column-name'><a href="/Rommes/ww_36_pmec_36">ww_36_pmec_36</a></td>
<td class='column-group'><a href="/Rommes">Rommes</a></td>
<td class='column-num_rows'>66</td>
<td class='column-num_cols'>66</td>
<td class='column-nonzeros'>1,194</td>
<td class='column-kind d-none d-md-table-cell'>Eigenvalue/Model Reduction Problem</td>
<td class='column-date d-none d-md-table-cell'>2010</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Rommes/ww_36_pmec_36.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Rommes/ww_36_pmec_36.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Rommes/ww_36_pmec_36.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2339</td>
<td class='column-name'><a href="/Rommes/ww_vref_6405">ww_vref_6405</a></td>
<td class='column-group'><a href="/Rommes">Rommes</a></td>
<td class='column-num_rows'>13,251</td>
<td class='column-num_cols'>13,251</td>
<td class='column-nonzeros'>48,737</td>
<td class='column-kind d-none d-md-table-cell'>Eigenvalue/Model Reduction Problem</td>
<td class='column-date d-none d-md-table-cell'>2010</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Rommes/ww_vref_6405.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Rommes/ww_vref_6405.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Rommes/ww_vref_6405.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2340</td>
<td class='column-name'><a href="/Rommes/xingo_afonso_itaipu">xingo_afonso_itaipu</a></td>
<td class='column-group'><a href="/Rommes">Rommes</a></td>
<td class='column-num_rows'>13,250</td>
<td class='column-num_cols'>13,250</td>
<td class='column-nonzeros'>48,735</td>
<td class='column-kind d-none d-md-table-cell'>Eigenvalue/Model Reduction Problem</td>
<td class='column-date d-none d-md-table-cell'>2010</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Rommes/xingo_afonso_itaipu.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Rommes/xingo_afonso_itaipu.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Rommes/xingo_afonso_itaipu.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2341</td>
<td class='column-name'><a href="/Rommes/mimo8x8_system">mimo8x8_system</a></td>
<td class='column-group'><a href="/Rommes">Rommes</a></td>
<td class='column-num_rows'>13,309</td>
<td class='column-num_cols'>13,309</td>
<td class='column-nonzeros'>48,872</td>
<td class='column-kind d-none d-md-table-cell'>Eigenvalue/Model Reduction Problem</td>
<td class='column-date d-none d-md-table-cell'>2010</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Rommes/mimo8x8_system.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Rommes/mimo8x8_system.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Rommes/mimo8x8_system.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2342</td>
<td class='column-name'><a href="/Rommes/mimo28x28_system">mimo28x28_system</a></td>
<td class='column-group'><a href="/Rommes">Rommes</a></td>
<td class='column-num_rows'>13,251</td>
<td class='column-num_cols'>13,251</td>
<td class='column-nonzeros'>48,737</td>
<td class='column-kind d-none d-md-table-cell'>Eigenvalue/Model Reduction Problem</td>
<td class='column-date d-none d-md-table-cell'>2010</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Rommes/mimo28x28_system.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Rommes/mimo28x28_system.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Rommes/mimo28x28_system.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2343</td>
<td class='column-name'><a href="/Rommes/mimo46x46_system">mimo46x46_system</a></td>
<td class='column-group'><a href="/Rommes">Rommes</a></td>
<td class='column-num_rows'>13,250</td>
<td class='column-num_cols'>13,250</td>
<td class='column-nonzeros'>48,735</td>
<td class='column-kind d-none d-md-table-cell'>Eigenvalue/Model Reduction Problem</td>
<td class='column-date d-none d-md-table-cell'>2010</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Rommes/mimo46x46_system.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Rommes/mimo46x46_system.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Rommes/mimo46x46_system.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2344</td>
<td class='column-name'><a href="/Rommes/juba40k">juba40k</a></td>
<td class='column-group'><a href="/Rommes">Rommes</a></td>
<td class='column-num_rows'>40,337</td>
<td class='column-num_cols'>40,337</td>
<td class='column-nonzeros'>144,945</td>
<td class='column-kind d-none d-md-table-cell'>Eigenvalue/Model Reduction Problem</td>
<td class='column-date d-none d-md-table-cell'>2010</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Rommes/juba40k.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Rommes/juba40k.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Rommes/juba40k.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2345</td>
<td class='column-name'><a href="/Rommes/bauru5727">bauru5727</a></td>
<td class='column-group'><a href="/Rommes">Rommes</a></td>
<td class='column-num_rows'>40,366</td>
<td class='column-num_cols'>40,366</td>
<td class='column-nonzeros'>145,019</td>
<td class='column-kind d-none d-md-table-cell'>Eigenvalue/Model Reduction Problem</td>
<td class='column-date d-none d-md-table-cell'>2010</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Rommes/bauru5727.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Rommes/bauru5727.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Rommes/bauru5727.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2346</td>
<td class='column-name'><a href="/Rommes/zeros_nopss_13k">zeros_nopss_13k</a></td>
<td class='column-group'><a href="/Rommes">Rommes</a></td>
<td class='column-num_rows'>13,296</td>
<td class='column-num_cols'>13,296</td>
<td class='column-nonzeros'>48,827</td>
<td class='column-kind d-none d-md-table-cell'>Eigenvalue/Model Reduction Problem</td>
<td class='column-date d-none d-md-table-cell'>2010</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Rommes/zeros_nopss_13k.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Rommes/zeros_nopss_13k.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Rommes/zeros_nopss_13k.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2347</td>
<td class='column-name'><a href="/Rommes/descriptor_xingo6u">descriptor_xingo6u</a></td>
<td class='column-group'><a href="/Rommes">Rommes</a></td>
<td class='column-num_rows'>20,738</td>
<td class='column-num_cols'>20,738</td>
<td class='column-nonzeros'>73,916</td>
<td class='column-kind d-none d-md-table-cell'>Eigenvalue/Model Reduction Problem</td>
<td class='column-date d-none d-md-table-cell'>2010</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Rommes/descriptor_xingo6u.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Rommes/descriptor_xingo6u.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Rommes/descriptor_xingo6u.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2348</td>
<td class='column-name'><a href="/Rommes/nopss_11k">nopss_11k</a></td>
<td class='column-group'><a href="/Rommes">Rommes</a></td>
<td class='column-num_rows'>11,685</td>
<td class='column-num_cols'>11,685</td>
<td class='column-nonzeros'>44,941</td>
<td class='column-kind d-none d-md-table-cell'>Eigenvalue/Model Reduction Problem</td>
<td class='column-date d-none d-md-table-cell'>2010</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Rommes/nopss_11k.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Rommes/nopss_11k.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Rommes/nopss_11k.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2349</td>
<td class='column-name'><a href="/Rommes/xingo3012">xingo3012</a></td>
<td class='column-group'><a href="/Rommes">Rommes</a></td>
<td class='column-num_rows'>20,944</td>
<td class='column-num_cols'>20,944</td>
<td class='column-nonzeros'>74,386</td>
<td class='column-kind d-none d-md-table-cell'>Eigenvalue/Model Reduction Problem</td>
<td class='column-date d-none d-md-table-cell'>2010</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Rommes/xingo3012.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Rommes/xingo3012.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Rommes/xingo3012.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2350</td>
<td class='column-name'><a href="/Rommes/bips98_606">bips98_606</a></td>
<td class='column-group'><a href="/Rommes">Rommes</a></td>
<td class='column-num_rows'>7,135</td>
<td class='column-num_cols'>7,135</td>
<td class='column-nonzeros'>34,738</td>
<td class='column-kind d-none d-md-table-cell'>Eigenvalue/Model Reduction Problem</td>
<td class='column-date d-none d-md-table-cell'>2010</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Rommes/bips98_606.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Rommes/bips98_606.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Rommes/bips98_606.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2351</td>
<td class='column-name'><a href="/Rommes/bips98_1142">bips98_1142</a></td>
<td class='column-group'><a href="/Rommes">Rommes</a></td>
<td class='column-num_rows'>9,735</td>
<td class='column-num_cols'>9,735</td>
<td class='column-nonzeros'>40,983</td>
<td class='column-kind d-none d-md-table-cell'>Eigenvalue/Model Reduction Problem</td>
<td class='column-date d-none d-md-table-cell'>2010</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Rommes/bips98_1142.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Rommes/bips98_1142.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Rommes/bips98_1142.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2352</td>
<td class='column-name'><a href="/Rommes/bips98_1450">bips98_1450</a></td>
<td class='column-group'><a href="/Rommes">Rommes</a></td>
<td class='column-num_rows'>11,305</td>
<td class='column-num_cols'>11,305</td>
<td class='column-nonzeros'>44,678</td>
<td class='column-kind d-none d-md-table-cell'>Eigenvalue/Model Reduction Problem</td>
<td class='column-date d-none d-md-table-cell'>2010</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Rommes/bips98_1450.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Rommes/bips98_1450.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Rommes/bips98_1450.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2353</td>
<td class='column-name'><a href="/Rommes/bips07_1693">bips07_1693</a></td>
<td class='column-group'><a href="/Rommes">Rommes</a></td>
<td class='column-num_rows'>13,275</td>
<td class='column-num_cols'>13,275</td>
<td class='column-nonzeros'>49,044</td>
<td class='column-kind d-none d-md-table-cell'>Eigenvalue/Model Reduction Problem</td>
<td class='column-date d-none d-md-table-cell'>2010</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Rommes/bips07_1693.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Rommes/bips07_1693.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Rommes/bips07_1693.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2354</td>
<td class='column-name'><a href="/Rommes/bips07_1998">bips07_1998</a></td>
<td class='column-group'><a href="/Rommes">Rommes</a></td>
<td class='column-num_rows'>15,066</td>
<td class='column-num_cols'>15,066</td>
<td class='column-nonzeros'>62,198</td>
<td class='column-kind d-none d-md-table-cell'>Eigenvalue/Model Reduction Problem</td>
<td class='column-date d-none d-md-table-cell'>2010</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Rommes/bips07_1998.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Rommes/bips07_1998.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Rommes/bips07_1998.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2355</td>
<td class='column-name'><a href="/Rommes/bips07_2476">bips07_2476</a></td>
<td class='column-group'><a href="/Rommes">Rommes</a></td>
<td class='column-num_rows'>16,861</td>
<td class='column-num_cols'>16,861</td>
<td class='column-nonzeros'>66,498</td>
<td class='column-kind d-none d-md-table-cell'>Eigenvalue/Model Reduction Problem</td>
<td class='column-date d-none d-md-table-cell'>2010</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Rommes/bips07_2476.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Rommes/bips07_2476.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Rommes/bips07_2476.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2356</td>
<td class='column-name'><a href="/Rommes/bips07_3078">bips07_3078</a></td>
<td class='column-group'><a href="/Rommes">Rommes</a></td>
<td class='column-num_rows'>21,128</td>
<td class='column-num_cols'>21,128</td>
<td class='column-nonzeros'>75,729</td>
<td class='column-kind d-none d-md-table-cell'>Eigenvalue/Model Reduction Problem</td>
<td class='column-date d-none d-md-table-cell'>2010</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Rommes/bips07_3078.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Rommes/bips07_3078.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Rommes/bips07_3078.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2357</td>
<td class='column-name'><a href="/Rommes/M10PI_n1">M10PI_n1</a></td>
<td class='column-group'><a href="/Rommes">Rommes</a></td>
<td class='column-num_rows'>528</td>
<td class='column-num_cols'>528</td>
<td class='column-nonzeros'>1,317</td>
<td class='column-kind d-none d-md-table-cell'>Eigenvalue/Model Reduction Problem</td>
<td class='column-date d-none d-md-table-cell'>2010</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Rommes/M10PI_n1.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Rommes/M10PI_n1.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Rommes/M10PI_n1.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2358</td>
<td class='column-name'><a href="/Rommes/M20PI_n1">M20PI_n1</a></td>
<td class='column-group'><a href="/Rommes">Rommes</a></td>
<td class='column-num_rows'>1,028</td>
<td class='column-num_cols'>1,028</td>
<td class='column-nonzeros'>2,547</td>
<td class='column-kind d-none d-md-table-cell'>Eigenvalue/Model Reduction Problem</td>
<td class='column-date d-none d-md-table-cell'>2010</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Rommes/M20PI_n1.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Rommes/M20PI_n1.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Rommes/M20PI_n1.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2359</td>
<td class='column-name'><a href="/Rommes/M40PI_n1">M40PI_n1</a></td>
<td class='column-group'><a href="/Rommes">Rommes</a></td>
<td class='column-num_rows'>2,028</td>
<td class='column-num_cols'>2,028</td>
<td class='column-nonzeros'>5,007</td>
<td class='column-kind d-none d-md-table-cell'>Eigenvalue/Model Reduction Problem</td>
<td class='column-date d-none d-md-table-cell'>2010</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Rommes/M40PI_n1.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Rommes/M40PI_n1.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Rommes/M40PI_n1.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2360</td>
<td class='column-name'><a href="/Rommes/M80PI_n1">M80PI_n1</a></td>
<td class='column-group'><a href="/Rommes">Rommes</a></td>
<td class='column-num_rows'>4,028</td>
<td class='column-num_cols'>4,028</td>
<td class='column-nonzeros'>9,927</td>
<td class='column-kind d-none d-md-table-cell'>Eigenvalue/Model Reduction Problem</td>
<td class='column-date d-none d-md-table-cell'>2010</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Rommes/M80PI_n1.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Rommes/M80PI_n1.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Rommes/M80PI_n1.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2361</td>
<td class='column-name'><a href="/Rommes/M10PI_n">M10PI_n</a></td>
<td class='column-group'><a href="/Rommes">Rommes</a></td>
<td class='column-num_rows'>682</td>
<td class='column-num_cols'>682</td>
<td class='column-nonzeros'>1,633</td>
<td class='column-kind d-none d-md-table-cell'>Eigenvalue/Model Reduction Problem</td>
<td class='column-date d-none d-md-table-cell'>2010</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Rommes/M10PI_n.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Rommes/M10PI_n.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Rommes/M10PI_n.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2362</td>
<td class='column-name'><a href="/Rommes/M20PI_n">M20PI_n</a></td>
<td class='column-group'><a href="/Rommes">Rommes</a></td>
<td class='column-num_rows'>1,182</td>
<td class='column-num_cols'>1,182</td>
<td class='column-nonzeros'>2,881</td>
<td class='column-kind d-none d-md-table-cell'>Eigenvalue/Model Reduction Problem</td>
<td class='column-date d-none d-md-table-cell'>2010</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Rommes/M20PI_n.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Rommes/M20PI_n.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Rommes/M20PI_n.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2363</td>
<td class='column-name'><a href="/Rommes/M40PI_n">M40PI_n</a></td>
<td class='column-group'><a href="/Rommes">Rommes</a></td>
<td class='column-num_rows'>2,182</td>
<td class='column-num_cols'>2,182</td>
<td class='column-nonzeros'>5,341</td>
<td class='column-kind d-none d-md-table-cell'>Eigenvalue/Model Reduction Problem</td>
<td class='column-date d-none d-md-table-cell'>2010</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Rommes/M40PI_n.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Rommes/M40PI_n.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Rommes/M40PI_n.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2364</td>
<td class='column-name'><a href="/Rommes/M80PI_n">M80PI_n</a></td>
<td class='column-group'><a href="/Rommes">Rommes</a></td>
<td class='column-num_rows'>4,182</td>
<td class='column-num_cols'>4,182</td>
<td class='column-nonzeros'>10,261</td>
<td class='column-kind d-none d-md-table-cell'>Eigenvalue/Model Reduction Problem</td>
<td class='column-date d-none d-md-table-cell'>2010</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Rommes/M80PI_n.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Rommes/M80PI_n.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Rommes/M80PI_n.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2365</td>
<td class='column-name'><a href="/Rommes/S10PI_n1">S10PI_n1</a></td>
<td class='column-group'><a href="/Rommes">Rommes</a></td>
<td class='column-num_rows'>528</td>
<td class='column-num_cols'>528</td>
<td class='column-nonzeros'>1,317</td>
<td class='column-kind d-none d-md-table-cell'>Eigenvalue/Model Reduction Problem</td>
<td class='column-date d-none d-md-table-cell'>2010</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Rommes/S10PI_n1.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Rommes/S10PI_n1.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Rommes/S10PI_n1.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2366</td>
<td class='column-name'><a href="/Rommes/S20PI_n1">S20PI_n1</a></td>
<td class='column-group'><a href="/Rommes">Rommes</a></td>
<td class='column-num_rows'>1,028</td>
<td class='column-num_cols'>1,028</td>
<td class='column-nonzeros'>2,547</td>
<td class='column-kind d-none d-md-table-cell'>Eigenvalue/Model Reduction Problem</td>
<td class='column-date d-none d-md-table-cell'>2010</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Rommes/S20PI_n1.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Rommes/S20PI_n1.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Rommes/S20PI_n1.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2367</td>
<td class='column-name'><a href="/Rommes/S40PI_n1">S40PI_n1</a></td>
<td class='column-group'><a href="/Rommes">Rommes</a></td>
<td class='column-num_rows'>2,028</td>
<td class='column-num_cols'>2,028</td>
<td class='column-nonzeros'>5,007</td>
<td class='column-kind d-none d-md-table-cell'>Eigenvalue/Model Reduction Problem</td>
<td class='column-date d-none d-md-table-cell'>2010</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Rommes/S40PI_n1.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Rommes/S40PI_n1.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Rommes/S40PI_n1.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2368</td>
<td class='column-name'><a href="/Rommes/S80PI_n1">S80PI_n1</a></td>
<td class='column-group'><a href="/Rommes">Rommes</a></td>
<td class='column-num_rows'>4,028</td>
<td class='column-num_cols'>4,028</td>
<td class='column-nonzeros'>9,927</td>
<td class='column-kind d-none d-md-table-cell'>Eigenvalue/Model Reduction Problem</td>
<td class='column-date d-none d-md-table-cell'>2010</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Rommes/S80PI_n1.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Rommes/S80PI_n1.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Rommes/S80PI_n1.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2369</td>
<td class='column-name'><a href="/Rommes/S10PI_n">S10PI_n</a></td>
<td class='column-group'><a href="/Rommes">Rommes</a></td>
<td class='column-num_rows'>682</td>
<td class='column-num_cols'>682</td>
<td class='column-nonzeros'>1,633</td>
<td class='column-kind d-none d-md-table-cell'>Eigenvalue/Model Reduction Problem</td>
<td class='column-date d-none d-md-table-cell'>2010</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Rommes/S10PI_n.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Rommes/S10PI_n.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Rommes/S10PI_n.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2370</td>
<td class='column-name'><a href="/Rommes/S20PI_n">S20PI_n</a></td>
<td class='column-group'><a href="/Rommes">Rommes</a></td>
<td class='column-num_rows'>1,182</td>
<td class='column-num_cols'>1,182</td>
<td class='column-nonzeros'>2,881</td>
<td class='column-kind d-none d-md-table-cell'>Eigenvalue/Model Reduction Problem</td>
<td class='column-date d-none d-md-table-cell'>2010</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Rommes/S20PI_n.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Rommes/S20PI_n.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Rommes/S20PI_n.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2371</td>
<td class='column-name'><a href="/Rommes/S40PI_n">S40PI_n</a></td>
<td class='column-group'><a href="/Rommes">Rommes</a></td>
<td class='column-num_rows'>2,182</td>
<td class='column-num_cols'>2,182</td>
<td class='column-nonzeros'>5,341</td>
<td class='column-kind d-none d-md-table-cell'>Eigenvalue/Model Reduction Problem</td>
<td class='column-date d-none d-md-table-cell'>2010</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Rommes/S40PI_n.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Rommes/S40PI_n.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Rommes/S40PI_n.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2372</td>
<td class='column-name'><a href="/Rommes/S80PI_n">S80PI_n</a></td>
<td class='column-group'><a href="/Rommes">Rommes</a></td>
<td class='column-num_rows'>4,182</td>
<td class='column-num_cols'>4,182</td>
<td class='column-nonzeros'>10,261</td>
<td class='column-kind d-none d-md-table-cell'>Eigenvalue/Model Reduction Problem</td>
<td class='column-date d-none d-md-table-cell'>2010</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Rommes/S80PI_n.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Rommes/S80PI_n.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Rommes/S80PI_n.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2373</td>
<td class='column-name'><a href="/Williams/pdb1HYS">pdb1HYS</a></td>
<td class='column-group'><a href="/Williams">Williams</a></td>
<td class='column-num_rows'>36,417</td>
<td class='column-num_cols'>36,417</td>
<td class='column-nonzeros'>4,344,765</td>
<td class='column-kind d-none d-md-table-cell'>Weighted Undirected Graph</td>
<td class='column-date d-none d-md-table-cell'>2008</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Williams/pdb1HYS.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Williams/pdb1HYS.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Williams/pdb1HYS.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2374</td>
<td class='column-name'><a href="/Williams/consph">consph</a></td>
<td class='column-group'><a href="/Williams">Williams</a></td>
<td class='column-num_rows'>83,334</td>
<td class='column-num_cols'>83,334</td>
<td class='column-nonzeros'>6,010,480</td>
<td class='column-kind d-none d-md-table-cell'>2D/3D Problem</td>
<td class='column-date d-none d-md-table-cell'>2008</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Williams/consph.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Williams/consph.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Williams/consph.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2375</td>
<td class='column-name'><a href="/Williams/cant">cant</a></td>
<td class='column-group'><a href="/Williams">Williams</a></td>
<td class='column-num_rows'>62,451</td>
<td class='column-num_cols'>62,451</td>
<td class='column-nonzeros'>4,007,383</td>
<td class='column-kind d-none d-md-table-cell'>2D/3D Problem</td>
<td class='column-date d-none d-md-table-cell'>2008</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Williams/cant.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Williams/cant.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Williams/cant.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2376</td>
<td class='column-name'><a href="/Williams/mac_econ_fwd500">mac_econ_fwd500</a></td>
<td class='column-group'><a href="/Williams">Williams</a></td>
<td class='column-num_rows'>206,500</td>
<td class='column-num_cols'>206,500</td>
<td class='column-nonzeros'>1,273,389</td>
<td class='column-kind d-none d-md-table-cell'>Economic Problem</td>
<td class='column-date d-none d-md-table-cell'>2008</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Williams/mac_econ_fwd500.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Williams/mac_econ_fwd500.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Williams/mac_econ_fwd500.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2378</td>
<td class='column-name'><a href="/Williams/cop20k_A">cop20k_A</a></td>
<td class='column-group'><a href="/Williams">Williams</a></td>
<td class='column-num_rows'>121,192</td>
<td class='column-num_cols'>121,192</td>
<td class='column-nonzeros'>2,624,331</td>
<td class='column-kind d-none d-md-table-cell'>2D/3D Problem</td>
<td class='column-date d-none d-md-table-cell'>2008</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Williams/cop20k_A.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Williams/cop20k_A.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Williams/cop20k_A.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2379</td>
<td class='column-name'><a href="/Williams/webbase-1M">webbase-1M</a></td>
<td class='column-group'><a href="/Williams">Williams</a></td>
<td class='column-num_rows'>1,000,005</td>
<td class='column-num_cols'>1,000,005</td>
<td class='column-nonzeros'>3,105,536</td>
<td class='column-kind d-none d-md-table-cell'>Weighted Directed Graph</td>
<td class='column-date d-none d-md-table-cell'>2008</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Williams/webbase-1M.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Williams/webbase-1M.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Williams/webbase-1M.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2380</td>
<td class='column-name'><a href="/Freescale/FullChip">FullChip</a></td>
<td class='column-group'><a href="/Freescale">Freescale</a></td>
<td class='column-num_rows'>2,987,012</td>
<td class='column-num_cols'>2,987,012</td>
<td class='column-nonzeros'>26,621,983</td>
<td class='column-kind d-none d-md-table-cell'>Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2011</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Freescale/FullChip.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Freescale/FullChip.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Freescale/FullChip.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2384</td>
<td class='column-name'><a href="/Fluorem/HV15R">HV15R</a></td>
<td class='column-group'><a href="/Fluorem">Fluorem</a></td>
<td class='column-num_rows'>2,017,169</td>
<td class='column-num_cols'>2,017,169</td>
<td class='column-nonzeros'>283,073,458</td>
<td class='column-kind d-none d-md-table-cell'>Computational Fluid Dynamics Problem</td>
<td class='column-date d-none d-md-table-cell'>2011</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Fluorem/HV15R.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Fluorem/HV15R.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Fluorem/HV15R.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2386</td>
<td class='column-name'><a href="/Dziekonski/dielFilterV2real">dielFilterV2real</a></td>
<td class='column-group'><a href="/Dziekonski">Dziekonski</a></td>
<td class='column-num_rows'>1,157,456</td>
<td class='column-num_cols'>1,157,456</td>
<td class='column-nonzeros'>48,538,952</td>
<td class='column-kind d-none d-md-table-cell'>Electromagnetics Problem</td>
<td class='column-date d-none d-md-table-cell'>2011</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Dziekonski/dielFilterV2real.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Dziekonski/dielFilterV2real.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Dziekonski/dielFilterV2real.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2388</td>
<td class='column-name'><a href="/Dziekonski/dielFilterV3real">dielFilterV3real</a></td>
<td class='column-group'><a href="/Dziekonski">Dziekonski</a></td>
<td class='column-num_rows'>1,102,824</td>
<td class='column-num_cols'>1,102,824</td>
<td class='column-nonzeros'>89,306,020</td>
<td class='column-kind d-none d-md-table-cell'>Electromagnetics Problem</td>
<td class='column-date d-none d-md-table-cell'>2011</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Dziekonski/dielFilterV3real.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Dziekonski/dielFilterV3real.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Dziekonski/dielFilterV3real.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2391</td>
<td class='column-name'><a href="/Newman/astro-ph">astro-ph</a></td>
<td class='column-group'><a href="/Newman">Newman</a></td>
<td class='column-num_rows'>16,706</td>
<td class='column-num_cols'>16,706</td>
<td class='column-nonzeros'>242,502</td>
<td class='column-kind d-none d-md-table-cell'>Undirected Weighted Graph</td>
<td class='column-date d-none d-md-table-cell'>2001</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Newman/astro-ph.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Newman/astro-ph.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Newman/astro-ph.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2393</td>
<td class='column-name'><a href="/Newman/cond-mat">cond-mat</a></td>
<td class='column-group'><a href="/Newman">Newman</a></td>
<td class='column-num_rows'>16,726</td>
<td class='column-num_cols'>16,726</td>
<td class='column-nonzeros'>95,188</td>
<td class='column-kind d-none d-md-table-cell'>Undirected Weighted Graph</td>
<td class='column-date d-none d-md-table-cell'>2001</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Newman/cond-mat.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Newman/cond-mat.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Newman/cond-mat.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2394</td>
<td class='column-name'><a href="/Newman/cond-mat-2003">cond-mat-2003</a></td>
<td class='column-group'><a href="/Newman">Newman</a></td>
<td class='column-num_rows'>31,163</td>
<td class='column-num_cols'>31,163</td>
<td class='column-nonzeros'>240,058</td>
<td class='column-kind d-none d-md-table-cell'>Undirected Weighted Graph</td>
<td class='column-date d-none d-md-table-cell'>2003</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Newman/cond-mat-2003.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Newman/cond-mat-2003.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Newman/cond-mat-2003.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2395</td>
<td class='column-name'><a href="/Newman/cond-mat-2005">cond-mat-2005</a></td>
<td class='column-group'><a href="/Newman">Newman</a></td>
<td class='column-num_rows'>40,421</td>
<td class='column-num_cols'>40,421</td>
<td class='column-nonzeros'>351,382</td>
<td class='column-kind d-none d-md-table-cell'>Undirected Weighted Graph</td>
<td class='column-date d-none d-md-table-cell'>2005</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Newman/cond-mat-2005.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Newman/cond-mat-2005.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Newman/cond-mat-2005.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2398</td>
<td class='column-name'><a href="/Newman/hep-th">hep-th</a></td>
<td class='column-group'><a href="/Newman">Newman</a></td>
<td class='column-num_rows'>8,361</td>
<td class='column-num_cols'>8,361</td>
<td class='column-nonzeros'>31,502</td>
<td class='column-kind d-none d-md-table-cell'>Undirected Weighted Graph</td>
<td class='column-date d-none d-md-table-cell'>2001</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Newman/hep-th.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Newman/hep-th.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Newman/hep-th.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2401</td>
<td class='column-name'><a href="/Newman/netscience">netscience</a></td>
<td class='column-group'><a href="/Newman">Newman</a></td>
<td class='column-num_rows'>1,589</td>
<td class='column-num_cols'>1,589</td>
<td class='column-nonzeros'>5,484</td>
<td class='column-kind d-none d-md-table-cell'>Undirected Weighted Graph</td>
<td class='column-date d-none d-md-table-cell'>2006</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Newman/netscience.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Newman/netscience.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Newman/netscience.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2534</td>
<td class='column-name'><a href="/IPSO/HTC_336_4438">HTC_336_4438</a></td>
<td class='column-group'><a href="/IPSO">IPSO</a></td>
<td class='column-num_rows'>226,340</td>
<td class='column-num_cols'>226,340</td>
<td class='column-nonzeros'>783,496</td>
<td class='column-kind d-none d-md-table-cell'>Power Network Problem</td>
<td class='column-date d-none d-md-table-cell'>2011</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/IPSO/HTC_336_4438.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/IPSO/HTC_336_4438.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/IPSO/HTC_336_4438.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2535</td>
<td class='column-name'><a href="/IPSO/HTC_336_9129">HTC_336_9129</a></td>
<td class='column-group'><a href="/IPSO">IPSO</a></td>
<td class='column-num_rows'>226,340</td>
<td class='column-num_cols'>226,340</td>
<td class='column-nonzeros'>762,969</td>
<td class='column-kind d-none d-md-table-cell'>Power Network Problem</td>
<td class='column-date d-none d-md-table-cell'>2011</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/IPSO/HTC_336_9129.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/IPSO/HTC_336_9129.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/IPSO/HTC_336_9129.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2536</td>
<td class='column-name'><a href="/IPSO/OPF_10000">OPF_10000</a></td>
<td class='column-group'><a href="/IPSO">IPSO</a></td>
<td class='column-num_rows'>43,887</td>
<td class='column-num_cols'>43,887</td>
<td class='column-nonzeros'>426,898</td>
<td class='column-kind d-none d-md-table-cell'>Power Network Problem</td>
<td class='column-date d-none d-md-table-cell'>2011</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/IPSO/OPF_10000.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/IPSO/OPF_10000.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/IPSO/OPF_10000.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2537</td>
<td class='column-name'><a href="/IPSO/OPF_3754">OPF_3754</a></td>
<td class='column-group'><a href="/IPSO">IPSO</a></td>
<td class='column-num_rows'>15,435</td>
<td class='column-num_cols'>15,435</td>
<td class='column-nonzeros'>141,478</td>
<td class='column-kind d-none d-md-table-cell'>Power Network Problem</td>
<td class='column-date d-none d-md-table-cell'>2011</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/IPSO/OPF_3754.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/IPSO/OPF_3754.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/IPSO/OPF_3754.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2538</td>
<td class='column-name'><a href="/IPSO/OPF_6000">OPF_6000</a></td>
<td class='column-group'><a href="/IPSO">IPSO</a></td>
<td class='column-num_rows'>29,902</td>
<td class='column-num_cols'>29,902</td>
<td class='column-nonzeros'>274,697</td>
<td class='column-kind d-none d-md-table-cell'>Power Network Problem</td>
<td class='column-date d-none d-md-table-cell'>2011</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/IPSO/OPF_6000.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/IPSO/OPF_6000.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/IPSO/OPF_6000.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2539</td>
<td class='column-name'><a href="/IPSO/TSC_OPF_1047">TSC_OPF_1047</a></td>
<td class='column-group'><a href="/IPSO">IPSO</a></td>
<td class='column-num_rows'>8,140</td>
<td class='column-num_cols'>8,140</td>
<td class='column-nonzeros'>2,012,833</td>
<td class='column-kind d-none d-md-table-cell'>Power Network Problem</td>
<td class='column-date d-none d-md-table-cell'>2011</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/IPSO/TSC_OPF_1047.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/IPSO/TSC_OPF_1047.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/IPSO/TSC_OPF_1047.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2540</td>
<td class='column-name'><a href="/IPSO/TSC_OPF_300">TSC_OPF_300</a></td>
<td class='column-group'><a href="/IPSO">IPSO</a></td>
<td class='column-num_rows'>9,774</td>
<td class='column-num_cols'>9,774</td>
<td class='column-nonzeros'>820,783</td>
<td class='column-kind d-none d-md-table-cell'>Power Network Problem</td>
<td class='column-date d-none d-md-table-cell'>2011</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/IPSO/TSC_OPF_300.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/IPSO/TSC_OPF_300.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/IPSO/TSC_OPF_300.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2541</td>
<td class='column-name'><a href="/Janna/Serena">Serena</a></td>
<td class='column-group'><a href="/Janna">Janna</a></td>
<td class='column-num_rows'>1,391,349</td>
<td class='column-num_cols'>1,391,349</td>
<td class='column-nonzeros'>64,131,971</td>
<td class='column-kind d-none d-md-table-cell'>Structural Problem</td>
<td class='column-date d-none d-md-table-cell'>2011</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Janna/Serena.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Janna/Serena.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Janna/Serena.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2542</td>
<td class='column-name'><a href="/Janna/Emilia_923">Emilia_923</a></td>
<td class='column-group'><a href="/Janna">Janna</a></td>
<td class='column-num_rows'>923,136</td>
<td class='column-num_cols'>923,136</td>
<td class='column-nonzeros'>40,373,538</td>
<td class='column-kind d-none d-md-table-cell'>Structural Problem</td>
<td class='column-date d-none d-md-table-cell'>2011</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Janna/Emilia_923.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Janna/Emilia_923.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Janna/Emilia_923.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2543</td>
<td class='column-name'><a href="/Janna/Fault_639">Fault_639</a></td>
<td class='column-group'><a href="/Janna">Janna</a></td>
<td class='column-num_rows'>638,802</td>
<td class='column-num_cols'>638,802</td>
<td class='column-nonzeros'>27,245,944</td>
<td class='column-kind d-none d-md-table-cell'>Structural Problem</td>
<td class='column-date d-none d-md-table-cell'>2011</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Janna/Fault_639.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Janna/Fault_639.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Janna/Fault_639.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2544</td>
<td class='column-name'><a href="/Janna/Flan_1565">Flan_1565</a></td>
<td class='column-group'><a href="/Janna">Janna</a></td>
<td class='column-num_rows'>1,564,794</td>
<td class='column-num_cols'>1,564,794</td>
<td class='column-nonzeros'>114,165,372</td>
<td class='column-kind d-none d-md-table-cell'>Structural Problem</td>
<td class='column-date d-none d-md-table-cell'>2011</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Janna/Flan_1565.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Janna/Flan_1565.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Janna/Flan_1565.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2545</td>
<td class='column-name'><a href="/Janna/Geo_1438">Geo_1438</a></td>
<td class='column-group'><a href="/Janna">Janna</a></td>
<td class='column-num_rows'>1,437,960</td>
<td class='column-num_cols'>1,437,960</td>
<td class='column-nonzeros'>60,236,322</td>
<td class='column-kind d-none d-md-table-cell'>Structural Problem</td>
<td class='column-date d-none d-md-table-cell'>2011</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Janna/Geo_1438.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Janna/Geo_1438.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Janna/Geo_1438.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2546</td>
<td class='column-name'><a href="/Janna/Hook_1498">Hook_1498</a></td>
<td class='column-group'><a href="/Janna">Janna</a></td>
<td class='column-num_rows'>1,498,023</td>
<td class='column-num_cols'>1,498,023</td>
<td class='column-nonzeros'>59,374,451</td>
<td class='column-kind d-none d-md-table-cell'>Structural Problem</td>
<td class='column-date d-none d-md-table-cell'>2011</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Janna/Hook_1498.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Janna/Hook_1498.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Janna/Hook_1498.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2547</td>
<td class='column-name'><a href="/Janna/StocF-1465">StocF-1465</a></td>
<td class='column-group'><a href="/Janna">Janna</a></td>
<td class='column-num_rows'>1,465,137</td>
<td class='column-num_cols'>1,465,137</td>
<td class='column-nonzeros'>21,005,389</td>
<td class='column-kind d-none d-md-table-cell'>Computational Fluid Dynamics Problem</td>
<td class='column-date d-none d-md-table-cell'>2011</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Janna/StocF-1465.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Janna/StocF-1465.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Janna/StocF-1465.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2548</td>
<td class='column-name'><a href="/Janna/Cube_Coup_dt0">Cube_Coup_dt0</a></td>
<td class='column-group'><a href="/Janna">Janna</a></td>
<td class='column-num_rows'>2,164,760</td>
<td class='column-num_cols'>2,164,760</td>
<td class='column-nonzeros'>124,406,070</td>
<td class='column-kind d-none d-md-table-cell'>Structural Problem</td>
<td class='column-date d-none d-md-table-cell'>2012</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Janna/Cube_Coup_dt0.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Janna/Cube_Coup_dt0.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Janna/Cube_Coup_dt0.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2549</td>
<td class='column-name'><a href="/Janna/Cube_Coup_dt6">Cube_Coup_dt6</a></td>
<td class='column-group'><a href="/Janna">Janna</a></td>
<td class='column-num_rows'>2,164,760</td>
<td class='column-num_cols'>2,164,760</td>
<td class='column-nonzeros'>124,406,070</td>
<td class='column-kind d-none d-md-table-cell'>Structural Problem</td>
<td class='column-date d-none d-md-table-cell'>2012</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Janna/Cube_Coup_dt6.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Janna/Cube_Coup_dt6.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Janna/Cube_Coup_dt6.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2550</td>
<td class='column-name'><a href="/Janna/Long_Coup_dt0">Long_Coup_dt0</a></td>
<td class='column-group'><a href="/Janna">Janna</a></td>
<td class='column-num_rows'>1,470,152</td>
<td class='column-num_cols'>1,470,152</td>
<td class='column-nonzeros'>84,422,970</td>
<td class='column-kind d-none d-md-table-cell'>Structural Problem</td>
<td class='column-date d-none d-md-table-cell'>2012</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Janna/Long_Coup_dt0.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Janna/Long_Coup_dt0.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Janna/Long_Coup_dt0.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2551</td>
<td class='column-name'><a href="/Janna/Long_Coup_dt6">Long_Coup_dt6</a></td>
<td class='column-group'><a href="/Janna">Janna</a></td>
<td class='column-num_rows'>1,470,152</td>
<td class='column-num_cols'>1,470,152</td>
<td class='column-nonzeros'>84,422,970</td>
<td class='column-kind d-none d-md-table-cell'>Structural Problem</td>
<td class='column-date d-none d-md-table-cell'>2012</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Janna/Long_Coup_dt6.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Janna/Long_Coup_dt6.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Janna/Long_Coup_dt6.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2559</td>
<td class='column-name'><a href="/CPM/cz148">cz148</a></td>
<td class='column-group'><a href="/CPM">CPM</a></td>
<td class='column-num_rows'>148</td>
<td class='column-num_cols'>148</td>
<td class='column-nonzeros'>1,527</td>
<td class='column-kind d-none d-md-table-cell'>2D/3D Problem</td>
<td class='column-date d-none d-md-table-cell'>2012</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/CPM/cz148.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/CPM/cz148.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/CPM/cz148.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2560</td>
<td class='column-name'><a href="/CPM/cz308">cz308</a></td>
<td class='column-group'><a href="/CPM">CPM</a></td>
<td class='column-num_rows'>308</td>
<td class='column-num_cols'>308</td>
<td class='column-nonzeros'>3,182</td>
<td class='column-kind d-none d-md-table-cell'>2D/3D Problem</td>
<td class='column-date d-none d-md-table-cell'>2012</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/CPM/cz308.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/CPM/cz308.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/CPM/cz308.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2561</td>
<td class='column-name'><a href="/CPM/cz628">cz628</a></td>
<td class='column-group'><a href="/CPM">CPM</a></td>
<td class='column-num_rows'>628</td>
<td class='column-num_cols'>628</td>
<td class='column-nonzeros'>6,346</td>
<td class='column-kind d-none d-md-table-cell'>2D/3D Problem</td>
<td class='column-date d-none d-md-table-cell'>2012</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/CPM/cz628.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/CPM/cz628.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/CPM/cz628.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2562</td>
<td class='column-name'><a href="/CPM/cz1268">cz1268</a></td>
<td class='column-group'><a href="/CPM">CPM</a></td>
<td class='column-num_rows'>1,268</td>
<td class='column-num_cols'>1,268</td>
<td class='column-nonzeros'>12,786</td>
<td class='column-kind d-none d-md-table-cell'>2D/3D Problem</td>
<td class='column-date d-none d-md-table-cell'>2012</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/CPM/cz1268.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/CPM/cz1268.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/CPM/cz1268.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2563</td>
<td class='column-name'><a href="/CPM/cz2548">cz2548</a></td>
<td class='column-group'><a href="/CPM">CPM</a></td>
<td class='column-num_rows'>2,548</td>
<td class='column-num_cols'>2,548</td>
<td class='column-nonzeros'>25,674</td>
<td class='column-kind d-none d-md-table-cell'>2D/3D Problem</td>
<td class='column-date d-none d-md-table-cell'>2012</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/CPM/cz2548.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/CPM/cz2548.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/CPM/cz2548.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2564</td>
<td class='column-name'><a href="/CPM/cz5108">cz5108</a></td>
<td class='column-group'><a href="/CPM">CPM</a></td>
<td class='column-num_rows'>5,108</td>
<td class='column-num_cols'>5,108</td>
<td class='column-nonzeros'>51,412</td>
<td class='column-kind d-none d-md-table-cell'>2D/3D Problem</td>
<td class='column-date d-none d-md-table-cell'>2012</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/CPM/cz5108.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/CPM/cz5108.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/CPM/cz5108.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2565</td>
<td class='column-name'><a href="/CPM/cz10228">cz10228</a></td>
<td class='column-group'><a href="/CPM">CPM</a></td>
<td class='column-num_rows'>10,228</td>
<td class='column-num_cols'>10,228</td>
<td class='column-nonzeros'>102,876</td>
<td class='column-kind d-none d-md-table-cell'>2D/3D Problem</td>
<td class='column-date d-none d-md-table-cell'>2012</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/CPM/cz10228.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/CPM/cz10228.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/CPM/cz10228.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2566</td>
<td class='column-name'><a href="/CPM/cz20468">cz20468</a></td>
<td class='column-group'><a href="/CPM">CPM</a></td>
<td class='column-num_rows'>20,468</td>
<td class='column-num_cols'>20,468</td>
<td class='column-nonzeros'>206,076</td>
<td class='column-kind d-none d-md-table-cell'>2D/3D Problem</td>
<td class='column-date d-none d-md-table-cell'>2012</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/CPM/cz20468.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/CPM/cz20468.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/CPM/cz20468.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2567</td>
<td class='column-name'><a href="/CPM/cz40948">cz40948</a></td>
<td class='column-group'><a href="/CPM">CPM</a></td>
<td class='column-num_rows'>40,948</td>
<td class='column-num_cols'>40,948</td>
<td class='column-nonzeros'>412,148</td>
<td class='column-kind d-none d-md-table-cell'>2D/3D Problem</td>
<td class='column-date d-none d-md-table-cell'>2012</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/CPM/cz40948.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/CPM/cz40948.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/CPM/cz40948.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2569</td>
<td class='column-name'><a href="/Bodendiek/CurlCurl_0">CurlCurl_0</a></td>
<td class='column-group'><a href="/Bodendiek">Bodendiek</a></td>
<td class='column-num_rows'>11,083</td>
<td class='column-num_cols'>11,083</td>
<td class='column-nonzeros'>113,343</td>
<td class='column-kind d-none d-md-table-cell'>Model Reduction Problem</td>
<td class='column-date d-none d-md-table-cell'>2012</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Bodendiek/CurlCurl_0.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Bodendiek/CurlCurl_0.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Bodendiek/CurlCurl_0.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2570</td>
<td class='column-name'><a href="/Bodendiek/CurlCurl_1">CurlCurl_1</a></td>
<td class='column-group'><a href="/Bodendiek">Bodendiek</a></td>
<td class='column-num_rows'>226,451</td>
<td class='column-num_cols'>226,451</td>
<td class='column-nonzeros'>2,472,071</td>
<td class='column-kind d-none d-md-table-cell'>Model Reduction Problem</td>
<td class='column-date d-none d-md-table-cell'>2012</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Bodendiek/CurlCurl_1.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Bodendiek/CurlCurl_1.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Bodendiek/CurlCurl_1.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2571</td>
<td class='column-name'><a href="/Bodendiek/CurlCurl_2">CurlCurl_2</a></td>
<td class='column-group'><a href="/Bodendiek">Bodendiek</a></td>
<td class='column-num_rows'>806,529</td>
<td class='column-num_cols'>806,529</td>
<td class='column-nonzeros'>8,921,789</td>
<td class='column-kind d-none d-md-table-cell'>Model Reduction Problem</td>
<td class='column-date d-none d-md-table-cell'>2012</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Bodendiek/CurlCurl_2.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Bodendiek/CurlCurl_2.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Bodendiek/CurlCurl_2.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2572</td>
<td class='column-name'><a href="/Bodendiek/CurlCurl_3">CurlCurl_3</a></td>
<td class='column-group'><a href="/Bodendiek">Bodendiek</a></td>
<td class='column-num_rows'>1,219,574</td>
<td class='column-num_cols'>1,219,574</td>
<td class='column-nonzeros'>13,544,618</td>
<td class='column-kind d-none d-md-table-cell'>Model Reduction Problem</td>
<td class='column-date d-none d-md-table-cell'>2012</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Bodendiek/CurlCurl_3.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Bodendiek/CurlCurl_3.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Bodendiek/CurlCurl_3.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2573</td>
<td class='column-name'><a href="/Bodendiek/CurlCurl_4">CurlCurl_4</a></td>
<td class='column-group'><a href="/Bodendiek">Bodendiek</a></td>
<td class='column-num_rows'>2,380,515</td>
<td class='column-num_cols'>2,380,515</td>
<td class='column-nonzeros'>26,515,867</td>
<td class='column-kind d-none d-md-table-cell'>Model Reduction Problem</td>
<td class='column-date d-none d-md-table-cell'>2012</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Bodendiek/CurlCurl_4.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Bodendiek/CurlCurl_4.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Bodendiek/CurlCurl_4.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2647</td>
<td class='column-name'><a href="/Janna/CoupCons3D">CoupCons3D</a></td>
<td class='column-group'><a href="/Janna">Janna</a></td>
<td class='column-num_rows'>416,800</td>
<td class='column-num_cols'>416,800</td>
<td class='column-nonzeros'>17,277,420</td>
<td class='column-kind d-none d-md-table-cell'>Structural Problem</td>
<td class='column-date d-none d-md-table-cell'>2012</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Janna/CoupCons3D.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Janna/CoupCons3D.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Janna/CoupCons3D.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2648</td>
<td class='column-name'><a href="/Janna/ML_Laplace">ML_Laplace</a></td>
<td class='column-group'><a href="/Janna">Janna</a></td>
<td class='column-num_rows'>377,002</td>
<td class='column-num_cols'>377,002</td>
<td class='column-nonzeros'>27,582,698</td>
<td class='column-kind d-none d-md-table-cell'>Structural Problem</td>
<td class='column-date d-none d-md-table-cell'>2012</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Janna/ML_Laplace.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Janna/ML_Laplace.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Janna/ML_Laplace.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2649</td>
<td class='column-name'><a href="/Janna/Transport">Transport</a></td>
<td class='column-group'><a href="/Janna">Janna</a></td>
<td class='column-num_rows'>1,602,111</td>
<td class='column-num_cols'>1,602,111</td>
<td class='column-nonzeros'>23,487,281</td>
<td class='column-kind d-none d-md-table-cell'>Structural Problem</td>
<td class='column-date d-none d-md-table-cell'>2012</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Janna/Transport.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Janna/Transport.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Janna/Transport.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2650</td>
<td class='column-name'><a href="/Janna/ML_Geer">ML_Geer</a></td>
<td class='column-group'><a href="/Janna">Janna</a></td>
<td class='column-num_rows'>1,504,002</td>
<td class='column-num_cols'>1,504,002</td>
<td class='column-nonzeros'>110,686,677</td>
<td class='column-kind d-none d-md-table-cell'>Structural Problem</td>
<td class='column-date d-none d-md-table-cell'>2012</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Janna/ML_Geer.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Janna/ML_Geer.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Janna/ML_Geer.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2651</td>
<td class='column-name'><a href="/ANSYS/Delor64K">Delor64K</a></td>
<td class='column-group'><a href="/ANSYS">ANSYS</a></td>
<td class='column-num_rows'>64,719</td>
<td class='column-num_cols'>1,785,345</td>
<td class='column-nonzeros'>652,140</td>
<td class='column-kind d-none d-md-table-cell'>Least Squares Problem</td>
<td class='column-date d-none d-md-table-cell'>2011</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/ANSYS/Delor64K.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/ANSYS/Delor64K.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/ANSYS/Delor64K.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2652</td>
<td class='column-name'><a href="/ANSYS/Delor295K">Delor295K</a></td>
<td class='column-group'><a href="/ANSYS">ANSYS</a></td>
<td class='column-num_rows'>295,734</td>
<td class='column-num_cols'>1,823,928</td>
<td class='column-nonzeros'>2,401,323</td>
<td class='column-kind d-none d-md-table-cell'>Least Squares Problem</td>
<td class='column-date d-none d-md-table-cell'>2011</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/ANSYS/Delor295K.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/ANSYS/Delor295K.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/ANSYS/Delor295K.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2653</td>
<td class='column-name'><a href="/ANSYS/Delor338K">Delor338K</a></td>
<td class='column-group'><a href="/ANSYS">ANSYS</a></td>
<td class='column-num_rows'>343,236</td>
<td class='column-num_cols'>887,058</td>
<td class='column-nonzeros'>4,211,599</td>
<td class='column-kind d-none d-md-table-cell'>Least Squares Problem</td>
<td class='column-date d-none d-md-table-cell'>2011</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/ANSYS/Delor338K.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/ANSYS/Delor338K.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/ANSYS/Delor338K.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2655</td>
<td class='column-name'><a href="/LeGresley/LeGresley_2508">LeGresley_2508</a></td>
<td class='column-group'><a href="/LeGresley">LeGresley</a></td>
<td class='column-num_rows'>2,508</td>
<td class='column-num_cols'>2,508</td>
<td class='column-nonzeros'>16,727</td>
<td class='column-kind d-none d-md-table-cell'>Power Network Problem</td>
<td class='column-date d-none d-md-table-cell'>2013</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/LeGresley/LeGresley_2508.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/LeGresley/LeGresley_2508.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/LeGresley/LeGresley_2508.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2656</td>
<td class='column-name'><a href="/LeGresley/LeGresley_4908">LeGresley_4908</a></td>
<td class='column-group'><a href="/LeGresley">LeGresley</a></td>
<td class='column-num_rows'>4,908</td>
<td class='column-num_cols'>4,908</td>
<td class='column-nonzeros'>30,482</td>
<td class='column-kind d-none d-md-table-cell'>Power Network Problem</td>
<td class='column-date d-none d-md-table-cell'>2013</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/LeGresley/LeGresley_4908.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/LeGresley/LeGresley_4908.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/LeGresley/LeGresley_4908.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2657</td>
<td class='column-name'><a href="/LeGresley/LeGresley_87936">LeGresley_87936</a></td>
<td class='column-group'><a href="/LeGresley">LeGresley</a></td>
<td class='column-num_rows'>87,936</td>
<td class='column-num_cols'>87,936</td>
<td class='column-nonzeros'>593,276</td>
<td class='column-kind d-none d-md-table-cell'>Power Network Problem</td>
<td class='column-date d-none d-md-table-cell'>2013</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/LeGresley/LeGresley_87936.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/LeGresley/LeGresley_87936.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/LeGresley/LeGresley_87936.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2658</td>
<td class='column-name'><a href="/Brogan/specular">specular</a></td>
<td class='column-group'><a href="/Brogan">Brogan</a></td>
<td class='column-num_rows'>477,976</td>
<td class='column-num_cols'>1,600</td>
<td class='column-nonzeros'>7,647,040</td>
<td class='column-kind d-none d-md-table-cell'>Computer Vision Problem</td>
<td class='column-date d-none d-md-table-cell'>2014</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Brogan/specular.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Brogan/specular.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Brogan/specular.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2659</td>
<td class='column-name'><a href="/Janna/Bump_2911">Bump_2911</a></td>
<td class='column-group'><a href="/Janna">Janna</a></td>
<td class='column-num_rows'>2,911,419</td>
<td class='column-num_cols'>2,911,419</td>
<td class='column-nonzeros'>127,729,899</td>
<td class='column-kind d-none d-md-table-cell'>2D/3D Problem</td>
<td class='column-date d-none d-md-table-cell'>2014</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Janna/Bump_2911.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Janna/Bump_2911.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Janna/Bump_2911.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2660</td>
<td class='column-name'><a href="/Janna/Queen_4147">Queen_4147</a></td>
<td class='column-group'><a href="/Janna">Janna</a></td>
<td class='column-num_rows'>4,147,110</td>
<td class='column-num_cols'>4,147,110</td>
<td class='column-nonzeros'>316,548,962</td>
<td class='column-kind d-none d-md-table-cell'>2D/3D Problem</td>
<td class='column-date d-none d-md-table-cell'>2014</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Janna/Queen_4147.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Janna/Queen_4147.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Janna/Queen_4147.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2661</td>
<td class='column-name'><a href="/Janna/PFlow_742">PFlow_742</a></td>
<td class='column-group'><a href="/Janna">Janna</a></td>
<td class='column-num_rows'>742,793</td>
<td class='column-num_cols'>742,793</td>
<td class='column-nonzeros'>37,138,461</td>
<td class='column-kind d-none d-md-table-cell'>2D/3D Problem</td>
<td class='column-date d-none d-md-table-cell'>2014</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Janna/PFlow_742.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Janna/PFlow_742.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Janna/PFlow_742.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2662</td>
<td class='column-name'><a href="/Freescale/Freescale2">Freescale2</a></td>
<td class='column-group'><a href="/Freescale">Freescale</a></td>
<td class='column-num_rows'>2,999,349</td>
<td class='column-num_cols'>2,999,349</td>
<td class='column-nonzeros'>14,313,235</td>
<td class='column-kind d-none d-md-table-cell'>Circuit Simulation Matrix</td>
<td class='column-date d-none d-md-table-cell'>2015</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Freescale/Freescale2.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Freescale/Freescale2.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Freescale/Freescale2.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2663</td>
<td class='column-name'><a href="/Moqri/MISKnowledgeMap">MISKnowledgeMap</a></td>
<td class='column-group'><a href="/Moqri">Moqri</a></td>
<td class='column-num_rows'>2,427</td>
<td class='column-num_cols'>2,427</td>
<td class='column-nonzeros'>57,022</td>
<td class='column-kind d-none d-md-table-cell'>Undirected Weighted Graph</td>
<td class='column-date d-none d-md-table-cell'>2015</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Moqri/MISKnowledgeMap.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Moqri/MISKnowledgeMap.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Moqri/MISKnowledgeMap.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2664</td>
<td class='column-name'><a href="/Mazaheri/bundle_adj">bundle_adj</a></td>
<td class='column-group'><a href="/Mazaheri">Mazaheri</a></td>
<td class='column-num_rows'>513,351</td>
<td class='column-num_cols'>513,351</td>
<td class='column-nonzeros'>20,207,907</td>
<td class='column-kind d-none d-md-table-cell'>Computer Vision Problem</td>
<td class='column-date d-none d-md-table-cell'>2015</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Mazaheri/bundle_adj.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Mazaheri/bundle_adj.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Mazaheri/bundle_adj.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2665</td>
<td class='column-name'><a href="/VDOL/dynamicSoaringProblem_1">dynamicSoaringProblem_1</a></td>
<td class='column-group'><a href="/VDOL">VDOL</a></td>
<td class='column-num_rows'>647</td>
<td class='column-num_cols'>647</td>
<td class='column-nonzeros'>5,367</td>
<td class='column-kind d-none d-md-table-cell'>Optimal Control Problem</td>
<td class='column-date d-none d-md-table-cell'>2015</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/VDOL/dynamicSoaringProblem_1.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/VDOL/dynamicSoaringProblem_1.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/VDOL/dynamicSoaringProblem_1.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2666</td>
<td class='column-name'><a href="/VDOL/dynamicSoaringProblem_2">dynamicSoaringProblem_2</a></td>
<td class='column-group'><a href="/VDOL">VDOL</a></td>
<td class='column-num_rows'>1,591</td>
<td class='column-num_cols'>1,591</td>
<td class='column-nonzeros'>15,588</td>
<td class='column-kind d-none d-md-table-cell'>Optimal Control Problem</td>
<td class='column-date d-none d-md-table-cell'>2015</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/VDOL/dynamicSoaringProblem_2.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/VDOL/dynamicSoaringProblem_2.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/VDOL/dynamicSoaringProblem_2.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2667</td>
<td class='column-name'><a href="/VDOL/dynamicSoaringProblem_3">dynamicSoaringProblem_3</a></td>
<td class='column-group'><a href="/VDOL">VDOL</a></td>
<td class='column-num_rows'>2,871</td>
<td class='column-num_cols'>2,871</td>
<td class='column-nonzeros'>32,022</td>
<td class='column-kind d-none d-md-table-cell'>Optimal Control Problem</td>
<td class='column-date d-none d-md-table-cell'>2015</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/VDOL/dynamicSoaringProblem_3.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/VDOL/dynamicSoaringProblem_3.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/VDOL/dynamicSoaringProblem_3.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2668</td>
<td class='column-name'><a href="/VDOL/dynamicSoaringProblem_4">dynamicSoaringProblem_4</a></td>
<td class='column-group'><a href="/VDOL">VDOL</a></td>
<td class='column-num_rows'>3,191</td>
<td class='column-num_cols'>3,191</td>
<td class='column-nonzeros'>36,516</td>
<td class='column-kind d-none d-md-table-cell'>Optimal Control Problem</td>
<td class='column-date d-none d-md-table-cell'>2015</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/VDOL/dynamicSoaringProblem_4.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/VDOL/dynamicSoaringProblem_4.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/VDOL/dynamicSoaringProblem_4.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2669</td>
<td class='column-name'><a href="/VDOL/dynamicSoaringProblem_5">dynamicSoaringProblem_5</a></td>
<td class='column-group'><a href="/VDOL">VDOL</a></td>
<td class='column-num_rows'>3,271</td>
<td class='column-num_cols'>3,271</td>
<td class='column-nonzeros'>36,789</td>
<td class='column-kind d-none d-md-table-cell'>Optimal Control Problem</td>
<td class='column-date d-none d-md-table-cell'>2015</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/VDOL/dynamicSoaringProblem_5.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/VDOL/dynamicSoaringProblem_5.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/VDOL/dynamicSoaringProblem_5.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2670</td>
<td class='column-name'><a href="/VDOL/dynamicSoaringProblem_6">dynamicSoaringProblem_6</a></td>
<td class='column-group'><a href="/VDOL">VDOL</a></td>
<td class='column-num_rows'>3,431</td>
<td class='column-num_cols'>3,431</td>
<td class='column-nonzeros'>36,741</td>
<td class='column-kind d-none d-md-table-cell'>Optimal Control Problem</td>
<td class='column-date d-none d-md-table-cell'>2015</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/VDOL/dynamicSoaringProblem_6.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/VDOL/dynamicSoaringProblem_6.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/VDOL/dynamicSoaringProblem_6.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2671</td>
<td class='column-name'><a href="/VDOL/dynamicSoaringProblem_7">dynamicSoaringProblem_7</a></td>
<td class='column-group'><a href="/VDOL">VDOL</a></td>
<td class='column-num_rows'>3,511</td>
<td class='column-num_cols'>3,511</td>
<td class='column-nonzeros'>37,680</td>
<td class='column-kind d-none d-md-table-cell'>Optimal Control Problem</td>
<td class='column-date d-none d-md-table-cell'>2015</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/VDOL/dynamicSoaringProblem_7.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/VDOL/dynamicSoaringProblem_7.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/VDOL/dynamicSoaringProblem_7.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2672</td>
<td class='column-name'><a href="/VDOL/dynamicSoaringProblem_8">dynamicSoaringProblem_8</a></td>
<td class='column-group'><a href="/VDOL">VDOL</a></td>
<td class='column-num_rows'>3,543</td>
<td class='column-num_cols'>3,543</td>
<td class='column-nonzeros'>38,136</td>
<td class='column-kind d-none d-md-table-cell'>Optimal Control Problem</td>
<td class='column-date d-none d-md-table-cell'>2015</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/VDOL/dynamicSoaringProblem_8.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/VDOL/dynamicSoaringProblem_8.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/VDOL/dynamicSoaringProblem_8.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2673</td>
<td class='column-name'><a href="/VDOL/freeFlyingRobot_1">freeFlyingRobot_1</a></td>
<td class='column-group'><a href="/VDOL">VDOL</a></td>
<td class='column-num_rows'>798</td>
<td class='column-num_cols'>798</td>
<td class='column-nonzeros'>5,246</td>
<td class='column-kind d-none d-md-table-cell'>Optimal Control Problem</td>
<td class='column-date d-none d-md-table-cell'>2015</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/VDOL/freeFlyingRobot_1.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/VDOL/freeFlyingRobot_1.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/VDOL/freeFlyingRobot_1.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2674</td>
<td class='column-name'><a href="/VDOL/freeFlyingRobot_2">freeFlyingRobot_2</a></td>
<td class='column-group'><a href="/VDOL">VDOL</a></td>
<td class='column-num_rows'>1,338</td>
<td class='column-num_cols'>1,338</td>
<td class='column-nonzeros'>11,600</td>
<td class='column-kind d-none d-md-table-cell'>Optimal Control Problem</td>
<td class='column-date d-none d-md-table-cell'>2015</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/VDOL/freeFlyingRobot_2.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/VDOL/freeFlyingRobot_2.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/VDOL/freeFlyingRobot_2.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2675</td>
<td class='column-name'><a href="/VDOL/freeFlyingRobot_3">freeFlyingRobot_3</a></td>
<td class='column-group'><a href="/VDOL">VDOL</a></td>
<td class='column-num_rows'>1,718</td>
<td class='column-num_cols'>1,718</td>
<td class='column-nonzeros'>12,922</td>
<td class='column-kind d-none d-md-table-cell'>Optimal Control Problem</td>
<td class='column-date d-none d-md-table-cell'>2015</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/VDOL/freeFlyingRobot_3.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/VDOL/freeFlyingRobot_3.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/VDOL/freeFlyingRobot_3.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2676</td>
<td class='column-name'><a href="/VDOL/freeFlyingRobot_4">freeFlyingRobot_4</a></td>
<td class='column-group'><a href="/VDOL">VDOL</a></td>
<td class='column-num_rows'>2,358</td>
<td class='column-num_cols'>2,358</td>
<td class='column-nonzeros'>18,218</td>
<td class='column-kind d-none d-md-table-cell'>Optimal Control Problem</td>
<td class='column-date d-none d-md-table-cell'>2015</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/VDOL/freeFlyingRobot_4.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/VDOL/freeFlyingRobot_4.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/VDOL/freeFlyingRobot_4.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2677</td>
<td class='column-name'><a href="/VDOL/freeFlyingRobot_5">freeFlyingRobot_5</a></td>
<td class='column-group'><a href="/VDOL">VDOL</a></td>
<td class='column-num_rows'>2,878</td>
<td class='column-num_cols'>2,878</td>
<td class='column-nonzeros'>24,582</td>
<td class='column-kind d-none d-md-table-cell'>Optimal Control Problem</td>
<td class='column-date d-none d-md-table-cell'>2015</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/VDOL/freeFlyingRobot_5.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/VDOL/freeFlyingRobot_5.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/VDOL/freeFlyingRobot_5.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2678</td>
<td class='column-name'><a href="/VDOL/freeFlyingRobot_6">freeFlyingRobot_6</a></td>
<td class='column-group'><a href="/VDOL">VDOL</a></td>
<td class='column-num_rows'>3,358</td>
<td class='column-num_cols'>3,358</td>
<td class='column-nonzeros'>27,030</td>
<td class='column-kind d-none d-md-table-cell'>Optimal Control Problem</td>
<td class='column-date d-none d-md-table-cell'>2015</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/VDOL/freeFlyingRobot_6.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/VDOL/freeFlyingRobot_6.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/VDOL/freeFlyingRobot_6.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2679</td>
<td class='column-name'><a href="/VDOL/freeFlyingRobot_7">freeFlyingRobot_7</a></td>
<td class='column-group'><a href="/VDOL">VDOL</a></td>
<td class='column-num_rows'>3,918</td>
<td class='column-num_cols'>3,918</td>
<td class='column-nonzeros'>31,046</td>
<td class='column-kind d-none d-md-table-cell'>Optimal Control Problem</td>
<td class='column-date d-none d-md-table-cell'>2015</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/VDOL/freeFlyingRobot_7.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/VDOL/freeFlyingRobot_7.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/VDOL/freeFlyingRobot_7.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2680</td>
<td class='column-name'><a href="/VDOL/freeFlyingRobot_8">freeFlyingRobot_8</a></td>
<td class='column-group'><a href="/VDOL">VDOL</a></td>
<td class='column-num_rows'>4,398</td>
<td class='column-num_cols'>4,398</td>
<td class='column-nonzeros'>34,958</td>
<td class='column-kind d-none d-md-table-cell'>Optimal Control Problem</td>
<td class='column-date d-none d-md-table-cell'>2015</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/VDOL/freeFlyingRobot_8.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/VDOL/freeFlyingRobot_8.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/VDOL/freeFlyingRobot_8.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2681</td>
<td class='column-name'><a href="/VDOL/freeFlyingRobot_9">freeFlyingRobot_9</a></td>
<td class='column-group'><a href="/VDOL">VDOL</a></td>
<td class='column-num_rows'>4,778</td>
<td class='column-num_cols'>4,778</td>
<td class='column-nonzeros'>39,964</td>
<td class='column-kind d-none d-md-table-cell'>Optimal Control Problem</td>
<td class='column-date d-none d-md-table-cell'>2015</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/VDOL/freeFlyingRobot_9.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/VDOL/freeFlyingRobot_9.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/VDOL/freeFlyingRobot_9.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2682</td>
<td class='column-name'><a href="/VDOL/freeFlyingRobot_10">freeFlyingRobot_10</a></td>
<td class='column-group'><a href="/VDOL">VDOL</a></td>
<td class='column-num_rows'>5,218</td>
<td class='column-num_cols'>5,218</td>
<td class='column-nonzeros'>40,080</td>
<td class='column-kind d-none d-md-table-cell'>Optimal Control Problem</td>
<td class='column-date d-none d-md-table-cell'>2015</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/VDOL/freeFlyingRobot_10.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/VDOL/freeFlyingRobot_10.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/VDOL/freeFlyingRobot_10.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2683</td>
<td class='column-name'><a href="/VDOL/freeFlyingRobot_11">freeFlyingRobot_11</a></td>
<td class='column-group'><a href="/VDOL">VDOL</a></td>
<td class='column-num_rows'>5,438</td>
<td class='column-num_cols'>5,438</td>
<td class='column-nonzeros'>40,054</td>
<td class='column-kind d-none d-md-table-cell'>Optimal Control Problem</td>
<td class='column-date d-none d-md-table-cell'>2015</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/VDOL/freeFlyingRobot_11.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/VDOL/freeFlyingRobot_11.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/VDOL/freeFlyingRobot_11.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2684</td>
<td class='column-name'><a href="/VDOL/freeFlyingRobot_12">freeFlyingRobot_12</a></td>
<td class='column-group'><a href="/VDOL">VDOL</a></td>
<td class='column-num_rows'>5,578</td>
<td class='column-num_cols'>5,578</td>
<td class='column-nonzeros'>41,940</td>
<td class='column-kind d-none d-md-table-cell'>Optimal Control Problem</td>
<td class='column-date d-none d-md-table-cell'>2015</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/VDOL/freeFlyingRobot_12.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/VDOL/freeFlyingRobot_12.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/VDOL/freeFlyingRobot_12.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2685</td>
<td class='column-name'><a href="/VDOL/freeFlyingRobot_13">freeFlyingRobot_13</a></td>
<td class='column-group'><a href="/VDOL">VDOL</a></td>
<td class='column-num_rows'>5,718</td>
<td class='column-num_cols'>5,718</td>
<td class='column-nonzeros'>43,994</td>
<td class='column-kind d-none d-md-table-cell'>Optimal Control Problem</td>
<td class='column-date d-none d-md-table-cell'>2015</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/VDOL/freeFlyingRobot_13.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/VDOL/freeFlyingRobot_13.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/VDOL/freeFlyingRobot_13.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2686</td>
<td class='column-name'><a href="/VDOL/freeFlyingRobot_14">freeFlyingRobot_14</a></td>
<td class='column-group'><a href="/VDOL">VDOL</a></td>
<td class='column-num_rows'>5,958</td>
<td class='column-num_cols'>5,958</td>
<td class='column-nonzeros'>43,298</td>
<td class='column-kind d-none d-md-table-cell'>Optimal Control Problem</td>
<td class='column-date d-none d-md-table-cell'>2015</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/VDOL/freeFlyingRobot_14.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/VDOL/freeFlyingRobot_14.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/VDOL/freeFlyingRobot_14.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2687</td>
<td class='column-name'><a href="/VDOL/freeFlyingRobot_15">freeFlyingRobot_15</a></td>
<td class='column-group'><a href="/VDOL">VDOL</a></td>
<td class='column-num_rows'>6,038</td>
<td class='column-num_cols'>6,038</td>
<td class='column-nonzeros'>43,378</td>
<td class='column-kind d-none d-md-table-cell'>Optimal Control Problem</td>
<td class='column-date d-none d-md-table-cell'>2015</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/VDOL/freeFlyingRobot_15.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/VDOL/freeFlyingRobot_15.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/VDOL/freeFlyingRobot_15.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2688</td>
<td class='column-name'><a href="/VDOL/freeFlyingRobot_16">freeFlyingRobot_16</a></td>
<td class='column-group'><a href="/VDOL">VDOL</a></td>
<td class='column-num_rows'>6,078</td>
<td class='column-num_cols'>6,078</td>
<td class='column-nonzeros'>44,006</td>
<td class='column-kind d-none d-md-table-cell'>Optimal Control Problem</td>
<td class='column-date d-none d-md-table-cell'>2015</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/VDOL/freeFlyingRobot_16.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/VDOL/freeFlyingRobot_16.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/VDOL/freeFlyingRobot_16.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2689</td>
<td class='column-name'><a href="/VDOL/goddardRocketProblem_1">goddardRocketProblem_1</a></td>
<td class='column-group'><a href="/VDOL">VDOL</a></td>
<td class='column-num_rows'>831</td>
<td class='column-num_cols'>831</td>
<td class='column-nonzeros'>8,498</td>
<td class='column-kind d-none d-md-table-cell'>Optimal Control Problem</td>
<td class='column-date d-none d-md-table-cell'>2015</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/VDOL/goddardRocketProblem_1.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/VDOL/goddardRocketProblem_1.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/VDOL/goddardRocketProblem_1.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2690</td>
<td class='column-name'><a href="/VDOL/goddardRocketProblem_2">goddardRocketProblem_2</a></td>
<td class='column-group'><a href="/VDOL">VDOL</a></td>
<td class='column-num_rows'>867</td>
<td class='column-num_cols'>867</td>
<td class='column-nonzeros'>9,058</td>
<td class='column-kind d-none d-md-table-cell'>Optimal Control Problem</td>
<td class='column-date d-none d-md-table-cell'>2015</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/VDOL/goddardRocketProblem_2.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/VDOL/goddardRocketProblem_2.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/VDOL/goddardRocketProblem_2.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2691</td>
<td class='column-name'><a href="/VDOL/hangGlider_1">hangGlider_1</a></td>
<td class='column-group'><a href="/VDOL">VDOL</a></td>
<td class='column-num_rows'>360</td>
<td class='column-num_cols'>360</td>
<td class='column-nonzeros'>3,477</td>
<td class='column-kind d-none d-md-table-cell'>Optimal Control Problem</td>
<td class='column-date d-none d-md-table-cell'>2015</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/VDOL/hangGlider_1.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/VDOL/hangGlider_1.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/VDOL/hangGlider_1.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2692</td>
<td class='column-name'><a href="/VDOL/hangGlider_2">hangGlider_2</a></td>
<td class='column-group'><a href="/VDOL">VDOL</a></td>
<td class='column-num_rows'>1,647</td>
<td class='column-num_cols'>1,647</td>
<td class='column-nonzeros'>14,754</td>
<td class='column-kind d-none d-md-table-cell'>Optimal Control Problem</td>
<td class='column-date d-none d-md-table-cell'>2015</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/VDOL/hangGlider_2.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/VDOL/hangGlider_2.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/VDOL/hangGlider_2.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2693</td>
<td class='column-name'><a href="/VDOL/hangGlider_3">hangGlider_3</a></td>
<td class='column-group'><a href="/VDOL">VDOL</a></td>
<td class='column-num_rows'>10,260</td>
<td class='column-num_cols'>10,260</td>
<td class='column-nonzeros'>92,703</td>
<td class='column-kind d-none d-md-table-cell'>Optimal Control Problem</td>
<td class='column-date d-none d-md-table-cell'>2015</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/VDOL/hangGlider_3.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/VDOL/hangGlider_3.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/VDOL/hangGlider_3.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2694</td>
<td class='column-name'><a href="/VDOL/hangGlider_4">hangGlider_4</a></td>
<td class='column-group'><a href="/VDOL">VDOL</a></td>
<td class='column-num_rows'>15,561</td>
<td class='column-num_cols'>15,561</td>
<td class='column-nonzeros'>149,532</td>
<td class='column-kind d-none d-md-table-cell'>Optimal Control Problem</td>
<td class='column-date d-none d-md-table-cell'>2015</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/VDOL/hangGlider_4.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/VDOL/hangGlider_4.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/VDOL/hangGlider_4.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2695</td>
<td class='column-name'><a href="/VDOL/hangGlider_5">hangGlider_5</a></td>
<td class='column-group'><a href="/VDOL">VDOL</a></td>
<td class='column-num_rows'>16,011</td>
<td class='column-num_cols'>16,011</td>
<td class='column-nonzeros'>155,246</td>
<td class='column-kind d-none d-md-table-cell'>Optimal Control Problem</td>
<td class='column-date d-none d-md-table-cell'>2015</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/VDOL/hangGlider_5.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/VDOL/hangGlider_5.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/VDOL/hangGlider_5.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2696</td>
<td class='column-name'><a href="/VDOL/kineticBatchReactor_1">kineticBatchReactor_1</a></td>
<td class='column-group'><a href="/VDOL">VDOL</a></td>
<td class='column-num_rows'>2,052</td>
<td class='column-num_cols'>2,052</td>
<td class='column-nonzeros'>20,600</td>
<td class='column-kind d-none d-md-table-cell'>Optimal Control Problem</td>
<td class='column-date d-none d-md-table-cell'>2015</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/VDOL/kineticBatchReactor_1.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/VDOL/kineticBatchReactor_1.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/VDOL/kineticBatchReactor_1.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2697</td>
<td class='column-name'><a href="/VDOL/kineticBatchReactor_2">kineticBatchReactor_2</a></td>
<td class='column-group'><a href="/VDOL">VDOL</a></td>
<td class='column-num_rows'>4,361</td>
<td class='column-num_cols'>4,361</td>
<td class='column-nonzeros'>44,840</td>
<td class='column-kind d-none d-md-table-cell'>Optimal Control Problem</td>
<td class='column-date d-none d-md-table-cell'>2015</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/VDOL/kineticBatchReactor_2.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/VDOL/kineticBatchReactor_2.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/VDOL/kineticBatchReactor_2.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2698</td>
<td class='column-name'><a href="/VDOL/kineticBatchReactor_3">kineticBatchReactor_3</a></td>
<td class='column-group'><a href="/VDOL">VDOL</a></td>
<td class='column-num_rows'>5,082</td>
<td class='column-num_cols'>5,082</td>
<td class='column-nonzeros'>53,219</td>
<td class='column-kind d-none d-md-table-cell'>Optimal Control Problem</td>
<td class='column-date d-none d-md-table-cell'>2015</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/VDOL/kineticBatchReactor_3.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/VDOL/kineticBatchReactor_3.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/VDOL/kineticBatchReactor_3.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2699</td>
<td class='column-name'><a href="/VDOL/kineticBatchReactor_4">kineticBatchReactor_4</a></td>
<td class='column-group'><a href="/VDOL">VDOL</a></td>
<td class='column-num_rows'>7,105</td>
<td class='column-num_cols'>7,105</td>
<td class='column-nonzeros'>74,869</td>
<td class='column-kind d-none d-md-table-cell'>Optimal Control Problem</td>
<td class='column-date d-none d-md-table-cell'>2015</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/VDOL/kineticBatchReactor_4.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/VDOL/kineticBatchReactor_4.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/VDOL/kineticBatchReactor_4.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2700</td>
<td class='column-name'><a href="/VDOL/kineticBatchReactor_5">kineticBatchReactor_5</a></td>
<td class='column-group'><a href="/VDOL">VDOL</a></td>
<td class='column-num_rows'>7,641</td>
<td class='column-num_cols'>7,641</td>
<td class='column-nonzeros'>80,767</td>
<td class='column-kind d-none d-md-table-cell'>Optimal Control Problem</td>
<td class='column-date d-none d-md-table-cell'>2015</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/VDOL/kineticBatchReactor_5.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/VDOL/kineticBatchReactor_5.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/VDOL/kineticBatchReactor_5.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2701</td>
<td class='column-name'><a href="/VDOL/kineticBatchReactor_6">kineticBatchReactor_6</a></td>
<td class='column-group'><a href="/VDOL">VDOL</a></td>
<td class='column-num_rows'>7,773</td>
<td class='column-num_cols'>7,773</td>
<td class='column-nonzeros'>82,500</td>
<td class='column-kind d-none d-md-table-cell'>Optimal Control Problem</td>
<td class='column-date d-none d-md-table-cell'>2015</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/VDOL/kineticBatchReactor_6.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/VDOL/kineticBatchReactor_6.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/VDOL/kineticBatchReactor_6.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2702</td>
<td class='column-name'><a href="/VDOL/kineticBatchReactor_7">kineticBatchReactor_7</a></td>
<td class='column-group'><a href="/VDOL">VDOL</a></td>
<td class='column-num_rows'>7,968</td>
<td class='column-num_cols'>7,968</td>
<td class='column-nonzeros'>84,508</td>
<td class='column-kind d-none d-md-table-cell'>Optimal Control Problem</td>
<td class='column-date d-none d-md-table-cell'>2015</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/VDOL/kineticBatchReactor_7.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/VDOL/kineticBatchReactor_7.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/VDOL/kineticBatchReactor_7.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2703</td>
<td class='column-name'><a href="/VDOL/kineticBatchReactor_8">kineticBatchReactor_8</a></td>
<td class='column-group'><a href="/VDOL">VDOL</a></td>
<td class='column-num_rows'>8,052</td>
<td class='column-num_cols'>8,052</td>
<td class='column-nonzeros'>85,194</td>
<td class='column-kind d-none d-md-table-cell'>Optimal Control Problem</td>
<td class='column-date d-none d-md-table-cell'>2015</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/VDOL/kineticBatchReactor_8.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/VDOL/kineticBatchReactor_8.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/VDOL/kineticBatchReactor_8.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2704</td>
<td class='column-name'><a href="/VDOL/kineticBatchReactor_9">kineticBatchReactor_9</a></td>
<td class='column-group'><a href="/VDOL">VDOL</a></td>
<td class='column-num_rows'>8,115</td>
<td class='column-num_cols'>8,115</td>
<td class='column-nonzeros'>86,183</td>
<td class='column-kind d-none d-md-table-cell'>Optimal Control Problem</td>
<td class='column-date d-none d-md-table-cell'>2015</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/VDOL/kineticBatchReactor_9.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/VDOL/kineticBatchReactor_9.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/VDOL/kineticBatchReactor_9.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2705</td>
<td class='column-name'><a href="/VDOL/lowThrust_1">lowThrust_1</a></td>
<td class='column-group'><a href="/VDOL">VDOL</a></td>
<td class='column-num_rows'>584</td>
<td class='column-num_cols'>584</td>
<td class='column-nonzeros'>6,133</td>
<td class='column-kind d-none d-md-table-cell'>Optimal Control Problem</td>
<td class='column-date d-none d-md-table-cell'>2015</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/VDOL/lowThrust_1.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/VDOL/lowThrust_1.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/VDOL/lowThrust_1.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2706</td>
<td class='column-name'><a href="/VDOL/lowThrust_2">lowThrust_2</a></td>
<td class='column-group'><a href="/VDOL">VDOL</a></td>
<td class='column-num_rows'>2,312</td>
<td class='column-num_cols'>2,312</td>
<td class='column-nonzeros'>26,261</td>
<td class='column-kind d-none d-md-table-cell'>Optimal Control Problem</td>
<td class='column-date d-none d-md-table-cell'>2015</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/VDOL/lowThrust_2.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/VDOL/lowThrust_2.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/VDOL/lowThrust_2.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2707</td>
<td class='column-name'><a href="/VDOL/lowThrust_3">lowThrust_3</a></td>
<td class='column-group'><a href="/VDOL">VDOL</a></td>
<td class='column-num_rows'>7,064</td>
<td class='column-num_cols'>7,064</td>
<td class='column-nonzeros'>80,645</td>
<td class='column-kind d-none d-md-table-cell'>Optimal Control Problem</td>
<td class='column-date d-none d-md-table-cell'>2015</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/VDOL/lowThrust_3.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/VDOL/lowThrust_3.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/VDOL/lowThrust_3.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2708</td>
<td class='column-name'><a href="/VDOL/lowThrust_4">lowThrust_4</a></td>
<td class='column-group'><a href="/VDOL">VDOL</a></td>
<td class='column-num_rows'>13,562</td>
<td class='column-num_cols'>13,562</td>
<td class='column-nonzeros'>160,947</td>
<td class='column-kind d-none d-md-table-cell'>Optimal Control Problem</td>
<td class='column-date d-none d-md-table-cell'>2015</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/VDOL/lowThrust_4.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/VDOL/lowThrust_4.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/VDOL/lowThrust_4.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2709</td>
<td class='column-name'><a href="/VDOL/lowThrust_5">lowThrust_5</a></td>
<td class='column-group'><a href="/VDOL">VDOL</a></td>
<td class='column-num_rows'>16,262</td>
<td class='column-num_cols'>16,262</td>
<td class='column-nonzeros'>198,369</td>
<td class='column-kind d-none d-md-table-cell'>Optimal Control Problem</td>
<td class='column-date d-none d-md-table-cell'>2015</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/VDOL/lowThrust_5.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/VDOL/lowThrust_5.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/VDOL/lowThrust_5.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2710</td>
<td class='column-name'><a href="/VDOL/lowThrust_6">lowThrust_6</a></td>
<td class='column-group'><a href="/VDOL">VDOL</a></td>
<td class='column-num_rows'>16,928</td>
<td class='column-num_cols'>16,928</td>
<td class='column-nonzeros'>207,349</td>
<td class='column-kind d-none d-md-table-cell'>Optimal Control Problem</td>
<td class='column-date d-none d-md-table-cell'>2015</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/VDOL/lowThrust_6.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/VDOL/lowThrust_6.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/VDOL/lowThrust_6.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2711</td>
<td class='column-name'><a href="/VDOL/lowThrust_7">lowThrust_7</a></td>
<td class='column-group'><a href="/VDOL">VDOL</a></td>
<td class='column-num_rows'>17,378</td>
<td class='column-num_cols'>17,378</td>
<td class='column-nonzeros'>211,561</td>
<td class='column-kind d-none d-md-table-cell'>Optimal Control Problem</td>
<td class='column-date d-none d-md-table-cell'>2015</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/VDOL/lowThrust_7.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/VDOL/lowThrust_7.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/VDOL/lowThrust_7.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2712</td>
<td class='column-name'><a href="/VDOL/lowThrust_8">lowThrust_8</a></td>
<td class='column-group'><a href="/VDOL">VDOL</a></td>
<td class='column-num_rows'>17,702</td>
<td class='column-num_cols'>17,702</td>
<td class='column-nonzeros'>216,445</td>
<td class='column-kind d-none d-md-table-cell'>Optimal Control Problem</td>
<td class='column-date d-none d-md-table-cell'>2015</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/VDOL/lowThrust_8.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/VDOL/lowThrust_8.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/VDOL/lowThrust_8.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2713</td>
<td class='column-name'><a href="/VDOL/lowThrust_9">lowThrust_9</a></td>
<td class='column-group'><a href="/VDOL">VDOL</a></td>
<td class='column-num_rows'>18,044</td>
<td class='column-num_cols'>18,044</td>
<td class='column-nonzeros'>219,589</td>
<td class='column-kind d-none d-md-table-cell'>Optimal Control Problem</td>
<td class='column-date d-none d-md-table-cell'>2015</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/VDOL/lowThrust_9.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/VDOL/lowThrust_9.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/VDOL/lowThrust_9.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2714</td>
<td class='column-name'><a href="/VDOL/lowThrust_10">lowThrust_10</a></td>
<td class='column-group'><a href="/VDOL">VDOL</a></td>
<td class='column-num_rows'>18,260</td>
<td class='column-num_cols'>18,260</td>
<td class='column-nonzeros'>222,005</td>
<td class='column-kind d-none d-md-table-cell'>Optimal Control Problem</td>
<td class='column-date d-none d-md-table-cell'>2015</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/VDOL/lowThrust_10.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/VDOL/lowThrust_10.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/VDOL/lowThrust_10.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2715</td>
<td class='column-name'><a href="/VDOL/lowThrust_11">lowThrust_11</a></td>
<td class='column-group'><a href="/VDOL">VDOL</a></td>
<td class='column-num_rows'>18,368</td>
<td class='column-num_cols'>18,368</td>
<td class='column-nonzeros'>223,801</td>
<td class='column-kind d-none d-md-table-cell'>Optimal Control Problem</td>
<td class='column-date d-none d-md-table-cell'>2015</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/VDOL/lowThrust_11.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/VDOL/lowThrust_11.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/VDOL/lowThrust_11.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2716</td>
<td class='column-name'><a href="/VDOL/lowThrust_12">lowThrust_12</a></td>
<td class='column-group'><a href="/VDOL">VDOL</a></td>
<td class='column-num_rows'>18,458</td>
<td class='column-num_cols'>18,458</td>
<td class='column-nonzeros'>224,593</td>
<td class='column-kind d-none d-md-table-cell'>Optimal Control Problem</td>
<td class='column-date d-none d-md-table-cell'>2015</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/VDOL/lowThrust_12.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/VDOL/lowThrust_12.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/VDOL/lowThrust_12.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2717</td>
<td class='column-name'><a href="/VDOL/lowThrust_13">lowThrust_13</a></td>
<td class='column-group'><a href="/VDOL">VDOL</a></td>
<td class='column-num_rows'>18,476</td>
<td class='column-num_cols'>18,476</td>
<td class='column-nonzeros'>224,897</td>
<td class='column-kind d-none d-md-table-cell'>Optimal Control Problem</td>
<td class='column-date d-none d-md-table-cell'>2015</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/VDOL/lowThrust_13.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/VDOL/lowThrust_13.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/VDOL/lowThrust_13.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2718</td>
<td class='column-name'><a href="/VDOL/orbitRaising_1">orbitRaising_1</a></td>
<td class='column-group'><a href="/VDOL">VDOL</a></td>
<td class='column-num_rows'>442</td>
<td class='column-num_cols'>442</td>
<td class='column-nonzeros'>2,906</td>
<td class='column-kind d-none d-md-table-cell'>Optimal Control Problem</td>
<td class='column-date d-none d-md-table-cell'>2015</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/VDOL/orbitRaising_1.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/VDOL/orbitRaising_1.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/VDOL/orbitRaising_1.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2719</td>
<td class='column-name'><a href="/VDOL/orbitRaising_2">orbitRaising_2</a></td>
<td class='column-group'><a href="/VDOL">VDOL</a></td>
<td class='column-num_rows'>739</td>
<td class='column-num_cols'>739</td>
<td class='column-nonzeros'>6,526</td>
<td class='column-kind d-none d-md-table-cell'>Optimal Control Problem</td>
<td class='column-date d-none d-md-table-cell'>2015</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/VDOL/orbitRaising_2.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/VDOL/orbitRaising_2.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/VDOL/orbitRaising_2.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2720</td>
<td class='column-name'><a href="/VDOL/orbitRaising_3">orbitRaising_3</a></td>
<td class='column-group'><a href="/VDOL">VDOL</a></td>
<td class='column-num_rows'>761</td>
<td class='column-num_cols'>761</td>
<td class='column-nonzeros'>6,098</td>
<td class='column-kind d-none d-md-table-cell'>Optimal Control Problem</td>
<td class='column-date d-none d-md-table-cell'>2015</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/VDOL/orbitRaising_3.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/VDOL/orbitRaising_3.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/VDOL/orbitRaising_3.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2721</td>
<td class='column-name'><a href="/VDOL/orbitRaising_4">orbitRaising_4</a></td>
<td class='column-group'><a href="/VDOL">VDOL</a></td>
<td class='column-num_rows'>915</td>
<td class='column-num_cols'>915</td>
<td class='column-nonzeros'>7,790</td>
<td class='column-kind d-none d-md-table-cell'>Optimal Control Problem</td>
<td class='column-date d-none d-md-table-cell'>2015</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/VDOL/orbitRaising_4.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/VDOL/orbitRaising_4.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/VDOL/orbitRaising_4.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2722</td>
<td class='column-name'><a href="/VDOL/reorientation_1">reorientation_1</a></td>
<td class='column-group'><a href="/VDOL">VDOL</a></td>
<td class='column-num_rows'>677</td>
<td class='column-num_cols'>677</td>
<td class='column-nonzeros'>7,326</td>
<td class='column-kind d-none d-md-table-cell'>Optimal Control Problem</td>
<td class='column-date d-none d-md-table-cell'>2015</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/VDOL/reorientation_1.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/VDOL/reorientation_1.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/VDOL/reorientation_1.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2723</td>
<td class='column-name'><a href="/VDOL/reorientation_2">reorientation_2</a></td>
<td class='column-group'><a href="/VDOL">VDOL</a></td>
<td class='column-num_rows'>1,544</td>
<td class='column-num_cols'>1,544</td>
<td class='column-nonzeros'>17,910</td>
<td class='column-kind d-none d-md-table-cell'>Optimal Control Problem</td>
<td class='column-date d-none d-md-table-cell'>2015</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/VDOL/reorientation_2.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/VDOL/reorientation_2.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/VDOL/reorientation_2.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2724</td>
<td class='column-name'><a href="/VDOL/reorientation_3">reorientation_3</a></td>
<td class='column-group'><a href="/VDOL">VDOL</a></td>
<td class='column-num_rows'>2,513</td>
<td class='column-num_cols'>2,513</td>
<td class='column-nonzeros'>32,166</td>
<td class='column-kind d-none d-md-table-cell'>Optimal Control Problem</td>
<td class='column-date d-none d-md-table-cell'>2015</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/VDOL/reorientation_3.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/VDOL/reorientation_3.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/VDOL/reorientation_3.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2725</td>
<td class='column-name'><a href="/VDOL/reorientation_4">reorientation_4</a></td>
<td class='column-group'><a href="/VDOL">VDOL</a></td>
<td class='column-num_rows'>2,717</td>
<td class='column-num_cols'>2,717</td>
<td class='column-nonzeros'>33,630</td>
<td class='column-kind d-none d-md-table-cell'>Optimal Control Problem</td>
<td class='column-date d-none d-md-table-cell'>2015</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/VDOL/reorientation_4.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/VDOL/reorientation_4.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/VDOL/reorientation_4.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2726</td>
<td class='column-name'><a href="/VDOL/reorientation_5">reorientation_5</a></td>
<td class='column-group'><a href="/VDOL">VDOL</a></td>
<td class='column-num_rows'>2,904</td>
<td class='column-num_cols'>2,904</td>
<td class='column-nonzeros'>35,590</td>
<td class='column-kind d-none d-md-table-cell'>Optimal Control Problem</td>
<td class='column-date d-none d-md-table-cell'>2015</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/VDOL/reorientation_5.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/VDOL/reorientation_5.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/VDOL/reorientation_5.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2727</td>
<td class='column-name'><a href="/VDOL/reorientation_6">reorientation_6</a></td>
<td class='column-group'><a href="/VDOL">VDOL</a></td>
<td class='column-num_rows'>3,006</td>
<td class='column-num_cols'>3,006</td>
<td class='column-nonzeros'>37,342</td>
<td class='column-kind d-none d-md-table-cell'>Optimal Control Problem</td>
<td class='column-date d-none d-md-table-cell'>2015</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/VDOL/reorientation_6.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/VDOL/reorientation_6.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/VDOL/reorientation_6.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2728</td>
<td class='column-name'><a href="/VDOL/reorientation_7">reorientation_7</a></td>
<td class='column-group'><a href="/VDOL">VDOL</a></td>
<td class='column-num_rows'>3,057</td>
<td class='column-num_cols'>3,057</td>
<td class='column-nonzeros'>37,150</td>
<td class='column-kind d-none d-md-table-cell'>Optimal Control Problem</td>
<td class='column-date d-none d-md-table-cell'>2015</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/VDOL/reorientation_7.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/VDOL/reorientation_7.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/VDOL/reorientation_7.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2729</td>
<td class='column-name'><a href="/VDOL/reorientation_8">reorientation_8</a></td>
<td class='column-group'><a href="/VDOL">VDOL</a></td>
<td class='column-num_rows'>3,108</td>
<td class='column-num_cols'>3,108</td>
<td class='column-nonzeros'>37,894</td>
<td class='column-kind d-none d-md-table-cell'>Optimal Control Problem</td>
<td class='column-date d-none d-md-table-cell'>2015</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/VDOL/reorientation_8.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/VDOL/reorientation_8.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/VDOL/reorientation_8.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2730</td>
<td class='column-name'><a href="/VDOL/spaceShuttleEntry_1">spaceShuttleEntry_1</a></td>
<td class='column-group'><a href="/VDOL">VDOL</a></td>
<td class='column-num_rows'>560</td>
<td class='column-num_cols'>560</td>
<td class='column-nonzeros'>6,891</td>
<td class='column-kind d-none d-md-table-cell'>Optimal Control Problem</td>
<td class='column-date d-none d-md-table-cell'>2015</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/VDOL/spaceShuttleEntry_1.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/VDOL/spaceShuttleEntry_1.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/VDOL/spaceShuttleEntry_1.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2731</td>
<td class='column-name'><a href="/VDOL/spaceShuttleEntry_2">spaceShuttleEntry_2</a></td>
<td class='column-group'><a href="/VDOL">VDOL</a></td>
<td class='column-num_rows'>1,428</td>
<td class='column-num_cols'>1,428</td>
<td class='column-nonzeros'>24,073</td>
<td class='column-kind d-none d-md-table-cell'>Optimal Control Problem</td>
<td class='column-date d-none d-md-table-cell'>2015</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/VDOL/spaceShuttleEntry_2.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/VDOL/spaceShuttleEntry_2.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/VDOL/spaceShuttleEntry_2.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2732</td>
<td class='column-name'><a href="/VDOL/spaceShuttleEntry_3">spaceShuttleEntry_3</a></td>
<td class='column-group'><a href="/VDOL">VDOL</a></td>
<td class='column-num_rows'>1,834</td>
<td class='column-num_cols'>1,834</td>
<td class='column-nonzeros'>28,757</td>
<td class='column-kind d-none d-md-table-cell'>Optimal Control Problem</td>
<td class='column-date d-none d-md-table-cell'>2015</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/VDOL/spaceShuttleEntry_3.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/VDOL/spaceShuttleEntry_3.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/VDOL/spaceShuttleEntry_3.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2733</td>
<td class='column-name'><a href="/VDOL/spaceShuttleEntry_4">spaceShuttleEntry_4</a></td>
<td class='column-group'><a href="/VDOL">VDOL</a></td>
<td class='column-num_rows'>2,450</td>
<td class='column-num_cols'>2,450</td>
<td class='column-nonzeros'>39,669</td>
<td class='column-kind d-none d-md-table-cell'>Optimal Control Problem</td>
<td class='column-date d-none d-md-table-cell'>2015</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/VDOL/spaceShuttleEntry_4.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/VDOL/spaceShuttleEntry_4.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/VDOL/spaceShuttleEntry_4.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2734</td>
<td class='column-name'><a href="/VDOL/spaceStation_1">spaceStation_1</a></td>
<td class='column-group'><a href="/VDOL">VDOL</a></td>
<td class='column-num_rows'>99</td>
<td class='column-num_cols'>99</td>
<td class='column-nonzeros'>927</td>
<td class='column-kind d-none d-md-table-cell'>Optimal Control Problem</td>
<td class='column-date d-none d-md-table-cell'>2015</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/VDOL/spaceStation_1.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/VDOL/spaceStation_1.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/VDOL/spaceStation_1.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2735</td>
<td class='column-name'><a href="/VDOL/spaceStation_2">spaceStation_2</a></td>
<td class='column-group'><a href="/VDOL">VDOL</a></td>
<td class='column-num_rows'>329</td>
<td class='column-num_cols'>329</td>
<td class='column-nonzeros'>5,817</td>
<td class='column-kind d-none d-md-table-cell'>Optimal Control Problem</td>
<td class='column-date d-none d-md-table-cell'>2015</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/VDOL/spaceStation_2.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/VDOL/spaceStation_2.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/VDOL/spaceStation_2.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2736</td>
<td class='column-name'><a href="/VDOL/spaceStation_3">spaceStation_3</a></td>
<td class='column-group'><a href="/VDOL">VDOL</a></td>
<td class='column-num_rows'>467</td>
<td class='column-num_cols'>467</td>
<td class='column-nonzeros'>5,103</td>
<td class='column-kind d-none d-md-table-cell'>Optimal Control Problem</td>
<td class='column-date d-none d-md-table-cell'>2015</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/VDOL/spaceStation_3.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/VDOL/spaceStation_3.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/VDOL/spaceStation_3.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2737</td>
<td class='column-name'><a href="/VDOL/spaceStation_4">spaceStation_4</a></td>
<td class='column-group'><a href="/VDOL">VDOL</a></td>
<td class='column-num_rows'>950</td>
<td class='column-num_cols'>950</td>
<td class='column-nonzeros'>13,626</td>
<td class='column-kind d-none d-md-table-cell'>Optimal Control Problem</td>
<td class='column-date d-none d-md-table-cell'>2015</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/VDOL/spaceStation_4.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/VDOL/spaceStation_4.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/VDOL/spaceStation_4.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2738</td>
<td class='column-name'><a href="/VDOL/spaceStation_5">spaceStation_5</a></td>
<td class='column-group'><a href="/VDOL">VDOL</a></td>
<td class='column-num_rows'>1,019</td>
<td class='column-num_cols'>1,019</td>
<td class='column-nonzeros'>15,219</td>
<td class='column-kind d-none d-md-table-cell'>Optimal Control Problem</td>
<td class='column-date d-none d-md-table-cell'>2015</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/VDOL/spaceStation_5.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/VDOL/spaceStation_5.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/VDOL/spaceStation_5.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2739</td>
<td class='column-name'><a href="/VDOL/spaceStation_6">spaceStation_6</a></td>
<td class='column-group'><a href="/VDOL">VDOL</a></td>
<td class='column-num_rows'>1,111</td>
<td class='column-num_cols'>1,111</td>
<td class='column-nonzeros'>17,595</td>
<td class='column-kind d-none d-md-table-cell'>Optimal Control Problem</td>
<td class='column-date d-none d-md-table-cell'>2015</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/VDOL/spaceStation_6.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/VDOL/spaceStation_6.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/VDOL/spaceStation_6.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2740</td>
<td class='column-name'><a href="/VDOL/spaceStation_7">spaceStation_7</a></td>
<td class='column-group'><a href="/VDOL">VDOL</a></td>
<td class='column-num_rows'>1,134</td>
<td class='column-num_cols'>1,134</td>
<td class='column-nonzeros'>18,252</td>
<td class='column-kind d-none d-md-table-cell'>Optimal Control Problem</td>
<td class='column-date d-none d-md-table-cell'>2015</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/VDOL/spaceStation_7.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/VDOL/spaceStation_7.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/VDOL/spaceStation_7.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2741</td>
<td class='column-name'><a href="/VDOL/spaceStation_8">spaceStation_8</a></td>
<td class='column-group'><a href="/VDOL">VDOL</a></td>
<td class='column-num_rows'>1,157</td>
<td class='column-num_cols'>1,157</td>
<td class='column-nonzeros'>18,945</td>
<td class='column-kind d-none d-md-table-cell'>Optimal Control Problem</td>
<td class='column-date d-none d-md-table-cell'>2015</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/VDOL/spaceStation_8.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/VDOL/spaceStation_8.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/VDOL/spaceStation_8.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2742</td>
<td class='column-name'><a href="/VDOL/spaceStation_9">spaceStation_9</a></td>
<td class='column-group'><a href="/VDOL">VDOL</a></td>
<td class='column-num_rows'>1,180</td>
<td class='column-num_cols'>1,180</td>
<td class='column-nonzeros'>19,674</td>
<td class='column-kind d-none d-md-table-cell'>Optimal Control Problem</td>
<td class='column-date d-none d-md-table-cell'>2015</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/VDOL/spaceStation_9.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/VDOL/spaceStation_9.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/VDOL/spaceStation_9.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2743</td>
<td class='column-name'><a href="/VDOL/spaceStation_10">spaceStation_10</a></td>
<td class='column-group'><a href="/VDOL">VDOL</a></td>
<td class='column-num_rows'>1,272</td>
<td class='column-num_cols'>1,272</td>
<td class='column-nonzeros'>17,478</td>
<td class='column-kind d-none d-md-table-cell'>Optimal Control Problem</td>
<td class='column-date d-none d-md-table-cell'>2015</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/VDOL/spaceStation_10.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/VDOL/spaceStation_10.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/VDOL/spaceStation_10.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2744</td>
<td class='column-name'><a href="/VDOL/spaceStation_11">spaceStation_11</a></td>
<td class='column-group'><a href="/VDOL">VDOL</a></td>
<td class='column-num_rows'>1,364</td>
<td class='column-num_cols'>1,364</td>
<td class='column-nonzeros'>18,954</td>
<td class='column-kind d-none d-md-table-cell'>Optimal Control Problem</td>
<td class='column-date d-none d-md-table-cell'>2015</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/VDOL/spaceStation_11.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/VDOL/spaceStation_11.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/VDOL/spaceStation_11.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2745</td>
<td class='column-name'><a href="/VDOL/spaceStation_12">spaceStation_12</a></td>
<td class='column-group'><a href="/VDOL">VDOL</a></td>
<td class='column-num_rows'>1,410</td>
<td class='column-num_cols'>1,410</td>
<td class='column-nonzeros'>19,728</td>
<td class='column-kind d-none d-md-table-cell'>Optimal Control Problem</td>
<td class='column-date d-none d-md-table-cell'>2015</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/VDOL/spaceStation_12.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/VDOL/spaceStation_12.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/VDOL/spaceStation_12.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2746</td>
<td class='column-name'><a href="/VDOL/spaceStation_13">spaceStation_13</a></td>
<td class='column-group'><a href="/VDOL">VDOL</a></td>
<td class='column-num_rows'>1,617</td>
<td class='column-num_cols'>1,617</td>
<td class='column-nonzeros'>23,649</td>
<td class='column-kind d-none d-md-table-cell'>Optimal Control Problem</td>
<td class='column-date d-none d-md-table-cell'>2015</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/VDOL/spaceStation_13.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/VDOL/spaceStation_13.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/VDOL/spaceStation_13.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2747</td>
<td class='column-name'><a href="/VDOL/spaceStation_14">spaceStation_14</a></td>
<td class='column-group'><a href="/VDOL">VDOL</a></td>
<td class='column-num_rows'>1,640</td>
<td class='column-num_cols'>1,640</td>
<td class='column-nonzeros'>24,324</td>
<td class='column-kind d-none d-md-table-cell'>Optimal Control Problem</td>
<td class='column-date d-none d-md-table-cell'>2015</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/VDOL/spaceStation_14.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/VDOL/spaceStation_14.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/VDOL/spaceStation_14.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2748</td>
<td class='column-name'><a href="/VDOL/tumorAntiAngiogenesis_1">tumorAntiAngiogenesis_1</a></td>
<td class='column-group'><a href="/VDOL">VDOL</a></td>
<td class='column-num_rows'>205</td>
<td class='column-num_cols'>205</td>
<td class='column-nonzeros'>1,783</td>
<td class='column-kind d-none d-md-table-cell'>Optimal Control Problem</td>
<td class='column-date d-none d-md-table-cell'>2015</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/VDOL/tumorAntiAngiogenesis_1.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/VDOL/tumorAntiAngiogenesis_1.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/VDOL/tumorAntiAngiogenesis_1.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2749</td>
<td class='column-name'><a href="/VDOL/tumorAntiAngiogenesis_2">tumorAntiAngiogenesis_2</a></td>
<td class='column-group'><a href="/VDOL">VDOL</a></td>
<td class='column-num_rows'>305</td>
<td class='column-num_cols'>305</td>
<td class='column-nonzeros'>2,699</td>
<td class='column-kind d-none d-md-table-cell'>Optimal Control Problem</td>
<td class='column-date d-none d-md-table-cell'>2015</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/VDOL/tumorAntiAngiogenesis_2.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/VDOL/tumorAntiAngiogenesis_2.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/VDOL/tumorAntiAngiogenesis_2.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2750</td>
<td class='column-name'><a href="/VDOL/tumorAntiAngiogenesis_3">tumorAntiAngiogenesis_3</a></td>
<td class='column-group'><a href="/VDOL">VDOL</a></td>
<td class='column-num_rows'>410</td>
<td class='column-num_cols'>410</td>
<td class='column-nonzeros'>3,952</td>
<td class='column-kind d-none d-md-table-cell'>Optimal Control Problem</td>
<td class='column-date d-none d-md-table-cell'>2015</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/VDOL/tumorAntiAngiogenesis_3.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/VDOL/tumorAntiAngiogenesis_3.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/VDOL/tumorAntiAngiogenesis_3.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2751</td>
<td class='column-name'><a href="/VDOL/tumorAntiAngiogenesis_4">tumorAntiAngiogenesis_4</a></td>
<td class='column-group'><a href="/VDOL">VDOL</a></td>
<td class='column-num_rows'>455</td>
<td class='column-num_cols'>455</td>
<td class='column-nonzeros'>4,593</td>
<td class='column-kind d-none d-md-table-cell'>Optimal Control Problem</td>
<td class='column-date d-none d-md-table-cell'>2015</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/VDOL/tumorAntiAngiogenesis_4.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/VDOL/tumorAntiAngiogenesis_4.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/VDOL/tumorAntiAngiogenesis_4.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2752</td>
<td class='column-name'><a href="/VDOL/tumorAntiAngiogenesis_5">tumorAntiAngiogenesis_5</a></td>
<td class='column-group'><a href="/VDOL">VDOL</a></td>
<td class='column-num_rows'>460</td>
<td class='column-num_cols'>460</td>
<td class='column-nonzeros'>4,690</td>
<td class='column-kind d-none d-md-table-cell'>Optimal Control Problem</td>
<td class='column-date d-none d-md-table-cell'>2015</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/VDOL/tumorAntiAngiogenesis_5.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/VDOL/tumorAntiAngiogenesis_5.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/VDOL/tumorAntiAngiogenesis_5.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2753</td>
<td class='column-name'><a href="/VDOL/tumorAntiAngiogenesis_6">tumorAntiAngiogenesis_6</a></td>
<td class='column-group'><a href="/VDOL">VDOL</a></td>
<td class='column-num_rows'>465</td>
<td class='column-num_cols'>465</td>
<td class='column-nonzeros'>4,795</td>
<td class='column-kind d-none d-md-table-cell'>Optimal Control Problem</td>
<td class='column-date d-none d-md-table-cell'>2015</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/VDOL/tumorAntiAngiogenesis_6.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/VDOL/tumorAntiAngiogenesis_6.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/VDOL/tumorAntiAngiogenesis_6.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2754</td>
<td class='column-name'><a href="/VDOL/tumorAntiAngiogenesis_7">tumorAntiAngiogenesis_7</a></td>
<td class='column-group'><a href="/VDOL">VDOL</a></td>
<td class='column-num_rows'>475</td>
<td class='column-num_cols'>475</td>
<td class='column-nonzeros'>4,597</td>
<td class='column-kind d-none d-md-table-cell'>Optimal Control Problem</td>
<td class='column-date d-none d-md-table-cell'>2015</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/VDOL/tumorAntiAngiogenesis_7.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/VDOL/tumorAntiAngiogenesis_7.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/VDOL/tumorAntiAngiogenesis_7.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2755</td>
<td class='column-name'><a href="/VDOL/tumorAntiAngiogenesis_8">tumorAntiAngiogenesis_8</a></td>
<td class='column-group'><a href="/VDOL">VDOL</a></td>
<td class='column-num_rows'>490</td>
<td class='column-num_cols'>490</td>
<td class='column-nonzeros'>4,776</td>
<td class='column-kind d-none d-md-table-cell'>Optimal Control Problem</td>
<td class='column-date d-none d-md-table-cell'>2015</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/VDOL/tumorAntiAngiogenesis_8.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/VDOL/tumorAntiAngiogenesis_8.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/VDOL/tumorAntiAngiogenesis_8.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2757</td>
<td class='column-name'><a href="/Harvard_Seismology/JP">JP</a></td>
<td class='column-group'><a href="/Harvard_Seismology">Harvard_Seismology</a></td>
<td class='column-num_rows'>87,616</td>
<td class='column-num_cols'>67,320</td>
<td class='column-nonzeros'>13,734,559</td>
<td class='column-kind d-none d-md-table-cell'>Tomography Problem</td>
<td class='column-date d-none d-md-table-cell'>2015</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Harvard_Seismology/JP.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Harvard_Seismology/JP.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Harvard_Seismology/JP.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2810</td>
<td class='column-name'><a href="/Sybrandt/MOLIERE_2016">MOLIERE_2016</a></td>
<td class='column-group'><a href="/Sybrandt">Sybrandt</a></td>
<td class='column-num_rows'>30,239,687</td>
<td class='column-num_cols'>30,239,687</td>
<td class='column-nonzeros'>6,669,254,694</td>
<td class='column-kind d-none d-md-table-cell'>Undirected Weighted Graph</td>
<td class='column-date d-none d-md-table-cell'>2017</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Sybrandt/MOLIERE_2016.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Sybrandt/MOLIERE_2016.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Sybrandt/MOLIERE_2016.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2811</td>
<td class='column-name'><a href="/Guettel/TEM27623">TEM27623</a></td>
<td class='column-group'><a href="/Guettel">Guettel</a></td>
<td class='column-num_rows'>27,623</td>
<td class='column-num_cols'>27,623</td>
<td class='column-nonzeros'>439,469</td>
<td class='column-kind d-none d-md-table-cell'>Electromagnetics Problem</td>
<td class='column-date d-none d-md-table-cell'>2015</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Guettel/TEM27623.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Guettel/TEM27623.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Guettel/TEM27623.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2812</td>
<td class='column-name'><a href="/Guettel/TEM152078">TEM152078</a></td>
<td class='column-group'><a href="/Guettel">Guettel</a></td>
<td class='column-num_rows'>152,078</td>
<td class='column-num_cols'>152,078</td>
<td class='column-nonzeros'>6,459,326</td>
<td class='column-kind d-none d-md-table-cell'>Electromagnetics Problem</td>
<td class='column-date d-none d-md-table-cell'>2015</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Guettel/TEM152078.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Guettel/TEM152078.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Guettel/TEM152078.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2813</td>
<td class='column-name'><a href="/Guettel/TEM181302">TEM181302</a></td>
<td class='column-group'><a href="/Guettel">Guettel</a></td>
<td class='column-num_rows'>181,302</td>
<td class='column-num_cols'>181,302</td>
<td class='column-nonzeros'>7,839,010</td>
<td class='column-kind d-none d-md-table-cell'>Electromagnetics Problem</td>
<td class='column-date d-none d-md-table-cell'>2015</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Guettel/TEM181302.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Guettel/TEM181302.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Guettel/TEM181302.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2814</td>
<td class='column-name'><a href="/Grueninger/windtunnel_evap2d">windtunnel_evap2d</a></td>
<td class='column-group'><a href="/Grueninger">Grueninger</a></td>
<td class='column-num_rows'>8,256</td>
<td class='column-num_cols'>8,256</td>
<td class='column-nonzeros'>109,368</td>
<td class='column-kind d-none d-md-table-cell'>Computational Fluid Dynamics Problem</td>
<td class='column-date d-none d-md-table-cell'>2017</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Grueninger/windtunnel_evap2d.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Grueninger/windtunnel_evap2d.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Grueninger/windtunnel_evap2d.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2815</td>
<td class='column-name'><a href="/Grueninger/windtunnel_evap3d">windtunnel_evap3d</a></td>
<td class='column-group'><a href="/Grueninger">Grueninger</a></td>
<td class='column-num_rows'>40,816</td>
<td class='column-num_cols'>40,816</td>
<td class='column-nonzeros'>803,978</td>
<td class='column-kind d-none d-md-table-cell'>Computational Fluid Dynamics Problem</td>
<td class='column-date d-none d-md-table-cell'>2017</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Grueninger/windtunnel_evap3d.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Grueninger/windtunnel_evap3d.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Grueninger/windtunnel_evap3d.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2816</td>
<td class='column-name'><a href="/PowerSystem/power197k">power197k</a></td>
<td class='column-group'><a href="/PowerSystem">PowerSystem</a></td>
<td class='column-num_rows'>197,156</td>
<td class='column-num_cols'>197,156</td>
<td class='column-nonzeros'>805,839</td>
<td class='column-kind d-none d-md-table-cell'>Power Network Problem</td>
<td class='column-date d-none d-md-table-cell'>2017</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/PowerSystem/power197k.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/PowerSystem/power197k.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/PowerSystem/power197k.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2817</td>
<td class='column-name'><a href="/Goodwin/Goodwin_010">Goodwin_010</a></td>
<td class='column-group'><a href="/Goodwin">Goodwin</a></td>
<td class='column-num_rows'>1,182</td>
<td class='column-num_cols'>1,182</td>
<td class='column-nonzeros'>32,282</td>
<td class='column-kind d-none d-md-table-cell'>Computational Fluid Dynamics</td>
<td class='column-date d-none d-md-table-cell'>2018</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Goodwin/Goodwin_010.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Goodwin/Goodwin_010.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Goodwin/Goodwin_010.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2818</td>
<td class='column-name'><a href="/Goodwin/Goodwin_013">Goodwin_013</a></td>
<td class='column-group'><a href="/Goodwin">Goodwin</a></td>
<td class='column-num_rows'>1,965</td>
<td class='column-num_cols'>1,965</td>
<td class='column-nonzeros'>56,069</td>
<td class='column-kind d-none d-md-table-cell'>Computational Fluid Dynamics</td>
<td class='column-date d-none d-md-table-cell'>2018</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Goodwin/Goodwin_013.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Goodwin/Goodwin_013.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Goodwin/Goodwin_013.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2819</td>
<td class='column-name'><a href="/Goodwin/Goodwin_017">Goodwin_017</a></td>
<td class='column-group'><a href="/Goodwin">Goodwin</a></td>
<td class='column-num_rows'>3,317</td>
<td class='column-num_cols'>3,317</td>
<td class='column-nonzeros'>97,773</td>
<td class='column-kind d-none d-md-table-cell'>Computational Fluid Dynamics</td>
<td class='column-date d-none d-md-table-cell'>2018</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Goodwin/Goodwin_017.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Goodwin/Goodwin_017.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Goodwin/Goodwin_017.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2820</td>
<td class='column-name'><a href="/Goodwin/Goodwin_023">Goodwin_023</a></td>
<td class='column-group'><a href="/Goodwin">Goodwin</a></td>
<td class='column-num_rows'>6,005</td>
<td class='column-num_cols'>6,005</td>
<td class='column-nonzeros'>182,168</td>
<td class='column-kind d-none d-md-table-cell'>Computational Fluid Dynamics</td>
<td class='column-date d-none d-md-table-cell'>2018</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Goodwin/Goodwin_023.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Goodwin/Goodwin_023.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Goodwin/Goodwin_023.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2821</td>
<td class='column-name'><a href="/Goodwin/Goodwin_030">Goodwin_030</a></td>
<td class='column-group'><a href="/Goodwin">Goodwin</a></td>
<td class='column-num_rows'>10,142</td>
<td class='column-num_cols'>10,142</td>
<td class='column-nonzeros'>312,814</td>
<td class='column-kind d-none d-md-table-cell'>Computational Fluid Dynamics</td>
<td class='column-date d-none d-md-table-cell'>2018</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Goodwin/Goodwin_030.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Goodwin/Goodwin_030.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Goodwin/Goodwin_030.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2822</td>
<td class='column-name'><a href="/Goodwin/Goodwin_040">Goodwin_040</a></td>
<td class='column-group'><a href="/Goodwin">Goodwin</a></td>
<td class='column-num_rows'>17,922</td>
<td class='column-num_cols'>17,922</td>
<td class='column-nonzeros'>561,677</td>
<td class='column-kind d-none d-md-table-cell'>Computational Fluid Dynamics</td>
<td class='column-date d-none d-md-table-cell'>2018</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Goodwin/Goodwin_040.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Goodwin/Goodwin_040.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Goodwin/Goodwin_040.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2823</td>
<td class='column-name'><a href="/Goodwin/Goodwin_054">Goodwin_054</a></td>
<td class='column-group'><a href="/Goodwin">Goodwin</a></td>
<td class='column-num_rows'>32,510</td>
<td class='column-num_cols'>32,510</td>
<td class='column-nonzeros'>1,030,878</td>
<td class='column-kind d-none d-md-table-cell'>Computational Fluid Dynamics</td>
<td class='column-date d-none d-md-table-cell'>2018</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Goodwin/Goodwin_054.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Goodwin/Goodwin_054.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Goodwin/Goodwin_054.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2824</td>
<td class='column-name'><a href="/Goodwin/Goodwin_071">Goodwin_071</a></td>
<td class='column-group'><a href="/Goodwin">Goodwin</a></td>
<td class='column-num_rows'>56,021</td>
<td class='column-num_cols'>56,021</td>
<td class='column-nonzeros'>1,797,934</td>
<td class='column-kind d-none d-md-table-cell'>Computational Fluid Dynamics</td>
<td class='column-date d-none d-md-table-cell'>2018</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Goodwin/Goodwin_071.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Goodwin/Goodwin_071.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Goodwin/Goodwin_071.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2825</td>
<td class='column-name'><a href="/Goodwin/Goodwin_095">Goodwin_095</a></td>
<td class='column-group'><a href="/Goodwin">Goodwin</a></td>
<td class='column-num_rows'>100,037</td>
<td class='column-num_cols'>100,037</td>
<td class='column-nonzeros'>3,226,066</td>
<td class='column-kind d-none d-md-table-cell'>Computational Fluid Dynamics</td>
<td class='column-date d-none d-md-table-cell'>2018</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Goodwin/Goodwin_095.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Goodwin/Goodwin_095.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Goodwin/Goodwin_095.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2826</td>
<td class='column-name'><a href="/Goodwin/Goodwin_127">Goodwin_127</a></td>
<td class='column-group'><a href="/Goodwin">Goodwin</a></td>
<td class='column-num_rows'>178,437</td>
<td class='column-num_cols'>178,437</td>
<td class='column-nonzeros'>5,778,545</td>
<td class='column-kind d-none d-md-table-cell'>Computational Fluid Dynamics</td>
<td class='column-date d-none d-md-table-cell'>2018</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Goodwin/Goodwin_127.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Goodwin/Goodwin_127.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Goodwin/Goodwin_127.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2827</td>
<td class='column-name'><a href="/TAMU_SmartGridCenter/ACTIVSg2000">ACTIVSg2000</a></td>
<td class='column-group'><a href="/TAMU_SmartGridCenter">TAMU_SmartGridCenter</a></td>
<td class='column-num_rows'>4,000</td>
<td class='column-num_cols'>4,000</td>
<td class='column-nonzeros'>28,505</td>
<td class='column-kind d-none d-md-table-cell'>Power Network Problem</td>
<td class='column-date d-none d-md-table-cell'>2018</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/TAMU_SmartGridCenter/ACTIVSg2000.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/TAMU_SmartGridCenter/ACTIVSg2000.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/TAMU_SmartGridCenter/ACTIVSg2000.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2828</td>
<td class='column-name'><a href="/TAMU_SmartGridCenter/ACTIVSg10K">ACTIVSg10K</a></td>
<td class='column-group'><a href="/TAMU_SmartGridCenter">TAMU_SmartGridCenter</a></td>
<td class='column-num_rows'>20,000</td>
<td class='column-num_cols'>20,000</td>
<td class='column-nonzeros'>135,888</td>
<td class='column-kind d-none d-md-table-cell'>Power Network Problem</td>
<td class='column-date d-none d-md-table-cell'>2018</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/TAMU_SmartGridCenter/ACTIVSg10K.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/TAMU_SmartGridCenter/ACTIVSg10K.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/TAMU_SmartGridCenter/ACTIVSg10K.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2829</td>
<td class='column-name'><a href="/TAMU_SmartGridCenter/ACTIVSg70K">ACTIVSg70K</a></td>
<td class='column-group'><a href="/TAMU_SmartGridCenter">TAMU_SmartGridCenter</a></td>
<td class='column-num_rows'>69,999</td>
<td class='column-num_cols'>69,999</td>
<td class='column-nonzeros'>238,627</td>
<td class='column-kind d-none d-md-table-cell'>Power Network Problem</td>
<td class='column-date d-none d-md-table-cell'>2018</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/TAMU_SmartGridCenter/ACTIVSg70K.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/TAMU_SmartGridCenter/ACTIVSg70K.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/TAMU_SmartGridCenter/ACTIVSg70K.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2830</td>
<td class='column-name'><a href="/Embree/ifiss_mat">ifiss_mat</a></td>
<td class='column-group'><a href="/Embree">Embree</a></td>
<td class='column-num_rows'>96,307</td>
<td class='column-num_cols'>96,307</td>
<td class='column-nonzeros'>3,599,932</td>
<td class='column-kind d-none d-md-table-cell'>Computational Fluid Dynamics</td>
<td class='column-date d-none d-md-table-cell'>2015</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Embree/ifiss_mat.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Embree/ifiss_mat.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Embree/ifiss_mat.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2832</td>
<td class='column-name'><a href="/Hardesty/Hardesty2">Hardesty2</a></td>
<td class='column-group'><a href="/Hardesty">Hardesty</a></td>
<td class='column-num_rows'>929,901</td>
<td class='column-num_cols'>303,645</td>
<td class='column-nonzeros'>4,020,731</td>
<td class='column-kind d-none d-md-table-cell'>Computer Graphics/Vision Problem</td>
<td class='column-date d-none d-md-table-cell'>2015</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Hardesty/Hardesty2.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Hardesty/Hardesty2.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Hardesty/Hardesty2.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2833</td>
<td class='column-name'><a href="/Hardesty/Hardesty3">Hardesty3</a></td>
<td class='column-group'><a href="/Hardesty">Hardesty</a></td>
<td class='column-num_rows'>8,217,820</td>
<td class='column-num_cols'>7,591,564</td>
<td class='column-nonzeros'>40,451,632</td>
<td class='column-kind d-none d-md-table-cell'>Computer Graphics/Vision Problem</td>
<td class='column-date d-none d-md-table-cell'>2015</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Hardesty/Hardesty3.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Hardesty/Hardesty3.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Hardesty/Hardesty3.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2834</td>
<td class='column-name'><a href="/VLSI/nv1">nv1</a></td>
<td class='column-group'><a href="/VLSI">VLSI</a></td>
<td class='column-num_rows'>75,468</td>
<td class='column-num_cols'>75,468</td>
<td class='column-nonzeros'>1,635,003</td>
<td class='column-kind d-none d-md-table-cell'>Semiconductor Device Problem</td>
<td class='column-date d-none d-md-table-cell'>2018</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/VLSI/nv1.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/VLSI/nv1.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/VLSI/nv1.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2835</td>
<td class='column-name'><a href="/VLSI/nv2">nv2</a></td>
<td class='column-group'><a href="/VLSI">VLSI</a></td>
<td class='column-num_rows'>1,453,908</td>
<td class='column-num_cols'>1,453,908</td>
<td class='column-nonzeros'>37,475,646</td>
<td class='column-kind d-none d-md-table-cell'>Semiconductor Device Problem</td>
<td class='column-date d-none d-md-table-cell'>2018</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/VLSI/nv2.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/VLSI/nv2.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/VLSI/nv2.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2836</td>
<td class='column-name'><a href="/VLSI/imagesensor">imagesensor</a></td>
<td class='column-group'><a href="/VLSI">VLSI</a></td>
<td class='column-num_rows'>118,758</td>
<td class='column-num_cols'>118,758</td>
<td class='column-nonzeros'>1,446,396</td>
<td class='column-kind d-none d-md-table-cell'>Semiconductor Device Problem</td>
<td class='column-date d-none d-md-table-cell'>2018</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/VLSI/imagesensor.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/VLSI/imagesensor.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/VLSI/imagesensor.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2837</td>
<td class='column-name'><a href="/VLSI/mosfet2">mosfet2</a></td>
<td class='column-group'><a href="/VLSI">VLSI</a></td>
<td class='column-num_rows'>46,994</td>
<td class='column-num_cols'>46,994</td>
<td class='column-nonzeros'>1,013,062</td>
<td class='column-kind d-none d-md-table-cell'>Semiconductor Device Problem</td>
<td class='column-date d-none d-md-table-cell'>2018</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/VLSI/mosfet2.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/VLSI/mosfet2.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/VLSI/mosfet2.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2838</td>
<td class='column-name'><a href="/VLSI/power9">power9</a></td>
<td class='column-group'><a href="/VLSI">VLSI</a></td>
<td class='column-num_rows'>155,376</td>
<td class='column-num_cols'>155,376</td>
<td class='column-nonzeros'>1,887,730</td>
<td class='column-kind d-none d-md-table-cell'>Semiconductor Device Problem</td>
<td class='column-date d-none d-md-table-cell'>2018</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/VLSI/power9.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/VLSI/power9.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/VLSI/power9.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2839</td>
<td class='column-name'><a href="/VLSI/radiation">radiation</a></td>
<td class='column-group'><a href="/VLSI">VLSI</a></td>
<td class='column-num_rows'>223,104</td>
<td class='column-num_cols'>223,104</td>
<td class='column-nonzeros'>5,526,637</td>
<td class='column-kind d-none d-md-table-cell'>Semiconductor Device Problem</td>
<td class='column-date d-none d-md-table-cell'>2018</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/VLSI/radiation.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/VLSI/radiation.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/VLSI/radiation.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2840</td>
<td class='column-name'><a href="/VLSI/test1">test1</a></td>
<td class='column-group'><a href="/VLSI">VLSI</a></td>
<td class='column-num_rows'>392,908</td>
<td class='column-num_cols'>392,908</td>
<td class='column-nonzeros'>9,447,535</td>
<td class='column-kind d-none d-md-table-cell'>Semiconductor Device Problem</td>
<td class='column-date d-none d-md-table-cell'>2018</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/VLSI/test1.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/VLSI/test1.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/VLSI/test1.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2841</td>
<td class='column-name'><a href="/VLSI/dgreen">dgreen</a></td>
<td class='column-group'><a href="/VLSI">VLSI</a></td>
<td class='column-num_rows'>1,200,611</td>
<td class='column-num_cols'>1,200,611</td>
<td class='column-nonzeros'>26,606,169</td>
<td class='column-kind d-none d-md-table-cell'>Semiconductor Device Problem</td>
<td class='column-date d-none d-md-table-cell'>2018</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/VLSI/dgreen.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/VLSI/dgreen.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/VLSI/dgreen.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2842</td>
<td class='column-name'><a href="/VLSI/vas_stokes_1M">vas_stokes_1M</a></td>
<td class='column-group'><a href="/VLSI">VLSI</a></td>
<td class='column-num_rows'>1,090,664</td>
<td class='column-num_cols'>1,090,664</td>
<td class='column-nonzeros'>34,767,207</td>
<td class='column-kind d-none d-md-table-cell'>Semiconductor Process Problem</td>
<td class='column-date d-none d-md-table-cell'>2018</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/VLSI/vas_stokes_1M.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/VLSI/vas_stokes_1M.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/VLSI/vas_stokes_1M.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2843</td>
<td class='column-name'><a href="/VLSI/vas_stokes_2M">vas_stokes_2M</a></td>
<td class='column-group'><a href="/VLSI">VLSI</a></td>
<td class='column-num_rows'>2,146,677</td>
<td class='column-num_cols'>2,146,677</td>
<td class='column-nonzeros'>65,129,037</td>
<td class='column-kind d-none d-md-table-cell'>Semiconductor Process Problem</td>
<td class='column-date d-none d-md-table-cell'>2018</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/VLSI/vas_stokes_2M.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/VLSI/vas_stokes_2M.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/VLSI/vas_stokes_2M.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2844</td>
<td class='column-name'><a href="/VLSI/vas_stokes_4M">vas_stokes_4M</a></td>
<td class='column-group'><a href="/VLSI">VLSI</a></td>
<td class='column-num_rows'>4,382,246</td>
<td class='column-num_cols'>4,382,246</td>
<td class='column-nonzeros'>131,577,616</td>
<td class='column-kind d-none d-md-table-cell'>Semiconductor Process Problem</td>
<td class='column-date d-none d-md-table-cell'>2018</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/VLSI/vas_stokes_4M.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/VLSI/vas_stokes_4M.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/VLSI/vas_stokes_4M.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2845</td>
<td class='column-name'><a href="/VLSI/stokes">stokes</a></td>
<td class='column-group'><a href="/VLSI">VLSI</a></td>
<td class='column-num_rows'>11,449,533</td>
<td class='column-num_cols'>11,449,533</td>
<td class='column-nonzeros'>349,321,980</td>
<td class='column-kind d-none d-md-table-cell'>Semiconductor Process Problem</td>
<td class='column-date d-none d-md-table-cell'>2018</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/VLSI/stokes.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/VLSI/stokes.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/VLSI/stokes.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2846</td>
<td class='column-name'><a href="/VLSI/ss1">ss1</a></td>
<td class='column-group'><a href="/VLSI">VLSI</a></td>
<td class='column-num_rows'>205,282</td>
<td class='column-num_cols'>205,282</td>
<td class='column-nonzeros'>845,089</td>
<td class='column-kind d-none d-md-table-cell'>Semiconductor Process Problem</td>
<td class='column-date d-none d-md-table-cell'>2018</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/VLSI/ss1.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/VLSI/ss1.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/VLSI/ss1.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2847</td>
<td class='column-name'><a href="/VLSI/ss">ss</a></td>
<td class='column-group'><a href="/VLSI">VLSI</a></td>
<td class='column-num_rows'>1,652,680</td>
<td class='column-num_cols'>1,652,680</td>
<td class='column-nonzeros'>34,753,577</td>
<td class='column-kind d-none d-md-table-cell'>Semiconductor Process Problem</td>
<td class='column-date d-none d-md-table-cell'>2018</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/VLSI/ss.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/VLSI/ss.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/VLSI/ss.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2848</td>
<td class='column-name'><a href="/Freescale/nxp1">nxp1</a></td>
<td class='column-group'><a href="/Freescale">Freescale</a></td>
<td class='column-num_rows'>414,604</td>
<td class='column-num_cols'>414,604</td>
<td class='column-nonzeros'>2,655,880</td>
<td class='column-kind d-none d-md-table-cell'>Circuit Simulation Problem</td>
<td class='column-date d-none d-md-table-cell'>2018</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Freescale/nxp1.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Freescale/nxp1.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Freescale/nxp1.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2849</td>
<td class='column-name'><a href="/Martin/marine1">marine1</a></td>
<td class='column-group'><a href="/Martin">Martin</a></td>
<td class='column-num_rows'>400,320</td>
<td class='column-num_cols'>400,320</td>
<td class='column-nonzeros'>6,226,538</td>
<td class='column-kind d-none d-md-table-cell'>Chemical Oceanography Problem</td>
<td class='column-date d-none d-md-table-cell'>2018</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Martin/marine1.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Martin/marine1.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Martin/marine1.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2850</td>
<td class='column-name'><a href="/Negre/dendrimer">dendrimer</a></td>
<td class='column-group'><a href="/Negre">Negre</a></td>
<td class='column-num_rows'>730</td>
<td class='column-num_cols'>730</td>
<td class='column-nonzeros'>63,024</td>
<td class='column-kind d-none d-md-table-cell'>Computational Chemistry Problem</td>
<td class='column-date d-none d-md-table-cell'>2018</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Negre/dendrimer.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Negre/dendrimer.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Negre/dendrimer.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2851</td>
<td class='column-name'><a href="/Precima/analytics">analytics</a></td>
<td class='column-group'><a href="/Precima">Precima</a></td>
<td class='column-num_rows'>303,813</td>
<td class='column-num_cols'>303,813</td>
<td class='column-nonzeros'>2,006,126</td>
<td class='column-kind d-none d-md-table-cell'>Data Analytics Problem</td>
<td class='column-date d-none d-md-table-cell'>2018</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/Precima/analytics.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/Precima/analytics.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/Precima/analytics.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2857</td>
<td class='column-name'><a href="/ML_Graph/Binaryalphadigs_10NN">Binaryalphadigs_10NN</a></td>
<td class='column-group'><a href="/ML_Graph">ML_Graph</a></td>
<td class='column-num_rows'>1,404</td>
<td class='column-num_cols'>1,404</td>
<td class='column-nonzeros'>19,392</td>
<td class='column-kind d-none d-md-table-cell'>Undirected Weighted Graph</td>
<td class='column-date d-none d-md-table-cell'>2020</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/ML_Graph/Binaryalphadigs_10NN.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/ML_Graph/Binaryalphadigs_10NN.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/ML_Graph/Binaryalphadigs_10NN.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2858</td>
<td class='column-name'><a href="/ML_Graph/breasttissue_10NN">breasttissue_10NN</a></td>
<td class='column-group'><a href="/ML_Graph">ML_Graph</a></td>
<td class='column-num_rows'>106</td>
<td class='column-num_cols'>106</td>
<td class='column-nonzeros'>1,412</td>
<td class='column-kind d-none d-md-table-cell'>Undirected Weighted Graph</td>
<td class='column-date d-none d-md-table-cell'>2020</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/ML_Graph/breasttissue_10NN.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/ML_Graph/breasttissue_10NN.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/ML_Graph/breasttissue_10NN.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2859</td>
<td class='column-name'><a href="/ML_Graph/cnae9_10NN">cnae9_10NN</a></td>
<td class='column-group'><a href="/ML_Graph">ML_Graph</a></td>
<td class='column-num_rows'>1,080</td>
<td class='column-num_cols'>1,080</td>
<td class='column-nonzeros'>18,278</td>
<td class='column-kind d-none d-md-table-cell'>Undirected Weighted Graph</td>
<td class='column-date d-none d-md-table-cell'>2020</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/ML_Graph/cnae9_10NN.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/ML_Graph/cnae9_10NN.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/ML_Graph/cnae9_10NN.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2860</td>
<td class='column-name'><a href="/ML_Graph/collins_15NN">collins_15NN</a></td>
<td class='column-group'><a href="/ML_Graph">ML_Graph</a></td>
<td class='column-num_rows'>1,000</td>
<td class='column-num_cols'>1,000</td>
<td class='column-nonzeros'>16,492</td>
<td class='column-kind d-none d-md-table-cell'>Undirected Weighted Graph</td>
<td class='column-date d-none d-md-table-cell'>2020</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/ML_Graph/collins_15NN.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/ML_Graph/collins_15NN.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/ML_Graph/collins_15NN.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2861</td>
<td class='column-name'><a href="/ML_Graph/dataset12mfeatfactors_10NN">dataset12mfeatfactors_10NN</a></td>
<td class='column-group'><a href="/ML_Graph">ML_Graph</a></td>
<td class='column-num_rows'>2,000</td>
<td class='column-num_cols'>2,000</td>
<td class='column-nonzeros'>27,442</td>
<td class='column-kind d-none d-md-table-cell'>Undirected Weighted Graph</td>
<td class='column-date d-none d-md-table-cell'>2020</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/ML_Graph/dataset12mfeatfactors_10NN.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/ML_Graph/dataset12mfeatfactors_10NN.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/ML_Graph/dataset12mfeatfactors_10NN.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2862</td>
<td class='column-name'><a href="/ML_Graph/dataset16mfeatkarhunen_10NN">dataset16mfeatkarhunen_10NN</a></td>
<td class='column-group'><a href="/ML_Graph">ML_Graph</a></td>
<td class='column-num_rows'>2,000</td>
<td class='column-num_cols'>2,000</td>
<td class='column-nonzeros'>27,668</td>
<td class='column-kind d-none d-md-table-cell'>Undirected Weighted Graph</td>
<td class='column-date d-none d-md-table-cell'>2020</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/ML_Graph/dataset16mfeatkarhunen_10NN.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/ML_Graph/dataset16mfeatkarhunen_10NN.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/ML_Graph/dataset16mfeatkarhunen_10NN.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2863</td>
<td class='column-name'><a href="/ML_Graph/dataset18mfeatmorphological_10NN">dataset18mfeatmorphological_10NN</a></td>
<td class='column-group'><a href="/ML_Graph">ML_Graph</a></td>
<td class='column-num_rows'>2,000</td>
<td class='column-num_cols'>2,000</td>
<td class='column-nonzeros'>22,832</td>
<td class='column-kind d-none d-md-table-cell'>Undirected Weighted Graph</td>
<td class='column-date d-none d-md-table-cell'>2020</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/ML_Graph/dataset18mfeatmorphological_10NN.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/ML_Graph/dataset18mfeatmorphological_10NN.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/ML_Graph/dataset18mfeatmorphological_10NN.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2864</td>
<td class='column-name'><a href="/ML_Graph/dataset20mfeatpixel_10NN">dataset20mfeatpixel_10NN</a></td>
<td class='column-group'><a href="/ML_Graph">ML_Graph</a></td>
<td class='column-num_rows'>2,000</td>
<td class='column-num_cols'>2,000</td>
<td class='column-nonzeros'>27,932</td>
<td class='column-kind d-none d-md-table-cell'>Undirected Weighted Graph</td>
<td class='column-date d-none d-md-table-cell'>2020</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/ML_Graph/dataset20mfeatpixel_10NN.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/ML_Graph/dataset20mfeatpixel_10NN.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/ML_Graph/dataset20mfeatpixel_10NN.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2865</td>
<td class='column-name'><a href="/ML_Graph/dataset22mfeatzernike_10NN">dataset22mfeatzernike_10NN</a></td>
<td class='column-group'><a href="/ML_Graph">ML_Graph</a></td>
<td class='column-num_rows'>2,000</td>
<td class='column-num_cols'>2,000</td>
<td class='column-nonzeros'>27,414</td>
<td class='column-kind d-none d-md-table-cell'>Undirected Weighted Graph</td>
<td class='column-date d-none d-md-table-cell'>2020</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/ML_Graph/dataset22mfeatzernike_10NN.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/ML_Graph/dataset22mfeatzernike_10NN.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/ML_Graph/dataset22mfeatzernike_10NN.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2866</td>
<td class='column-name'><a href="/ML_Graph/dermatology_5NN">dermatology_5NN</a></td>
<td class='column-group'><a href="/ML_Graph">ML_Graph</a></td>
<td class='column-num_rows'>366</td>
<td class='column-num_cols'>366</td>
<td class='column-nonzeros'>2,440</td>
<td class='column-kind d-none d-md-table-cell'>Undirected Weighted Graph</td>
<td class='column-date d-none d-md-table-cell'>2020</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/ML_Graph/dermatology_5NN.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/ML_Graph/dermatology_5NN.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/ML_Graph/dermatology_5NN.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2867</td>
<td class='column-name'><a href="/ML_Graph/Ecoli_10NN">Ecoli_10NN</a></td>
<td class='column-group'><a href="/ML_Graph">ML_Graph</a></td>
<td class='column-num_rows'>336</td>
<td class='column-num_cols'>336</td>
<td class='column-nonzeros'>4,560</td>
<td class='column-kind d-none d-md-table-cell'>Undirected Weighted Graph</td>
<td class='column-date d-none d-md-table-cell'>2020</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/ML_Graph/Ecoli_10NN.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/ML_Graph/Ecoli_10NN.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/ML_Graph/Ecoli_10NN.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2868</td>
<td class='column-name'><a href="/ML_Graph/Fashion_MNIST_norm_10NN">Fashion_MNIST_norm_10NN</a></td>
<td class='column-group'><a href="/ML_Graph">ML_Graph</a></td>
<td class='column-num_rows'>10,000</td>
<td class='column-num_cols'>10,000</td>
<td class='column-nonzeros'>158,304</td>
<td class='column-kind d-none d-md-table-cell'>Undirected Weighted Graph</td>
<td class='column-date d-none d-md-table-cell'>2020</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/ML_Graph/Fashion_MNIST_norm_10NN.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/ML_Graph/Fashion_MNIST_norm_10NN.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/ML_Graph/Fashion_MNIST_norm_10NN.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2869</td>
<td class='column-name'><a href="/ML_Graph/Glass_10NN">Glass_10NN</a></td>
<td class='column-group'><a href="/ML_Graph">ML_Graph</a></td>
<td class='column-num_rows'>214</td>
<td class='column-num_cols'>214</td>
<td class='column-nonzeros'>2,986</td>
<td class='column-kind d-none d-md-table-cell'>Undirected Weighted Graph</td>
<td class='column-date d-none d-md-table-cell'>2020</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/ML_Graph/Glass_10NN.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/ML_Graph/Glass_10NN.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/ML_Graph/Glass_10NN.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2870</td>
<td class='column-name'><a href="/ML_Graph/har_10NN">har_10NN</a></td>
<td class='column-group'><a href="/ML_Graph">ML_Graph</a></td>
<td class='column-num_rows'>10,299</td>
<td class='column-num_cols'>10,299</td>
<td class='column-nonzeros'>151,736</td>
<td class='column-kind d-none d-md-table-cell'>Undirected Weighted Graph</td>
<td class='column-date d-none d-md-table-cell'>2020</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/ML_Graph/har_10NN.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/ML_Graph/har_10NN.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/ML_Graph/har_10NN.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2871</td>
<td class='column-name'><a href="/ML_Graph/indianpines_10NN">indianpines_10NN</a></td>
<td class='column-group'><a href="/ML_Graph">ML_Graph</a></td>
<td class='column-num_rows'>9,144</td>
<td class='column-num_cols'>9,144</td>
<td class='column-nonzeros'>124,656</td>
<td class='column-kind d-none d-md-table-cell'>Undirected Weighted Graph</td>
<td class='column-date d-none d-md-table-cell'>2020</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/ML_Graph/indianpines_10NN.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/ML_Graph/indianpines_10NN.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/ML_Graph/indianpines_10NN.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2872</td>
<td class='column-name'><a href="/ML_Graph/iris_dataset_30NN">iris_dataset_30NN</a></td>
<td class='column-group'><a href="/ML_Graph">ML_Graph</a></td>
<td class='column-num_rows'>150</td>
<td class='column-num_cols'>150</td>
<td class='column-nonzeros'>5,518</td>
<td class='column-kind d-none d-md-table-cell'>Undirected Weighted Graph</td>
<td class='column-date d-none d-md-table-cell'>2020</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/ML_Graph/iris_dataset_30NN.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/ML_Graph/iris_dataset_30NN.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/ML_Graph/iris_dataset_30NN.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2873</td>
<td class='column-name'><a href="/ML_Graph/JapaneseVowelsSmall_10NN">JapaneseVowelsSmall_10NN</a></td>
<td class='column-group'><a href="/ML_Graph">ML_Graph</a></td>
<td class='column-num_rows'>9,961</td>
<td class='column-num_cols'>9,961</td>
<td class='column-nonzeros'>131,144</td>
<td class='column-kind d-none d-md-table-cell'>Undirected Weighted Graph</td>
<td class='column-date d-none d-md-table-cell'>2020</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/ML_Graph/JapaneseVowelsSmall_10NN.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/ML_Graph/JapaneseVowelsSmall_10NN.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/ML_Graph/JapaneseVowelsSmall_10NN.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2874</td>
<td class='column-name'><a href="/ML_Graph/k49_norm_10NN">k49_norm_10NN</a></td>
<td class='column-group'><a href="/ML_Graph">ML_Graph</a></td>
<td class='column-num_rows'>38,547</td>
<td class='column-num_cols'>38,547</td>
<td class='column-nonzeros'>618,158</td>
<td class='column-kind d-none d-md-table-cell'>Undirected Weighted Graph</td>
<td class='column-date d-none d-md-table-cell'>2020</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/ML_Graph/k49_norm_10NN.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/ML_Graph/k49_norm_10NN.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/ML_Graph/k49_norm_10NN.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2875</td>
<td class='column-name'><a href="/ML_Graph/kmnist_norm_10NN">kmnist_norm_10NN</a></td>
<td class='column-group'><a href="/ML_Graph">ML_Graph</a></td>
<td class='column-num_rows'>10,000</td>
<td class='column-num_cols'>10,000</td>
<td class='column-nonzeros'>156,932</td>
<td class='column-kind d-none d-md-table-cell'>Undirected Weighted Graph</td>
<td class='column-date d-none d-md-table-cell'>2020</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/ML_Graph/kmnist_norm_10NN.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/ML_Graph/kmnist_norm_10NN.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/ML_Graph/kmnist_norm_10NN.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2876</td>
<td class='column-name'><a href="/ML_Graph/mice_10NN">mice_10NN</a></td>
<td class='column-group'><a href="/ML_Graph">ML_Graph</a></td>
<td class='column-num_rows'>1,077</td>
<td class='column-num_cols'>1,077</td>
<td class='column-nonzeros'>13,484</td>
<td class='column-kind d-none d-md-table-cell'>Undirected Weighted Graph</td>
<td class='column-date d-none d-md-table-cell'>2020</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/ML_Graph/mice_10NN.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/ML_Graph/mice_10NN.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/ML_Graph/mice_10NN.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2877</td>
<td class='column-name'><a href="/ML_Graph/micromass_10NN">micromass_10NN</a></td>
<td class='column-group'><a href="/ML_Graph">ML_Graph</a></td>
<td class='column-num_rows'>571</td>
<td class='column-num_cols'>571</td>
<td class='column-nonzeros'>9,668</td>
<td class='column-kind d-none d-md-table-cell'>Undirected Weighted Graph</td>
<td class='column-date d-none d-md-table-cell'>2020</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/ML_Graph/micromass_10NN.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/ML_Graph/micromass_10NN.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/ML_Graph/micromass_10NN.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2878</td>
<td class='column-name'><a href="/ML_Graph/mnist_test_norm_10NN">mnist_test_norm_10NN</a></td>
<td class='column-group'><a href="/ML_Graph">ML_Graph</a></td>
<td class='column-num_rows'>10,000</td>
<td class='column-num_cols'>10,000</td>
<td class='column-nonzeros'>145,600</td>
<td class='column-kind d-none d-md-table-cell'>Undirected Weighted Graph</td>
<td class='column-date d-none d-md-table-cell'>2020</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/ML_Graph/mnist_test_norm_10NN.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/ML_Graph/mnist_test_norm_10NN.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/ML_Graph/mnist_test_norm_10NN.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2879</td>
<td class='column-name'><a href="/ML_Graph/Olivetti_norm_10NN">Olivetti_norm_10NN</a></td>
<td class='column-group'><a href="/ML_Graph">ML_Graph</a></td>
<td class='column-num_rows'>400</td>
<td class='column-num_cols'>400</td>
<td class='column-nonzeros'>5,656</td>
<td class='column-kind d-none d-md-table-cell'>Undirected Weighted Graph</td>
<td class='column-date d-none d-md-table-cell'>2020</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/ML_Graph/Olivetti_norm_10NN.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/ML_Graph/Olivetti_norm_10NN.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/ML_Graph/Olivetti_norm_10NN.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2880</td>
<td class='column-name'><a href="/ML_Graph/optdigits_10NN">optdigits_10NN</a></td>
<td class='column-group'><a href="/ML_Graph">ML_Graph</a></td>
<td class='column-num_rows'>5,620</td>
<td class='column-num_cols'>5,620</td>
<td class='column-nonzeros'>79,650</td>
<td class='column-kind d-none d-md-table-cell'>Undirected Weighted Graph</td>
<td class='column-date d-none d-md-table-cell'>2020</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/ML_Graph/optdigits_10NN.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/ML_Graph/optdigits_10NN.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/ML_Graph/optdigits_10NN.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2881</td>
<td class='column-name'><a href="/ML_Graph/Plants_10NN">Plants_10NN</a></td>
<td class='column-group'><a href="/ML_Graph">ML_Graph</a></td>
<td class='column-num_rows'>1,600</td>
<td class='column-num_cols'>1,600</td>
<td class='column-nonzeros'>21,930</td>
<td class='column-kind d-none d-md-table-cell'>Undirected Weighted Graph</td>
<td class='column-date d-none d-md-table-cell'>2020</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/ML_Graph/Plants_10NN.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/ML_Graph/Plants_10NN.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/ML_Graph/Plants_10NN.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2882</td>
<td class='column-name'><a href="/ML_Graph/plantsmargin_12NN">plantsmargin_12NN</a></td>
<td class='column-group'><a href="/ML_Graph">ML_Graph</a></td>
<td class='column-num_rows'>1,600</td>
<td class='column-num_cols'>1,600</td>
<td class='column-nonzeros'>25,482</td>
<td class='column-kind d-none d-md-table-cell'>Undirected Weighted Graph</td>
<td class='column-date d-none d-md-table-cell'>2020</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/ML_Graph/plantsmargin_12NN.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/ML_Graph/plantsmargin_12NN.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/ML_Graph/plantsmargin_12NN.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2883</td>
<td class='column-name'><a href="/ML_Graph/plantstexture_10NN">plantstexture_10NN</a></td>
<td class='column-group'><a href="/ML_Graph">ML_Graph</a></td>
<td class='column-num_rows'>1,599</td>
<td class='column-num_cols'>1,599</td>
<td class='column-nonzeros'>21,204</td>
<td class='column-kind d-none d-md-table-cell'>Undirected Weighted Graph</td>
<td class='column-date d-none d-md-table-cell'>2020</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/ML_Graph/plantstexture_10NN.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/ML_Graph/plantstexture_10NN.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/ML_Graph/plantstexture_10NN.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2884</td>
<td class='column-name'><a href="/ML_Graph/semeion_10NN">semeion_10NN</a></td>
<td class='column-group'><a href="/ML_Graph">ML_Graph</a></td>
<td class='column-num_rows'>1,593</td>
<td class='column-num_cols'>1,593</td>
<td class='column-nonzeros'>22,226</td>
<td class='column-kind d-none d-md-table-cell'>Undirected Weighted Graph</td>
<td class='column-date d-none d-md-table-cell'>2020</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/ML_Graph/semeion_10NN.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/ML_Graph/semeion_10NN.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/ML_Graph/semeion_10NN.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2885</td>
<td class='column-name'><a href="/ML_Graph/Spectro_10NN">Spectro_10NN</a></td>
<td class='column-group'><a href="/ML_Graph">ML_Graph</a></td>
<td class='column-num_rows'>531</td>
<td class='column-num_cols'>531</td>
<td class='column-nonzeros'>7,422</td>
<td class='column-kind d-none d-md-table-cell'>Undirected Weighted Graph</td>
<td class='column-date d-none d-md-table-cell'>2020</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/ML_Graph/Spectro_10NN.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/ML_Graph/Spectro_10NN.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/ML_Graph/Spectro_10NN.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2886</td>
<td class='column-name'><a href="/ML_Graph/umistfacesnorm_10NN">umistfacesnorm_10NN</a></td>
<td class='column-group'><a href="/ML_Graph">ML_Graph</a></td>
<td class='column-num_rows'>575</td>
<td class='column-num_cols'>575</td>
<td class='column-nonzeros'>6,990</td>
<td class='column-kind d-none d-md-table-cell'>Undirected Weighted Graph</td>
<td class='column-date d-none d-md-table-cell'>2020</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/ML_Graph/umistfacesnorm_10NN.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/ML_Graph/umistfacesnorm_10NN.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/ML_Graph/umistfacesnorm_10NN.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2887</td>
<td class='column-name'><a href="/ML_Graph/usps_norm_5NN">usps_norm_5NN</a></td>
<td class='column-group'><a href="/ML_Graph">ML_Graph</a></td>
<td class='column-num_rows'>11,000</td>
<td class='column-num_cols'>11,000</td>
<td class='column-nonzeros'>81,112</td>
<td class='column-kind d-none d-md-table-cell'>Undirected Weighted Graph</td>
<td class='column-date d-none d-md-table-cell'>2020</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/ML_Graph/usps_norm_5NN.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/ML_Graph/usps_norm_5NN.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/ML_Graph/usps_norm_5NN.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2888</td>
<td class='column-name'><a href="/ML_Graph/Vehicle_10NN">Vehicle_10NN</a></td>
<td class='column-group'><a href="/ML_Graph">ML_Graph</a></td>
<td class='column-num_rows'>846</td>
<td class='column-num_cols'>846</td>
<td class='column-nonzeros'>10,894</td>
<td class='column-kind d-none d-md-table-cell'>Undirected Weighted Graph</td>
<td class='column-date d-none d-md-table-cell'>2020</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/ML_Graph/Vehicle_10NN.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/ML_Graph/Vehicle_10NN.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/ML_Graph/Vehicle_10NN.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2889</td>
<td class='column-name'><a href="/ML_Graph/worms20_10NN">worms20_10NN</a></td>
<td class='column-group'><a href="/ML_Graph">ML_Graph</a></td>
<td class='column-num_rows'>20,055</td>
<td class='column-num_cols'>20,055</td>
<td class='column-nonzeros'>240,826</td>
<td class='column-kind d-none d-md-table-cell'>Undirected Weighted Graph</td>
<td class='column-date d-none d-md-table-cell'>2020</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/ML_Graph/worms20_10NN.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/ML_Graph/worms20_10NN.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/ML_Graph/worms20_10NN.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2890</td>
<td class='column-name'><a href="/ML_Graph/YaleA_10NN">YaleA_10NN</a></td>
<td class='column-group'><a href="/ML_Graph">ML_Graph</a></td>
<td class='column-num_rows'>165</td>
<td class='column-num_cols'>165</td>
<td class='column-nonzeros'>2,268</td>
<td class='column-kind d-none d-md-table-cell'>Undirected Weighted Graph</td>
<td class='column-date d-none d-md-table-cell'>2020</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/ML_Graph/YaleA_10NN.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/ML_Graph/YaleA_10NN.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/ML_Graph/YaleA_10NN.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2891</td>
<td class='column-name'><a href="/ML_Graph/YaleB_10NN">YaleB_10NN</a></td>
<td class='column-group'><a href="/ML_Graph">ML_Graph</a></td>
<td class='column-num_rows'>2,414</td>
<td class='column-num_cols'>2,414</td>
<td class='column-nonzeros'>34,808</td>
<td class='column-kind d-none d-md-table-cell'>Undirected Weighted Graph</td>
<td class='column-date d-none d-md-table-cell'>2020</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/ML_Graph/YaleB_10NN.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/ML_Graph/YaleB_10NN.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/ML_Graph/YaleB_10NN.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
<tr>
<td class='column-id'>2892</td>
<td class='column-name'><a href="/ML_Graph/yeast_30NN">yeast_30NN</a></td>
<td class='column-group'><a href="/ML_Graph">ML_Graph</a></td>
<td class='column-num_rows'>1,484</td>
<td class='column-num_cols'>1,484</td>
<td class='column-nonzeros'>62,350</td>
<td class='column-kind d-none d-md-table-cell'>Undirected Weighted Graph</td>
<td class='column-date d-none d-md-table-cell'>2020</td>
<td class='column-download d-none d-lg-table-cell'>
<a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/mat/ML_Graph/yeast_30NN.mat">MATLAB
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/RB/ML_Graph/yeast_30NN.tar.gz">Rutherford Boeing
<span aria-hidden='true' class='fa fa-download'></span>
</a><a class="btn btn-outline-dark btn-sm" href="https://suitesparse-collection-website.herokuapp.com/MM/ML_Graph/yeast_30NN.tar.gz">Matrix Market
<span aria-hidden='true' class='fa fa-download'></span>
</a></td>
</tr>
</tbody>
</table>
</div>
<!-- Bottom Pagination Bar -->
<div class='pagination-container container px-2'>
<div class='row'>
<div class='col'></div>
<div class='col-md-auto p-0'>
</div>
<div class='col col-lg-3 p-2 text-right'>
<label for="per_page_top">Display per page:</label>
<select name="per_page_top" id="per_page_top" onchange="if(this.value){window.location=&#39;?per_page=&#39;+this.value;}"><option value="20">20</option>
<option value="50">50</option>
<option value="100">100</option>
<option selected="selected" value="All">All</option></select>
</div>
</div>
</div>
</div>
<script>
$(function() {
// Check if alert has been closed
if( Cookies.get('about-box') === 'closed' ){
$('.about-alert').hide();
}
$('.about-close').click(function( e ){
// Do not perform default action when button is clicked
e.preventDefault();
Cookies.set('about-box', 'closed');
});
});
</script>
<script>
$(function() {
$(".filter-checkbox").change(function() {
if(this.checked) {
$($(this).data("target")).removeClass('filter-hidden');
} else {
$($(this).data("target")).addClass('filter-hidden');
$($(this).data("target")).find("input").each(function() {
$(this).val('');
});
$($(this).data("target")).find("select").each(function() {
$(this)[0].selectedIndex = 0;
$(this).trigger('change');
});
}
});
});
</script>
<script>
$( document ).on('turbolinks:load', function() {
$(".filter-checkbox").each(function() {
if(this.checked) {
$($(this).data("target")).removeClass('filter-hidden');
}
});
});
</script>
<script>
$(function() {
$('.dropdown-menu').find('.small').click(function(e) {
if(e.target.type !== 'checkbox' && e.target.nodeName !== 'LABEL') {
// If the click is on the checkbox or label, no need to click twice
$($(this).data("target")).trigger('click');
}
// Keep the dropdown menu open until we click elsewhere
e.stopPropagation();
});
});
</script>
</div>
</body>
<footer class='text-center'>
<div class='container'>
<a href="https://www.tamu.edu">Texas A&amp;M University</a>
|
<a href="https://engineering.tamu.edu/cse/">Computer Science &amp; Engineering Department</a>
|
<a href="https://github.com/ScottKolo/suitesparse-matrix-collection-website">Code on GitHub
<span aria-hidden='true' class='fab fa-github'></span>
</a></div>
</footer>
<script>
WebFontConfig = {
google: { families: ['Cutive'] }
};
(function() {
var wf = document.createElement('script');
wf.src = 'https://ajax.googleapis.com/ajax/libs/webfont/1.6.26/webfont.js';
wf.type = 'text/javascript';
wf.async = 'true';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(wf, s);
})();
</script>
</html>