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


Category:utilities Component type:function
Prototype
void read_dense_matlab(matlab_dense& A, char* matrix_name, const char* file) ;
Description
The matrix type for this function is the following
  typedef matrix< double, 
                  rectangle<>, 
                  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.