#include <multi_vector.hpp>
Public Member Functions | |
multi_vector (size_type num_rows, size_type num_cols) | |
Constructor by number of rows and columns. | |
multi_vector (size_type num_cols, const Vector &v) | |
Constructor by number of rows and column vector for initialization. | |
self & | operator= (self src) |
Consuming assignment operator. | |
Friends | |
size_type | num_rows (const self &A) |
Number of rows. | |
size_type | num_cols (const self &A) |
Number of columns. |
mtl::matrix::multi_vector< Vector > Class Template Reference -- MTL 4 -- Peter Gottschling and Andrew Lumsdaine
-- Generated on 19 May 2009 by Doxygen 1.5.5 -- Copyright 2007 by the Trustees of Indiana University.