SourcePro® 2023.1 |
SourcePro® API Reference Guide |
A base class for mathematical vector classes. More...
#include <rw/vector.h>
Public Member Functions | |
size_t | length () const |
int | stride () const |
Additional Inherited Members | |
Public Types inherited from RWDataView | |
enum | Storage { COLUMN_MAJOR, ROW_MAJOR, RWEITHER } |
A base class for vector classes.
|
inline |
Returns the number of elements in the vector.
|
inline |
Returns the distance between successive elements of the vector. The stride can be computed using &v
[i+1]-&v[i].
Copyright © 2023 Rogue Wave Software, Inc., a Perforce company. All Rights Reserved. |