Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_33_1/libs/numeric/ublas/bench4/Jamfile.v2 @ 12

Last change on this file since 12 was 12, checked in by landauf, 17 years ago

added boost

File size: 455 bytes
Line 
1# Copyright (c) 2004 Michael Stevens
2# Use, modification and distribution are subject to the
3# Boost Software License, Version 1.0. (See accompanying file
4# LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
5
6# bench4 measurs the abstraction penalty of dense matrix and vector
7#        operations with boost::numeric::interval(s).
8
9exe bench4
10    : bench4.cpp bench41.cpp bench42.cpp bench43.cpp
11    : <define>BOOST_UBLAS_USE_INTERVAL
12    ;
Note: See TracBrowser for help on using the repository browser.