Simbody
Public Member Functions

SimTK::MatrixCharacter::LapackFull Class Reference

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:

List of all members.

Public Member Functions

 LapackFull (int m, int n)

Detailed Description

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.


Constructor & Destructor Documentation

SimTK::MatrixCharacter::LapackFull::LapackFull ( int  m,
int  n 
) [inline]

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines