Home
last modified time | relevance | path

Searched refs:MatTMatMul_base (Results 1 – 10 of 10) sorted by relevance

/dports/science/mbdyn/mbdyn-1.7.3/libraries/libmbmath/
H A Dmh.cc183 MatrixHandler::MatTMatMul_base(void (MatrixHandler::*op)(integer iRow, in MatTMatMul_base() function in MatrixHandler
246 return MatTMatMul_base(&MatrixHandler::IncCoef, out, in); in MatTMatMul()
258 return MatTMatMul_base(&MatrixHandler::IncCoef, out, in); in MatTMatIncMul()
270 return MatTMatMul_base(&MatrixHandler::DecCoef, out, in); in MatTMatDecMul()
H A Dnaivemh.h156 MatTMatMul_base(void (MatrixHandler::*op)(integer iRow, integer iCol,
310 MatTMatMul_base(void (MatrixHandler::*op)(integer iRow, integer iCol,
H A Dmh.h161 MatTMatMul_base(void (MatrixHandler::*op)(integer iRow, integer iCol,
H A Dspmapmh.h279 MatTMatMul_base(void (MatrixHandler::*op)(integer iRow, integer iCol,
H A Dspmh.h244 MatTMatMul_base(void (MatrixHandler::*op)(integer iRow, integer iCol,
H A Dnaivemh.cc398 NaiveMatrixHandler::MatTMatMul_base( in MatTMatMul_base() function in NaiveMatrixHandler
638 NaivePermMatrixHandler::MatTMatMul_base( in MatTMatMul_base() function in NaivePermMatrixHandler
H A Dspmh.cc199 CompactSparseMatrixHandler_tpl<off>::MatTMatMul_base( in MatTMatMul_base() function in CompactSparseMatrixHandler_tpl
H A Dfullmh.h280 MatTMatMul_base(void (MatrixHandler::*op)(integer iRow, integer iCol,
H A Dspmapmh.cc239 SpMapMatrixHandler::MatTMatMul_base(void (MatrixHandler::*op)(integer iRow, in MatTMatMul_base() function in SpMapMatrixHandler
H A Dfullmh.cc744 FullMatrixHandler::MatTMatMul_base( in MatTMatMul_base() function in FullMatrixHandler
752 return MatrixHandler::MatTMatMul_base(op, out, in); in MatTMatMul_base()