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


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

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