symmetric_matrix<Base_, Uplo> [MTL Home] Programmers Guide
  Contents | Index |  Search 


Category: Component type:
Description
Example
Definition
Template Parameters
Model of
Members
Member Where defined Description
pointer    
reference    
value_type    
size_type    
dim_type    
dyn_dim    
band_type    
TwoD    
OneD    
OneDRef    
Indexer    
orien    
const_reference    
shape    
Uplotrans    
transpose_type    
strided_type    
symmetric_matrix ()    
symmetric_matrix (size_type n)    
symmetric_matrix (size_type n, int sub)    
symmetric_matrix (pointer d, size_type n)   constructor for external data
symmetric_matrix (size_type n, int uplo_, int sub)   dynamic uplo constructor
symmetric_matrix (pointer d, size_type n, int uplo_, int sub)   constructor for external data with dynamic uplo
symmetric_matrix (size_type m, size_type n, size_type nnz, pointer val, size_type* ptrs, size_type* inds)   compressed2D external data constructor
symmetric_matrix (pointer d, size_type n, int sub)   deprecated
symmetric_matrix (const transpose_type& x, do_transpose t)    
symmetric_matrix (const strided_type& x, do_strided s)    
mmstream    
hbstream    
symmetric_matrix (mmstream& m_in)    
symmetric_matrix (hbstream& m_in)    
template <class Mat, class Scalar>
symmetric_matrix (const Mat& x, const Scalar& y, do_scaled s)
   
~symmetric_matrix ()    
bool is_upper () const    
bool is_lower () const    
reference operator() (size_type row, size_type col)   element access
const_reference operator() (size_type row, size_type col) const    
int sub () const    
int super () const    
New members
Notes
See also

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