Searched refs:PardisoImpl (Results 1 - 1 of 1) sorted by relevance

/external/eigen/Eigen/src/PardisoSupport/
H A DPardisoSupport.h99 class PardisoImpl class in namespace:Eigen
116 PardisoImpl() function in class:Eigen::PardisoImpl
124 ~PardisoImpl()
174 inline const internal::solve_retval<PardisoImpl, Rhs>
179 && "PardisoImpl::solve(): invalid number of rows of the right hand side matrix b");
180 return internal::solve_retval<PardisoImpl, Rhs>(*this, b.derived());
188 inline const internal::sparse_solve_retval<PardisoImpl, Rhs>
193 && "PardisoImpl::solve(): invalid number of rows of the right hand side matrix b");
194 return internal::sparse_solve_retval<PardisoImpl, Rhs>(*this, b.derived());
281 PardisoImpl(PardisoImp
[all...]

Completed in 95 milliseconds