SourcePro® API Reference Guide

 
Loading...
Searching...
No Matches

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

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

◆ Storage

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 © 2024 Rogue Wave Software, Inc., a Perforce company. All Rights Reserved.