Logo MTL4
Public Member Functions | Friends
mtl::matrix< T, Shape, Storage, Orientation >::multi_vector< Vector > Class Template Reference

Matrix constituting of set of column vectors (under development) More...

#include <multi_vector.hpp>

Inheritance diagram for mtl::matrix< T, Shape, Storage, Orientation >::multi_vector< Vector >:
Inheritance graph
[legend]
Collaboration diagram for mtl::matrix< T, Shape, Storage, Orientation >::multi_vector< Vector >:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 multi_vector (size_type num_rows, size_type num_cols)
 Constructor by number of rows and columns.
 multi_vector (const Vector &v, size_type num_cols)
 Constructor column vector and number of columns (for easier initialization)
selfoperator= (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.
size_type size (const self &A)
 Size as defined by number of rows times columns.

Detailed Description

template<class T, class Shape = rectangle<>, class Storage = dense<>, class Orientation = row_major>
template<typename Vector>
class mtl::matrix< T, Shape, Storage, Orientation >::multi_vector< Vector >

Matrix constituting of set of column vectors (under development)


The documentation for this class was generated from the following file:


mtl::matrix< T, Shape, Storage, Orientation >::multi_vector< Vector > Class Template Reference -- MTL 4 -- Peter Gottschling and Andrew Lumsdaine -- Gen. with rev. 7542 on Sat Aug 11 2012 by doxygen 1.7.6.1 -- © 2010 by SimuNova UG.