Go to the documentation of this file. 1 #ifndef SimTK_SIMMATRIX_ROWVECTOR_H_
2 #define SimTK_SIMMATRIX_ROWVECTOR_H_
79 RowVector_(
int n,
const ELT* cppInitialValues) :
Base(n, cppInitialValues) {}
92 RowVector_(
int n,
int stride,
const S* data,
bool) :
Base(n, stride, data) {}
98 for (
int i = 0; i < M; ++i)
122 #endif // SimTK_SIMMATRIX_ROWVECTOR_H_