Home
last modified time | relevance | path

Searched refs:lowerMatrixVector (Results 1 – 24 of 24) sorted by relevance

/dports/math/xlife++/xlifepp-sources-v2.0.1-2018-05-09/src/largeMatrix/denseStorage/
H A DColDenseStorage.hpp235 void lowerMatrixVector(const std::vector<M>&, const std::vector<V>&, std::vector<R>&) const;
238 …virtual void lowerMatrixVector(const std::vector<real_t>&m, const std::vector<real_t>&v, std::vect… in lowerMatrixVector() function in xlifepp::ColDenseStorage
239 {lowerMatrixVector<>(m,v,rv);} in lowerMatrixVector()
240 …virtual void lowerMatrixVector(const std::vector<real_t>&m, const std::vector<complex_t>&v, std::v… in lowerMatrixVector() function in xlifepp::ColDenseStorage
241 {lowerMatrixVector<>(m,v,rv);} in lowerMatrixVector()
242 …virtual void lowerMatrixVector(const std::vector<complex_t>&m, const std::vector<real_t>&v, std::v… in lowerMatrixVector() function in xlifepp::ColDenseStorage
243 {lowerMatrixVector<>(m,v,rv);} in lowerMatrixVector()
244 …virtual void lowerMatrixVector(const std::vector<complex_t>&m, const std::vector<complex_t>&v, std… in lowerMatrixVector() function in xlifepp::ColDenseStorage
245 {lowerMatrixVector<>(m,v,rv);} in lowerMatrixVector()
H A DDualDenseStorage.cpp262 DenseStorage::lowerMatrixVector(itm, vp, vpe, rp, rpe); in multMatrixVector()
276 DenseStorage::lowerMatrixVector(itm, itvb, itve, it_rb, it_re); in multMatrixVector()
287 DenseStorage::lowerMatrixVector(itm, itvb, itve, it_rb, it_re); in multMatrixVector()
316 DenseStorage::lowerMatrixVector(itu, itvb, itve, it_rb, it_re); // tU*tV = t(V*U) in multVectorMatrix()
326 DenseStorage::lowerMatrixVector(itu, itvb, itve, it_rb, it_re); // tU*tV = t(V*U) in multVectorMatrix()
376 void DualDenseStorage::lowerMatrixVector(const std::vector<M>& m, const std::vector<V>& v, std::vec… in lowerMatrixVector() function in xlifepp::DualDenseStorage
383 DenseStorage::lowerMatrixVector(itm, itvb, itve, itrb, itre); in lowerMatrixVector()
386 else DenseStorage::lowerMatrixVector(itm, itvb, itve, itrb, itre); in lowerMatrixVector()
401 DenseStorage::lowerMatrixVector(itm, itvb, itve, itrb, itre); in lowerD1MatrixVector()
404 else DenseStorage::lowerMatrixVector(itm, itvb, itve, itrb, itre); in lowerD1MatrixVector()
H A DSymDenseStorage.cpp219 DenseStorage::lowerMatrixVector(itm, vp, vpe, rp, rpe); // L*V in multMatrixVector()
234 DenseStorage::lowerMatrixVector(itm, itvb, itve, it_rb, it_re); // L*V in multMatrixVector()
247 DenseStorage::lowerMatrixVector(itm, itvb, itve, it_rb, it_re); // L*V in multMatrixVector()
265 …else {DenseStorage::lowerMatrixVector(itl, vp, vpe, rp, rpe, sym); } // matrix h… in multVectorMatrix()
279 …else { DenseStorage::lowerMatrixVector(itl, itvb, itve, it_rb, it_re, sym); } //… in multVectorMatrix()
291 …else {DenseStorage::lowerMatrixVector(itl, itvb, itve, it_rb, it_re, sym); } // … in multVectorMatrix()
391 void SymDenseStorage::lowerMatrixVector(const std::vector<M>& m, const std::vector<V>& v, std::vect… in lowerMatrixVector() function in xlifepp::SymDenseStorage
398 DenseStorage::lowerMatrixVector(itm, itvb, itve, itrb, itre); in lowerMatrixVector()
401 else DenseStorage::lowerMatrixVector(itm, itvb, itve, itrb, itre); in lowerMatrixVector()
415 DenseStorage::lowerMatrixVector(itm, itvb, itve, itrb, itre); in lowerD1MatrixVector()
[all …]
H A DSymDenseStorage.hpp215 void lowerMatrixVector(const std::vector<M>&, const std::vector<V>&, std::vector<R>&) const;
218 …virtual void lowerMatrixVector(const std::vector<real_t>&m, const std::vector<real_t>&v, std::vect… in lowerMatrixVector() function in xlifepp::SymDenseStorage
219 {lowerMatrixVector<>(m,v,rv);} in lowerMatrixVector()
220 …virtual void lowerMatrixVector(const std::vector<real_t>&m, const std::vector<complex_t>&v, std::v… in lowerMatrixVector() function in xlifepp::SymDenseStorage
221 {lowerMatrixVector<>(m,v,rv);} in lowerMatrixVector()
222 …virtual void lowerMatrixVector(const std::vector<complex_t>&m, const std::vector<real_t>&v, std::v… in lowerMatrixVector() function in xlifepp::SymDenseStorage
223 {lowerMatrixVector<>(m,v,rv);} in lowerMatrixVector()
224 …virtual void lowerMatrixVector(const std::vector<complex_t>&m, const std::vector<complex_t>&v, std… in lowerMatrixVector() function in xlifepp::SymDenseStorage
225 {lowerMatrixVector<>(m,v,rv);} in lowerMatrixVector()
H A DDualDenseStorage.hpp217 void lowerMatrixVector(const std::vector<M>&, const std::vector<V>&, std::vector<R>&) const;
220 …virtual void lowerMatrixVector(const std::vector<real_t>&m, const std::vector<real_t>&v, std::vect… in lowerMatrixVector() function in xlifepp::DualDenseStorage
221 {lowerMatrixVector<>(m,v,rv);} in lowerMatrixVector()
222 …virtual void lowerMatrixVector(const std::vector<real_t>&m, const std::vector<complex_t>&v, std::v… in lowerMatrixVector() function in xlifepp::DualDenseStorage
223 {lowerMatrixVector<>(m,v,rv);} in lowerMatrixVector()
224 …virtual void lowerMatrixVector(const std::vector<complex_t>&m, const std::vector<real_t>&v, std::v… in lowerMatrixVector() function in xlifepp::DualDenseStorage
225 {lowerMatrixVector<>(m,v,rv);} in lowerMatrixVector()
226 …virtual void lowerMatrixVector(const std::vector<complex_t>&m, const std::vector<complex_t>&v, std… in lowerMatrixVector() function in xlifepp::DualDenseStorage
227 {lowerMatrixVector<>(m,v,rv);} in lowerMatrixVector()
317 DenseStorage::lowerMatrixVector(it_l, it_vb, it_ve, it_rb, it_re, sym); in sorLowerMatrixVector()
H A DRowDenseStorage.hpp273 void lowerMatrixVector(const std::vector<M>&, const std::vector<V>&, std::vector<R>&) const;
276 …virtual void lowerMatrixVector(const std::vector<real_t>&m, const std::vector<real_t>&v, std::vect… in lowerMatrixVector() function in xlifepp::RowDenseStorage
277 {lowerMatrixVector<>(m,v,rv);} in lowerMatrixVector()
278 …virtual void lowerMatrixVector(const std::vector<real_t>&m, const std::vector<complex_t>&v, std::v… in lowerMatrixVector() function in xlifepp::RowDenseStorage
279 {lowerMatrixVector<>(m,v,rv);} in lowerMatrixVector()
280 …virtual void lowerMatrixVector(const std::vector<complex_t>&m, const std::vector<real_t>&v, std::v… in lowerMatrixVector() function in xlifepp::RowDenseStorage
281 {lowerMatrixVector<>(m,v,rv);} in lowerMatrixVector()
282 …virtual void lowerMatrixVector(const std::vector<complex_t>&m, const std::vector<complex_t>&v, std… in lowerMatrixVector() function in xlifepp::RowDenseStorage
283 {lowerMatrixVector<>(m,v,rv);} in lowerMatrixVector()
H A DDenseStorage.hpp106 void lowerMatrixVector(MatIterator&, VecIterator&, VecIterator&,
416 void DenseStorage::lowerMatrixVector(MatIterator& itm, VecIterator& itvb, VecIterator& itve, in lowerMatrixVector() function in xlifepp::DenseStorage
458 lowerMatrixVector(itm, itvb, itve, it_rb, it_re, sym); in parallelLowerMatrixVector()
746 lowerMatrixVector(itm, itvb, itve, it_rb, it_re, sym); in parallelUpperVectorMatrix()
H A DColDenseStorage.cpp274 void ColDenseStorage::lowerMatrixVector(const std::vector<M>& m, const std::vector<V>& v, std::vect… in lowerMatrixVector() function in xlifepp::ColDenseStorage
H A DRowDenseStorage.cpp213 void RowDenseStorage::lowerMatrixVector(const std::vector<M>& m, const std::vector<V>& v, std::vect… in lowerMatrixVector() function in xlifepp::RowDenseStorage
/dports/math/xlife++/xlifepp-sources-v2.0.1-2018-05-09/src/largeMatrix/skylineStorage/
H A DDualSkylineStorage.hpp306 void lowerMatrixVector(const std::vector<M>&, const std::vector<V>&, std::vector<R>&) const;
309 …virtual void lowerMatrixVector(const std::vector<real_t>&m, const std::vector<real_t>&v, std::vect… in lowerMatrixVector() function in xlifepp::DualSkylineStorage
310 {lowerMatrixVector<>(m,v,rv);} in lowerMatrixVector()
311 …virtual void lowerMatrixVector(const std::vector<real_t>&m, const std::vector<complex_t>&v, std::v… in lowerMatrixVector() function in xlifepp::DualSkylineStorage
312 {lowerMatrixVector<>(m,v,rv);} in lowerMatrixVector()
313 …virtual void lowerMatrixVector(const std::vector<complex_t>&m, const std::vector<real_t>&v, std::v… in lowerMatrixVector() function in xlifepp::DualSkylineStorage
314 {lowerMatrixVector<>(m,v,rv);} in lowerMatrixVector()
315 …virtual void lowerMatrixVector(const std::vector<complex_t>&m, const std::vector<complex_t>&v, std… in lowerMatrixVector() function in xlifepp::DualSkylineStorage
316 {lowerMatrixVector<>(m,v,rv);} in lowerMatrixVector()
H A DSymSkylineStorage.hpp319 void lowerMatrixVector(const std::vector<M>&, const std::vector<V>&, std::vector<R>&) const;
322 …virtual void lowerMatrixVector(const std::vector<real_t>&m, const std::vector<real_t>&v, std::vect… in lowerMatrixVector() function in xlifepp::SymSkylineStorage
323 {lowerMatrixVector<>(m,v,rv);} in lowerMatrixVector()
324 …virtual void lowerMatrixVector(const std::vector<real_t>&m, const std::vector<complex_t>&v, std::v… in lowerMatrixVector() function in xlifepp::SymSkylineStorage
325 {lowerMatrixVector<>(m,v,rv);} in lowerMatrixVector()
326 …virtual void lowerMatrixVector(const std::vector<complex_t>&m, const std::vector<real_t>&v, std::v… in lowerMatrixVector() function in xlifepp::SymSkylineStorage
327 {lowerMatrixVector<>(m,v,rv);} in lowerMatrixVector()
328 …virtual void lowerMatrixVector(const std::vector<complex_t>&m, const std::vector<complex_t>&v, std… in lowerMatrixVector() function in xlifepp::SymSkylineStorage
329 {lowerMatrixVector<>(m,v,rv);} in lowerMatrixVector()
H A DDualSkylineStorage.cpp341 SkylineStorage::lowerMatrixVector(rowPointer_, itl, vp, rp, _noSymmetry); // lower part in multMatrixVector()
356 SkylineStorage::lowerMatrixVector(rowPointer_, itl, itvb, itrb, _noSymmetry); //lower part in multMatrixVector()
405 void DualSkylineStorage::lowerMatrixVector(const std::vector<M>& m, const std::vector<V>& v, std::v… in lowerMatrixVector() function in xlifepp::DualSkylineStorage
414 SkylineStorage::lowerMatrixVector(rowPointer_, itmb, itvb, itrb, _noSymmetry); //lower part in lowerMatrixVector()
427 SkylineStorage::lowerMatrixVector(rowPointer_, itmb, itvb, itrb, _noSymmetry); //lower part in lowerD1MatrixVector()
H A DSymSkylineStorage.cpp355 SkylineStorage::lowerMatrixVector(rowPointer_, itl, vp, rp, _noSymmetry); // lower part in multMatrixVector()
371 SkylineStorage::lowerMatrixVector(rowPointer_, itl, itvb, itrb, _noSymmetry); // lower part in multMatrixVector()
642 void SymSkylineStorage::lowerMatrixVector(const std::vector<M>& m, const std::vector<V>& v, std::ve… in lowerMatrixVector() function in xlifepp::SymSkylineStorage
651 SkylineStorage::lowerMatrixVector(rowPointer_, itmb, itvb, itrb, _noSymmetry); //lower part in lowerMatrixVector()
664 SkylineStorage::lowerMatrixVector(rowPointer_, itmb, itvb, itrb, _noSymmetry); //lower part in lowerD1MatrixVector()
H A DSkylineStorage.hpp102 void lowerMatrixVector(const std::vector<number_t>& pointer,
565 void SkylineStorage::lowerMatrixVector(const std::vector<number_t>& pointer, in lowerMatrixVector() function in xlifepp::SkylineStorage
/dports/math/xlife++/xlifepp-sources-v2.0.1-2018-05-09/src/largeMatrix/
H A DMatrixStorage.hpp437 …virtual void lowerMatrixVector(const std::vector<real_t>&, const std::vector<real_t>&, std::vector… in lowerMatrixVector() function in xlifepp::MatrixStorage
439 …virtual void lowerMatrixVector(const std::vector<real_t>&, const std::vector<complex_t>&, std::vec… in lowerMatrixVector() function in xlifepp::MatrixStorage
441 …virtual void lowerMatrixVector(const std::vector<complex_t>&, const std::vector<real_t>&, std::vec… in lowerMatrixVector() function in xlifepp::MatrixStorage
443 …virtual void lowerMatrixVector(const std::vector<complex_t>&, const std::vector<complex_t>&, std::… in lowerMatrixVector() function in xlifepp::MatrixStorage
/dports/math/xlife++/xlifepp-sources-v2.0.1-2018-05-09/doc/tex/inputs/dev/
H A DDenseStorage.tex85 void lowerMatrixVector(MatIterator&, VecIterator&, VecIterator&,
H A DSkylineStorage.tex89 …void lowerMatrixVector(const std::vector<Number>&, MatIterator&, VecIterator&, ResIterator&, SymTy…
H A DCsStorage.tex146 void lowerMatrixVector(const std::vector<Number>&, const std::vector<Number>&,
/dports/math/xlife++/xlifepp-sources-v2.0.1-2018-05-09/src/largeMatrix/csStorage/
H A DDualCsStorage.hpp348 lowerMatrixVector(colIndex_, rowPointer_, it_m, it_vb, it_rb, sym); in sorLowerMatrixVector()
376 CsStorage::lowerMatrixVector(colIndex_, rowPointer_, it_m, it_vb, it_rb, sym); in lowerD1MatrixVector()
H A DDualCsStorage.cpp685 lowerMatrixVector(colIndex_, rowPointer_, itl, vp, rp, _noSymmetry); // lower part in multMatrixVector()
700 CsStorage::lowerMatrixVector(colIndex_, rowPointer_, itl, itvb, itrb, _noSymmetry); // lower part in multMatrixVector()
H A DSymCsStorage.cpp481 lowerMatrixVector(colIndex_, rowPointer_, itl, vp, rp, _noSymmetry); // lower part in multMatrixVector()
497 lowerMatrixVector(colIndex_, rowPointer_, itl, itvb, itrb, _noSymmetry); //lower part in multMatrixVector()
H A DCsStorage.hpp140 void lowerMatrixVector(const std::vector<number_t>& index, const std::vector<number_t>& pointer,
878 void CsStorage::lowerMatrixVector(const std::vector<number_t>& index, const std::vector<number_t>& … in lowerMatrixVector() function in xlifepp::CsStorage
H A DSymCsStorage.hpp406 lowerMatrixVector(colIndex_, rowPointer_, it_m, it_vb, it_rb, sym); in sorLowerMatrixVector()
/dports/math/xlife++/xlifepp-sources-v2.0.1-2018-05-09/doc/tex/
H A Dxlifepp-listings-style.sty258 …og, log10, logFile, logOff, logOn, loops, lowercase, lowerD1Solver, lowerMatrixVector, lowerPartSi…