|
|
|
Category:containers,selectors |
Component type:type |
|
 |
Description
|
This storage type is used for creating matrices that
are "views" into existing full dense matrices.
For instance, one could create a triangular view
of a full matrix.
|
 |
Example
|
|
 |
Definition
|
matrix.h
|
 |
Template Parameters
|
Parameter | Description | Default |
MemLoc | Specify whether the memory used is "owned" by the matrix or if it was provided to the matrix from some external source (with a pointer to some data) | internal |
|
 |
Model of
|
|
 |
Members
|
Member
|
Where defined
|
Description
|
size_type
|
|
|
enum
{id = BAND_VIEW,oned_id, ext=MemLoc, issparse=0, index }
|
|
|
|
 |
New members
|
|
 |
Notes
|
|
 |
See also
|
|