~ubuntu-branches/ubuntu/raring/blitz++/raring

« back to all changes in this revision

Viewing changes to blitz/tinymatexpr.h

  • Committer: Bazaar Package Importer
  • Author(s): Konstantinos Margaritis
  • Date: 2005-02-28 20:25:01 UTC
  • mfrom: (2.1.2 hoary)
  • Revision ID: james.westby@ubuntu.com-20050228202501-3i4f2sknnprsqfhz
Tags: 1:0.8-4
Added missing build-depends (Closes: #297323)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/***************************************************************************
2
2
 * blitz/tinymatexpr.h   Tiny Matrix Expressions
3
3
 *
4
 
 * $Id: tinymatexpr.h,v 1.1.1.1 2000/06/19 12:26:12 tveldhui Exp $
 
4
 * $Id: tinymatexpr.h,v 1.4 2003/12/11 03:44:22 julianc Exp $
5
5
 *
6
 
 * Copyright (C) 1997-1999 Todd Veldhuizen <tveldhui@oonumerics.org>
 
6
 * Copyright (C) 1997-2001 Todd Veldhuizen <tveldhui@oonumerics.org>
7
7
 *
8
8
 * This program is free software; you can redistribute it and/or
9
9
 * modify it under the terms of the GNU General Public License
21
21
 * For more information, please see the Blitz++ Home Page:
22
22
 *    http://oonumerics.org/blitz/
23
23
 *
24
 
 ***************************************************************************
25
 
 * $Log: tinymatexpr.h,v $
26
 
 * Revision 1.1.1.1  2000/06/19 12:26:12  tveldhui
27
 
 * Imported sources
28
 
 *
29
 
 * Revision 1.2  1998/03/14 00:04:47  tveldhui
30
 
 * 0.2-alpha-05
31
 
 *
32
 
 * Revision 1.1  1997/07/16 14:51:20  tveldhui
33
 
 * Update: Alpha release 0.2 (Arrays)
34
 
 *
35
 
 */
 
24
 ***************************************************************************/
36
25
 
37
26
#ifndef BZ_TINYMATEXPR_H
38
27
#define BZ_TINYMATEXPR_H
43
32
 
44
33
BZ_NAMESPACE(blitz)
45
34
 
46
 
template<class T_expr>
 
35
template<typename T_expr>
47
36
class _bz_tinyMatExpr {
48
37
public:
49
38
    typedef _bz_typename T_expr::T_numtype T_numtype;