rwlogo
SourcePro C++ 12.0

SourcePro® C++ API Reference Guide



   SourcePro C++
Documentation Home

Math Collections
[Essential Math Module]


Module Description

Classes that represent vectors, matrices, and arrays.

Classes

class  RWMultiIndex
 An n-dimensional index class for traversing arrays of arbitrary dimension. More...
class  RWDataView
 Base class for all classes that provide a view into a contiguous block of memory. More...
class  RWGenMat< T >
 A templatized general matrix class. More...
struct  RWConvertGenMat< From, To >
 Converts between RWGenMat types with different datatypes. More...
class  RWGenMatIteratorBase< T >
 The base class for RWGenMat iterators. More...
class  RWGenMatIterator< T >
 The random access iterator for the RWGenMat<T> collection class. More...
class  RWGenMatConstIterator< T >
 The random access iterator for the RWGenMat<T> collection class. More...
class  RWMathVec< T >
 A templatized vector class. More...
struct  RWConvertMathVec< From, To >
 Converts between RWMathVec types with different datatypes. More...
class  RWMathVecIteratorBase< T >
 A base class for RWMathVec iterators. More...
class  RWMathVecIterator< T >
 The random access iterator for the RWMathVec<T> collection class. More...
class  RWMathVecConstIterator< T >
 The const random access iterator for the RWMathVec<T> collection class. More...
class  RWMathArray< T >
 A templatized arbitrary dimension array class. More...
struct  RWConvertMathArray< From, To >
 Converts between RWMathArray types with different datatypes. More...
class  RWMathArrayIteratorBase< T >
 A base class for RWMathArray iterators. More...
class  RWMathArrayIterator< T >
 The random access iterator for the RWMathArray<T> collection class. More...
class  RWMathArrayConstIterator< T >
 The random access iterator for the RWMathArray<T> collection class. More...
class  RWMathVecPick< T >
 Allows selected elements to be addressed in a vector, without creating a new view. More...
class  rw_numeric_traits< T >
 Helper class containing typedefs associated with numeric types, useful when creating a new numeric type. More...
class  RWSlice
 Represents an index that can be used for subscripting vectors, matrices, and arrays. More...
class  RWRange
 Represents an index that can be used for subscripting vectors, matrices, and arrays. More...
class  RWToEnd
 Represents an index that can be used for subscripting vectors, matrices, and arrays from a given element to the end. More...
class  RWVecView
 A base class for mathematical vector classes. More...
 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.