SourcePro® 2023.1 |
SourcePro® API Reference Guide |
Classes that represent vectors, matrices, and arrays.
Classes | |
class | rw_numeric_traits< T > |
Helper class containing typedefs associated with numeric types, useful when creating a new numeric type. More... | |
struct | RWConvertGenMat< From, To > |
Converts between RWGenMat types with different datatypes. More... | |
struct | RWConvertMathArray< From, To > |
Converts between RWMathArray types with different datatypes. More... | |
struct | RWConvertMathVec< From, To > |
Converts between RWMathVec types with different datatypes. 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... | |
class | RWGenMatConstIterator< T > |
The random access iterator for the RWGenMat collection class. More... | |
class | RWGenMatIterator< T > |
The random access iterator for the RWGenMat collection class. More... | |
class | RWGenMatIteratorBase< T > |
The base class for RWGenMat iterators. More... | |
class | RWMathArray< T > |
A templatized arbitrary dimension array class. More... | |
class | RWMathArrayConstIterator< T > |
The random access iterator for the RWMathArray collection class. More... | |
class | RWMathArrayIterator< T > |
The random access iterator for the RWMathArray collection class. More... | |
class | RWMathArrayIteratorBase< T > |
A base class for RWMathArray iterators. More... | |
class | RWMathVec< T > |
A templatized vector class. More... | |
class | RWMathVecConstIterator< T > |
The const random access iterator for the RWMathVec collection class. More... | |
class | RWMathVecIterator< T > |
The random access iterator for the RWMathVec collection class. More... | |
class | RWMathVecIteratorBase< T > |
A base class for RWMathVec iterators. More... | |
class | RWMathVecPick< T > |
Allows selected elements to be addressed in a vector, without creating a new view. More... | |
class | RWMultiIndex |
An n-dimensional index class for traversing arrays of arbitrary dimension. More... | |
class | RWRange |
Represents an index that can be used for subscripting vectors, matrices, and arrays. More... | |
class | RWSlice |
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... | |
Copyright © 2023 Rogue Wave Software, Inc., a Perforce company. All Rights Reserved. |