mirror of
https://github.com/boostorg/ublas.git
synced 2026-02-23 04:02:10 +00:00
add zero_vector/matrix
svn path=/trunk/boost/boost/numeric/ublas/; revision=25480
This commit is contained in:
@@ -102,6 +102,9 @@ namespace boost { namespace numeric { namespace ublas {
|
||||
template<class T>
|
||||
class unit_vector;
|
||||
|
||||
template<class T>
|
||||
class zero_vector;
|
||||
|
||||
template<class T>
|
||||
class scalar_vector;
|
||||
|
||||
@@ -133,6 +136,9 @@ namespace boost { namespace numeric { namespace ublas {
|
||||
template<class T>
|
||||
class identity_matrix;
|
||||
|
||||
template<class T>
|
||||
class zero_matrix;
|
||||
|
||||
template<class T>
|
||||
class scalar_matrix;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user