Simbody
3.3
|
Predefined MatrixCharacter for an ordinary row vector of a particular size. More...
#include <MatrixCharacteristics.h>
Additional Inherited Members | |
Protected Member Functions inherited from SimTK::MatrixCharacter | |
MatrixCharacter (int m, int n, int lb, int ub, MatrixStructure structure, MatrixStorage storage, MatrixCondition condition) | |
Protected Attributes inherited from SimTK::MatrixCharacter | |
int | nr |
actual number of rows More... | |
int | nc |
actual number of columns More... | |
int | lband |
actual lower bandwidth, if banded More... | |
int | uband |
actual upper bandwidth, if banded More... | |
MatrixStructure | structure |
MatrixStorage | storage |
MatrixOutline | outline |
MatrixCondition | condition |
Predefined MatrixCharacter for an ordinary row vector of a particular size.
Note that standard vector storage allows for a "stride" greater than 1, but that is not considered part of the matrix character. Stride is dealt with separately.
|
inline |