Home
last modified time | relevance | path

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

/dports/math/xlife++/xlifepp-sources-v2.0.1-2018-05-09/src/largeMatrix/eigenSparseInterface/
H A DLargeMatrixAdapterInverse.hpp48 class LargeMatrixAdapterInverse : public Operator<ScalarType> class
54 LargeMatrixAdapterInverse(LMatrix* p, FactorizationType fac) : lMatrix_p(p), fac_(fac) {} in LargeMatrixAdapterInverse() function in xlifepp::LargeMatrixAdapterInverse