matmat_mult [MTL Home] Programmers Guide
  Contents | Index |  Search 


Category: Component type:
Prototype
template <class MatA, class MatB, class MatC>
void matmat_mult(const MatA& A, const MatB& B, MatC& C, triangle_tag) ;
Description
Definition
mtl.h
Preconditions
Complexity
Example
Notes
See also

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