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


Category:utilities Component type:function
Prototype
void write_dense_matlab(matlab_dense& A, char* matrix_name, const char* file) ;
Description
The matrix type for this function is the following
  typedef matrixrectangle<>, 
                 dense<>, 
                 column_major>::type matlab_dense;
  
Definition
matlabio.h
Preconditions
Complexity
Example
Notes
See also

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