|
Simbody
3.4 (development)
|
Predefined MatrixCharacter for an ordinary Lapack-style full matrix of a particular dimension m x n (nrows X ncols). More...
#include <MatrixCharacteristics.h>
Inheritance diagram for SimTK::MatrixCharacter::LapackFull:Public Member Functions | |
| LapackFull (int m, int n) | |
Predefined MatrixCharacter for an ordinary Lapack-style full matrix of a particular dimension m x n (nrows X ncols).
Note that the storage format allows for a "leading dimension" larger than m, but that the leading dimension is not considered part of the matrix character. It is dealt with separately.
| SimTK::MatrixCharacter::LapackFull::LapackFull | ( | int | m, |
| int | n | ||
| ) | [inline] |