Home
last modified time | relevance | path

Searched refs:multLeftMatrixCol (Results 1 – 8 of 8) sorted by relevance

/dports/math/xlife++/xlifepp-sources-v2.0.1-2018-05-09/tests/unit/
H A Dunit_LargeMatrixDenseStorage.cpp814 Arow.multLeftMatrixCol(pB, pC, q); in unit_LargeMatrixDenseStorage()
816 Acol.multLeftMatrixCol(pB, pC, q); in unit_LargeMatrixDenseStorage()
818 Adual.multLeftMatrixCol(pB, pC, q); in unit_LargeMatrixDenseStorage()
820 Asym.multLeftMatrixCol(pB, pC, q); in unit_LargeMatrixDenseStorage()
H A Dunit_LowRankMatrix.cpp171 lrm.multLeftMatrixCol(&Mcol2.values()[1], &Mcolr2.values()[1], p); in unit_LowRankMatrix()
H A Dunit_Matrix.cpp279 rS.multLeftMatrixCol(&Mt[0],&Nt[0],2); in unit_Matrix()
/dports/math/xlife++/xlifepp-sources-v2.0.1-2018-05-09/tests/res/
H A Dunit_LowRankMatrix.res323 ======== multLeftMatrixCol MatCol*L =========
H A Dunit_LargeMatrixDenseStorage.res1839 ----------------------------------- test multLeftMatrixCol -----------------------------------
/dports/math/xlife++/xlifepp-sources-v2.0.1-2018-05-09/src/hierarchicalMatrix/
H A DApproximateMatrix.hpp79 …virtual void multLeftMatrixCol(T* M, T* R, number_t p) const=0; //!< left product by a col dense m…
171 …void multLeftMatrixCol(T* M, T* R, number_t p) const; //!< left product by a col dense matrix (ma…
1199 void LowRankMatrix<T>::multLeftMatrixCol(T* M, T* R, number_t p) const in multLeftMatrixCol() function in xlifepp::LowRankMatrix
/dports/math/xlife++/xlifepp-sources-v2.0.1-2018-05-09/src/utils/
H A DMatrix.hpp1021 void multLeftMatrixCol(K* mat, K* R, number_t p) const //! R = mat * M in multLeftMatrixCol() function in xlifepp::Matrix
/dports/math/xlife++/xlifepp-sources-v2.0.1-2018-05-09/src/largeMatrix/
H A DLargeMatrix.hpp402 …void multLeftMatrixCol(T* pM, T* pR, number_t p) const; //!< product dense col matrix * LargeMatri…
2557 void LargeMatrix<T>::multLeftMatrixCol(T* pM, T* pR, number_t p) const in multLeftMatrixCol() function in xlifepp::LargeMatrix