copy__2<int M, int N> [MTL Home] Programmers Guide
  Contents | Index |  Search 


Category:blais Component type:type
Description
Example
Definition
Template Parameters

ParameterDescriptionDefault
MNumber of rows in A 
NNumber of columns in A 
Model of
Members
Member Where defined Description
template <class MatrixA, class MatrixB>
copy (const MatrixA& A, MatrixB& B)
   
template <class MatrixA, class MatrixB>
void do_copy (const MatrixA& A, MatrixB& B, row_tag)
   
template <class MatrixA, class MatrixB>
void do_copy (const MatrixA& A, MatrixB& B, column_tag)
   
New members
Notes
See also

[MTL Home] Copyright © 1998,1999 University of Notre Dame. All Rights Reserved.