- Home
- Computer
- Programming
- MT1: A Sparse Compiler
Computer · Programming
MT1: A Sparse Compiler
Listed in the directory · updated 20 Jul 2022
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.