rwlogo
SourcePro C++ 12.0

SourcePro® C++ API Reference Guide



   SourcePro C++
Documentation Home

RWDataView Class Reference
[Math Collections]

Base class for all classes that provide a view into a contiguous block of memory. More...

#include <rw/dataview.h>

Inheritance diagram for RWDataView:
RWVecView RWMathVec< T > RWMathVec< bool > RWMathVec< double > RWMathVec< int > Histogram RWMultiIndex

List of all members.

Public Types

enum  Storage { COLUMN_MAJOR, ROW_MAJOR }

Detailed Description

RWDataView is a base class for all classes that are a view into a contiguous block of memory.


Member Enumeration Documentation

Enumeration to control the manner in which array and matrix data will be stored.

Enumerator:
COLUMN_MAJOR 

Data will be stored in Column Major order.

ROW_MAJOR 

Data will be stored in Row Major order.

 All Classes Functions Variables Typedefs Enumerations Enumerator Friends

© Copyright Rogue Wave Software, Inc. All Rights Reserved.
Rogue Wave and SourcePro are registered trademarks of Rogue Wave Software, Inc. in the United States and other countries. All other trademarks are the property of their respective owners.
Contact Rogue Wave about documentation or support issues.