Home
last modified time | relevance | path

Searched refs:mtm_MAT_out (Results 1 – 4 of 4) sorted by relevance

/dports/audio/praat/praat-6.2.03/melder/
H A DMAT.h334 extern void mtm_MAT_out (MATVU const& target, constMATVU const& x) noexcept;
337 mtm_MAT_out (result.get(), x); in mtm_MAT()
H A DMAT.cpp48 void mtm_MAT_out (MATVU const& target, constMATVU const& x) noexcept { in mtm_MAT_out() function
/dports/audio/praat/praat-6.2.03/dwtools/
H A DSSCP.cpp433 mtm_MAT_out (thy data.get(), part.get()); // sum of squares and cross products = T'T in TableOfReal_to_SSCP()
468 mtm_MAT_out (thy data.get(), part.get()); // sum of squares and cross products = T'T in TableOfReal_to_SSCP_rowWeights()
/dports/audio/praat/praat-6.2.03/dwsys/
H A DNUM2.cpp202 mtm_MAT_out (result, d.get()); in MATmtm_weighRows()