Home
last modified time | relevance | path

Searched refs:cppInitialValuesByRow (Results 1 – 3 of 3) sorted by relevance

/dports/science/simbody/simbody-Simbody-3.7/SimTKcommon/BigMatrix/include/SimTKcommon/internal/
H A DMatrix_.h93 Matrix_(int m, int n, const ELT* cppInitialValuesByRow) in Matrix_() argument
94 : Base(MatrixCommitment(), m, n, cppInitialValuesByRow) {} in Matrix_()
H A DMatrixBase.h239 const ELT* cppInitialValuesByRow) in MatrixBase() argument
241 { helper.copyInByRowsFromCpp(reinterpret_cast<const Scalar*>(cppInitialValuesByRow)); } in MatrixBase()
/dports/science/opensim-core/opensim-core-4.1/Bindings/SWIGSimTK/
H A DBigMatrix.h393 const ELT* cppInitialValuesByRow) in MatrixBase() argument
395 { helper.copyInByRowsFromCpp(reinterpret_cast<const Scalar*>(cppInitialValuesByRow)); } in MatrixBase()
1974 Matrix_(int m, int n, const ELT* cppInitialValuesByRow) in Matrix_() argument
1975 : Base(MatrixCommitment(), m, n, cppInitialValuesByRow) {} in Matrix_()