12 template class CWiseFill<RowLik, double>;
13 template class CWiseFill<VectorLik, double>;
14 template class CWiseFill<MatrixLik, VectorLik>;
15 template class CWiseFill<MatrixLik, RowLik>;
17 template class CWisePattern<RowLik>;
18 template class CWisePattern<MatrixLik>;
20 template class CWiseMatching<RowLik, ReductionOf<RowLik>>;
21 template class CWiseMatching<MatrixLik, ReductionOf<MatrixLik>>;
22 template class CWiseMatching<Eigen::RowVectorXd, ReductionOf<double>>;
23 template class CWiseMatching<ExtendedFloatRowVectorXd, ReductionOf<ExtendedFloat>>;
24 template class CWiseMatching<MatrixLik, ReductionOf<RowLik>>;
26 template class CWiseCompound<MatrixLik, ReductionOf<RowLik>>;
27 template class CWiseCompound<MatrixLik, ReductionOf<VectorLik>>;
Defines the basic types of data flow nodes.