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