mirror of
https://github.com/boostorg/ublas.git
synced 2026-02-22 15:52:18 +00:00
add zero_vector/matrix
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