1. Home
  2. Computer
  3. Programmin­g
  4. MT1: A Sparse Compiler

Computer · Programmin­g

MT1: A Sparse Compiler

Listed in the directory · updated 20 Jul 2022

Find them on

About MT1: A Sparse Compiler

MT1: A Sparse Compiler- A special kind of source-to-source restructuring Fortran compiler that can automatically transform a dense program (in which all operations on matrices are simply implemented using two-dimensional arrays) into a semantically equivalent sparse program (operating on more complicated sparse data structures), thereby reducing storage requirements and computational time of the original application.

Tags

Where it sits

More in Programmin­g

See all →