Home
last modified time | relevance | path

Searched defs:MultiplyMatrices (Results 1 – 5 of 5) sorted by relevance

/dports/games/colobot/colobot-colobot-gold-0.2.0-alpha/src/math/
H A Dmatrix.h429 inline Math::Matrix MultiplyMatrices(const Math::Matrix &left, const Math::Matrix &right) in MultiplyMatrices() function
/dports/audio/faust/faust-2.37.3/tools/physicalModeling/mesh2faust/vega/libraries/matrix/
H A DmatrixBLASVanilla.cpp57 real * MultiplyMatrices(int m, int p, int n, real * mtx1, real * mtx2, real * output) in MultiplyMatrices() function
H A DmatrixBLASOptimized.cpp183 real * MultiplyMatrices(int m, int p, int n, real * mtx1, real * mtx2, real * output) in MultiplyMatrices() function
/dports/science/qwalk/mainline-1.0.1-300-g1b7e381/src/program_utils/
H A DMatrixAlgebrac.cpp540 void MultiplyMatrices(const Array2 <doublevar> & a, const Array2 <doublevar> & b, in MultiplyMatrices() function
/dports/biology/mrbayes/MrBayes-3.2.7/src/
H A Dutils.c13267 void MultiplyMatrices (int dim, MrBFlt **a, MrBFlt **b, MrBFlt **result) in MultiplyMatrices() function