The mtxmkt application

Copyright © 2018 Fred Youhanaie

Version: 0.1.0

Authors: Fred Youhanaie (fyrlang@anydata.co.uk).

Introduction

Matrix Market provides a repository of test matrices for various applications areas. It is best described on their web site:

A visual repository of test data for use in comparative studies of algorithms for numerical linear algebra, featuring nearly 500 sparse matrices from a variety of applications, as well as matrix generation tools and services.

mtxmkt is an Erlang library to handle Matrix Market files. The format of the files is described here.

The library functions are based on the mmio C library provided by Matrix market.

Generated by EDoc