From 3ebe500f91c9c749692111c06dfe9c97fe07bc2d Mon Sep 17 00:00:00 2001 From: Michael Stevens Date: Wed, 29 Sep 2004 15:39:11 +0000 Subject: [PATCH] add zero_vector/matrix --- include/boost/numeric/ublas/fwd.hpp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/include/boost/numeric/ublas/fwd.hpp b/include/boost/numeric/ublas/fwd.hpp index 2991bb54..6678bf9b 100644 --- a/include/boost/numeric/ublas/fwd.hpp +++ b/include/boost/numeric/ublas/fwd.hpp @@ -102,6 +102,9 @@ namespace boost { namespace numeric { namespace ublas { template class unit_vector; + template + class zero_vector; + template class scalar_vector; @@ -133,6 +136,9 @@ namespace boost { namespace numeric { namespace ublas { template class identity_matrix; + template + class zero_matrix; + template class scalar_matrix;