Home
last modified time | relevance | path

Searched defs:getSingularValuesAndVectors (Results 1 – 2 of 2) sorted by relevance

/dports/science/simbody/simbody-Simbody-3.7/SimTKmath/LinearAlgebra/src/
H A DFactorSVDRep.h50 …virtual void getSingularValuesAndVectors( Vector_<float>& values, Matrix_<float>& leftVectors, Mat… in getSingularValuesAndVectors() function
55 …virtual void getSingularValuesAndVectors( Vector_<double>& values, Matrix_<double>& leftVectors, M… in getSingularValuesAndVectors() function
61 …virtual void getSingularValuesAndVectors( Vector_<float>& values, Matrix_<std::complex<float> >& l… in getSingularValuesAndVectors() function
67 …virtual void getSingularValuesAndVectors( Vector_<double>& values, Matrix_<std::complex<double> >&… in getSingularValuesAndVectors() function
H A DFactorSVD.cpp133 void FactorSVD::getSingularValuesAndVectors( Vector_<typename CNT<T>::TReal >& values, Matrix_<T>& … in getSingularValuesAndVectors() function in SimTK::FactorSVD
274 void FactorSVDRep<T>::getSingularValuesAndVectors( Vector_<RType>& values, Matrix_<T>& leftVectors… in getSingularValuesAndVectors() function in SimTK::FactorSVDRep