Home
last modified time | relevance | path

Searched defs:RowVectorBase (Results 1 – 4 of 4) sorted by relevance

/dports/science/simbody/simbody-Simbody-3.7/SimTKcommon/BigMatrix/include/SimTKcommon/internal/
H A DRowVectorBase.h70 RowVectorBase(const RowVectorBase& source) : Base(source) {} in RowVectorBase() function
73 RowVectorBase(const TNeg& source) : Base(source) {} in RowVectorBase() function
77 RowVectorBase(int n, const ELT& initialValue) in RowVectorBase() function
84 RowVectorBase(int n, const ELT* cppInitialValues) in RowVectorBase() function
99 RowVectorBase(int n, int stride, const Scalar* s) in RowVectorBase() function
102 RowVectorBase(int n, int stride, Scalar* s) in RowVectorBase() function
115 RowVectorBase(MatrixHelper<Scalar>& h, const typename MatrixHelper<Scalar>::ShallowCopy& s) in RowVectorBase() function
118RowVectorBase(const MatrixHelper<Scalar>& h, const typename MatrixHelper<Scalar>::ShallowCopy& s) in RowVectorBase() function
121RowVectorBase(const MatrixHelper<Scalar>& h, const typename MatrixHelper<Scalar>::DeepCopy& d) in RowVectorBase() function
307 explicit RowVectorBase(MatrixHelperRep<Scalar>* hrep) : Base(hrep) {} in RowVectorBase() function
H A DBigMatrix.h165 template <class ELT> class RowVectorBase; variable
/dports/science/simbody/simbody-Simbody-3.7/SimTKcommon/tests/
H A DTestBigMatrix.cpp111 template class RowVectorBase<double>; variable
121 template class RowVectorBase<negator<double> >; variable
/dports/science/opensim-core/opensim-core-4.1/Bindings/SWIGSimTK/
H A DBigMatrix.h178 template <class ELT> class RowVectorBase; variable
1533 RowVectorBase(const RowVectorBase& source) : Base(source) {} in RowVectorBase() function
1537 RowVectorBase(const TNeg& source) : Base(source) {} in RowVectorBase() function
1542 RowVectorBase(int n, const ELT& initialValue) in RowVectorBase() function
1549 RowVectorBase(int n, const ELT* cppInitialValues) in RowVectorBase() function
1565 RowVectorBase(int n, int stride, const Scalar* s) in RowVectorBase() function
1568 RowVectorBase(int n, int stride, Scalar* s) in RowVectorBase() function
1583 RowVectorBase(MatrixHelper<Scalar>& h, const typename MatrixHelper<Scalar>::ShallowCopy& s) in RowVectorBase() function
1586RowVectorBase(const MatrixHelper<Scalar>& h, const typename MatrixHelper<Scalar>::ShallowCopy& s) in RowVectorBase() function
1589RowVectorBase(const MatrixHelper<Scalar>& h, const typename MatrixHelper<Scalar>::DeepCopy& d) in RowVectorBase() function
[all …]