Searched defs:MatrixView_ (Results 1 – 5 of 5) sorted by relevance
52 explicit MatrixView_(MatrixHelperRep<S>* hrep) : Base(hrep) {} in MatrixView_() function57 MatrixView_(const MatrixView_& m) in MatrixView_() function68 …MatrixView_(const MatrixHelper<S>& h) : Base(MatrixCommitment(), h, typename MatrixHelper<S>::Shal… in MatrixView_() function69 …MatrixView_(MatrixHelper<S>& h) : Base(MatrixCommitment(), h, typename MatrixHelper<S>::Shal… in MatrixView_() function
167 template <class ELT = Real> class MatrixView_; variable
112 template class MatrixView_<double>; variable122 template class MatrixView_<negator<double> >; variable
180 template <class T=Real> class MatrixView_; variable1813 explicit MatrixView_(MatrixHelperRep<S>* hrep) : Base(hrep) {} in MatrixView_() function1819 MatrixView_(const MatrixView_& m) in MatrixView_() function1835 …MatrixView_(const MatrixHelper<S>& h) : Base(MatrixCommitment(), h, typename MatrixHelper<S>::Shal… in MatrixView_() function1836 …MatrixView_(MatrixHelper<S>& h) : Base(MatrixCommitment(), h, typename MatrixHelper<S>::Shal… in MatrixView_() function1912 MatrixView_<ELT>::MatrixView_(DeadMatrixView_<ELT>& dead) in MatrixView_() function
58 template class MatrixView_< complex<double> >; variable