abs() const | SimTK::RowVectorBase< ELT > | inline |
begin() | SimTK::RowVectorBase< ELT > | inline |
clear() | SimTK::RowVectorBase< ELT > | inline |
colScale(const VectorBase< EE > &v, typename EltResult< EE >::Mul &out) const | SimTK::RowVectorBase< ELT > | inline |
colScale(const VectorBase< EE > &v) const | SimTK::RowVectorBase< ELT > | inline |
colScaleInPlace(const VectorBase< EE > &v) | SimTK::RowVectorBase< ELT > | inline |
elementwiseDivide(const RowVectorBase< EE > &v, typename EltResult< EE >::Dvd &out) const | SimTK::RowVectorBase< ELT > | inline |
elementwiseDivide(const RowVectorBase< EE > &v) const | SimTK::RowVectorBase< ELT > | inline |
elementwiseDivideFromLeft(const RowVectorBase< EE > &v, typename RowVectorBase< EE >::template EltResult< ELT >::Dvd &out) const | SimTK::RowVectorBase< ELT > | inline |
elementwiseDivideFromLeft(const RowVectorBase< EE > &v) const | SimTK::RowVectorBase< ELT > | inline |
elementwiseDivideFromLeftInPlace(const RowVectorBase< EE > &r) | SimTK::RowVectorBase< ELT > | inline |
elementwiseDivideInPlace(const RowVectorBase< EE > &r) | SimTK::RowVectorBase< ELT > | inline |
elementwiseMultiply(const RowVectorBase< EE > &v, typename EltResult< EE >::Mul &out) const | SimTK::RowVectorBase< ELT > | inline |
elementwiseMultiply(const RowVectorBase< EE > &v) const | SimTK::RowVectorBase< ELT > | inline |
elementwiseMultiplyFromLeft(const RowVectorBase< EE > &v, typename RowVectorBase< EE >::template EltResult< ELT >::Mul &out) const | SimTK::RowVectorBase< ELT > | inline |
elementwiseMultiplyFromLeft(const RowVectorBase< EE > &v) const | SimTK::RowVectorBase< ELT > | inline |
elementwiseMultiplyFromLeftInPlace(const RowVectorBase< EE > &r) | SimTK::RowVectorBase< ELT > | inline |
elementwiseMultiplyInPlace(const RowVectorBase< EE > &r) | SimTK::RowVectorBase< ELT > | inline |
end() | SimTK::RowVectorBase< ELT > | inline |
index(const Array_< int > &indices) const | SimTK::RowVectorBase< ELT > | inline |
ncol() const | SimTK::RowVectorBase< ELT > | inline |
negate() const | SimTK::RowVectorBase< ELT > | inline |
nelt() const | SimTK::RowVectorBase< ELT > | inline |
nrow() const | SimTK::RowVectorBase< ELT > | inline |
operator const Matrix_< ELT > &() const | SimTK::RowVectorBase< ELT > | inline |
operator const MatrixView_< ELT > &() const | SimTK::RowVectorBase< ELT > | inline |
operator const RowVector_< ELT > &() const | SimTK::RowVectorBase< ELT > | inline |
operator const RowVectorView_< ELT > &() const | SimTK::RowVectorBase< ELT > | inline |
operator Matrix_< ELT > &() | SimTK::RowVectorBase< ELT > | inline |
operator MatrixView_< ELT > &() | SimTK::RowVectorBase< ELT > | inline |
operator RowVector_< ELT > &() | SimTK::RowVectorBase< ELT > | inline |
operator RowVectorView_< ELT > &() | SimTK::RowVectorBase< ELT > | inline |
operator()(int j) const | SimTK::RowVectorBase< ELT > | inline |
operator()(int j) | SimTK::RowVectorBase< ELT > | inline |
operator()(int j, int n) const | SimTK::RowVectorBase< ELT > | inline |
operator()(int j, int n) | SimTK::RowVectorBase< ELT > | inline |
operator()(const Array_< int > &indices) const | SimTK::RowVectorBase< ELT > | inline |
operator()(const Array_< int > &indices) | SimTK::RowVectorBase< ELT > | inline |
operator*=(const StdNumber &t) | SimTK::RowVectorBase< ELT > | inline |
operator+() const | SimTK::RowVectorBase< ELT > | inline |
operator+=(const RowVectorBase &r) | SimTK::RowVectorBase< ELT > | inline |
operator+=(const RowVectorBase< EE > &b) | SimTK::RowVectorBase< ELT > | inline |
operator-() const | SimTK::RowVectorBase< ELT > | inline |
operator-() | SimTK::RowVectorBase< ELT > | inline |
operator-=(const RowVectorBase &r) | SimTK::RowVectorBase< ELT > | inline |
operator-=(const RowVectorBase< EE > &b) | SimTK::RowVectorBase< ELT > | inline |
operator/=(const StdNumber &t) | SimTK::RowVectorBase< ELT > | inline |
operator=(const RowVectorBase &b) | SimTK::RowVectorBase< ELT > | inline |
operator=(const RowVectorBase< EE > &b) | SimTK::RowVectorBase< ELT > | inline |
operator=(const ELT &t) | SimTK::RowVectorBase< ELT > | inline |
operator[](int j) const | SimTK::RowVectorBase< ELT > | inline |
operator[](int j) | SimTK::RowVectorBase< ELT > | inline |
operator~() const | SimTK::RowVectorBase< ELT > | inline |
operator~() | SimTK::RowVectorBase< ELT > | inline |
resize(int n) | SimTK::RowVectorBase< ELT > | inline |
resizeKeep(int n) | SimTK::RowVectorBase< ELT > | inline |
RowVectorBase(int n=0) | SimTK::RowVectorBase< ELT > | inlineexplicit |
RowVectorBase(const RowVectorBase &source) | SimTK::RowVectorBase< ELT > | inline |
RowVectorBase(const TNeg &source) | SimTK::RowVectorBase< ELT > | inline |
RowVectorBase(int n, const ELT &initialValue) | SimTK::RowVectorBase< ELT > | inline |
RowVectorBase(int n, const ELT *cppInitialValues) | SimTK::RowVectorBase< ELT > | inline |
RowVectorBase(int n, int stride, const Scalar *s) | SimTK::RowVectorBase< ELT > | inline |
RowVectorBase(int n, int stride, Scalar *s) | SimTK::RowVectorBase< ELT > | inline |
RowVectorBase(MatrixHelper< Scalar > &h, const typename MatrixHelper< Scalar >::ShallowCopy &s) | SimTK::RowVectorBase< ELT > | inline |
RowVectorBase(const MatrixHelper< Scalar > &h, const typename MatrixHelper< Scalar >::ShallowCopy &s) | SimTK::RowVectorBase< ELT > | inline |
RowVectorBase(const MatrixHelper< Scalar > &h, const typename MatrixHelper< Scalar >::DeepCopy &d) | SimTK::RowVectorBase< ELT > | inline |
RowVectorBase(MatrixHelperRep< Scalar > *hrep) | SimTK::RowVectorBase< ELT > | inlineexplicitprotected |
size() const | SimTK::RowVectorBase< ELT > | inline |
sum() const | SimTK::RowVectorBase< ELT > | inline |
transpose() const | SimTK::RowVectorBase< ELT > | inline |
updIndex(const Array_< int > &indices) | SimTK::RowVectorBase< ELT > | inline |
updNegate() | SimTK::RowVectorBase< ELT > | inline |
updTranspose() | SimTK::RowVectorBase< ELT > | inline |
writeUnformatted(std::ostream &o, const RowVectorBase< E > &v) | SimTK::RowVectorBase< ELT > | related |