The Iterative Template Library
Generic Components for High Performance Scientific Computing
  Search | Support |  Download 

Contents

Navigating This Site
What's New
Download ITL
Search ITL Pages
ITL Home

On-Line Documentation
Introduction
Programmer's Guide
Examples
Performance Results
To-do list
Coding Standards

Related Work
Related Projects at OSL
Projects Using ITL
Generic Programming
Scientific Computing

ITL Publications
Presentations

Contact
Support
Contribute!
Mailing Lists
License Information
Generic Programming Projects
 There are several projects currently underway in our lab that involve generic programming in some way.

Matrix Template Library
 The Matrix Template Library (MTL) is a high-performance generic component library that provides comprehensive linear algebra functionality for a wide variety of matrix formats.

As with the Standard Template Library (STL), MTL uses a five-fold approach, consisting of generic functions, containers, iterators, adaptors, and function objects, all developed specifically for high performance numerical linear algebra. Within this framework, MTL provides generic algorithms corresponding to the mathematical operations that define linear algebra. Similarly, the containers, adaptors, and iterators are used to represent and to manipulate concrete linear algebra objects such as matrices and vectors.

Boost Graph Library
 The Boost Graph Library, or BGL, is a general purpose, generic C++ library for graph data structures and graph algorithms.

BGL is developed under the same generic programming paradigm as that in Standard Template Library, BGL algorithms and components are expressed on the concepts of Graph, Vertex, Edge, Decorator, and Visitor.

If you have comments or suggestions, email mtl-devel@osl.iu.edu
Author: Andrew Lumsdaine,     Lie-Quan Lee,     Jeremy Siek
E-Mail: lums@osl.iu.edu,     llee@osl.iu.edu,     jsiek@osl.iu.edu
Created: July 27, 1998
Modified: Thu 24-Aug-2006 EST
Copyright ©1997-2008