2
0
mirror of https://github.com/boostorg/ublas.git synced 2026-02-20 03:02:13 +00:00

Consistent class/struct

[SVN r25393]
This commit is contained in:
Michael Stevens
2004-09-24 06:57:49 +00:00
parent a4d4141651
commit 2c8267e614

View File

@@ -24,11 +24,12 @@
namespace boost { namespace numeric { namespace ublas {
// Base class for the Barton Nackman trick
// Base class Matrix Expressions - see the Barton Nackman trick
template<class E>
struct matrix_expression:
class matrix_expression:
private nonassignable {
//FIXME public expression_base<typename E::value_type> {
public:
BOOST_STATIC_CONSTANT (unsigned, complexity = 0);
typedef E expression_type;
typedef matrix_tag type_category;