SourcePro® API Reference Guide

 
List of all members | Public Types

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< DComplex > RWMathVec< double > RWMathVec< int > RWMathVec< norm_type > RWMathVec< ret_type > RWMathVec< rt > RWMathVec< RWPivotType > RWMathVec< S > RWMathVec< size_t > RWMathVec< To > RWMathVec< typename rw_numeric_traits< TypeT >::norm_type > RWMathVec< TypeT >

Public Types

enum  Storage { COLUMN_MAJOR, ROW_MAJOR, RWEITHER }
 

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

RWEITHER 

RWEITHER is for internal use

Copyright © 2023 Rogue Wave Software, Inc., a Perforce company. All Rights Reserved.