Re: [boost] Some FC++ comments

2003-08-14 Thread Kresimir Fresl
Brian McNamara wrote: [...] Check out http://www.cc.gatech.edu/~yannis/fc++/boostpaper.pdf (I'll make it available in a more convenient format when I figure out how to work latex2html.) You can try TTH http://hutchinson.belmont.ma.us/tth/ or HEVEA http://pauillac.inria.fr/~maran

Re: [boost] GUI/GDI template library

2003-08-10 Thread Kresimir Fresl
Brock Peabody wrote: On Behalf Of E. Gladyshev Don't know where to start... Greek and Roman mythology? [...] Other ideas: Atlas ATLAS: Automatically Tuned Linear Algebra Software http://math-atlas.sourceforge.net/ f. ___ Unsubscribe & other changes

Re: [boost] Re: uBlas and linear algebra questions

2003-07-26 Thread Kresimir Fresl
David Abrahams wrote: Kirill Lapshin <[EMAIL PROTECTED]> writes: Atlas docs mentioned that it is possible to build atlas with msvc, but no build procedure available, so it is tricky; also resulting library going to be slower then one built with cygwin. Really? MSVC's optimizer is generally bette

boost@lists.boost.org

2003-02-02 Thread Kresimir Fresl
Julius Muschaweck wrote: >> now that sparse matrix_row's works with Joerg's latest CVS upload >> (thanks Joerg), a const& parameter that used to work with 1_29_0 doesn't >> anymore: >> >> using namespace boost::numeric; >> typedef ublas::matrix TM; >> >> double InnerProdConst( const TM& A, const

Re: [boost] Extensions in Boost.Compatibility

2002-12-12 Thread Kresimir Fresl
Toon Knapen wrote: My only remaining question is : if the STL (used by the developer) already provides the algorithm (in the std namespace however), would'nt it be better to reuse it. IMHO yes. (Although the algorithm need not be in std namespace -- see http://lists.boost.org/MailArchives/bo

Re: [boost] STL extensions

2002-12-10 Thread Kresimir Fresl
Toon Knapen wrote: #if (__GNUC__ >= 3) && ( __GNUC_MINOR__ >= 1 ) #define BOOST_NO_IS_SORTED #define BOOST_NO_IOTA #endif g++ 3.2 has is_sorted() and iota(), although not in `std' namespace, but in `__gnu_cxx'. Files are in subdirectory `ext'; therefore: #include #include fres __

Re: [boost] UBLAS: preserving matrix resize.

2002-12-03 Thread Kresimir Fresl
Stas Fomin wrote: typedef ublas::matrix Mat; This sample works if "typedef ublas::matrix Mat;" and does not work with "typedef ublas::sparse_matrix Mat"; Which compiler are you using? With typedef ublas::sparse_matrix como 4.3. and g++ 3.2 with and without -DNDEBUG give: