Home | History | Annotate | Download | only in Geometry

Lines Matching refs:ConstantBlock

403   typedef Replicate<const ConstantColumn,Rows,1>                        ConstantBlock;
405 typedef CwiseBinaryOp<internal::scalar_sum_op<typename Lhs::Scalar,typename Rhs::Scalar>, const LinearProduct, const ConstantBlock> Xpr;
414 typedef typename helper::ConstantBlock ConstantBlock;
420 + ConstantBlock(xpr.rhs().row(xpr.rhs().rows()-1),xpr.lhs().rows(), 1) )
456 typedef Replicate<const ConstantColumn,1,Cols> ConstantBlock;
458 typedef CwiseBinaryOp<internal::scalar_sum_op<typename Lhs::Scalar,typename Rhs::Scalar>, const LinearProduct, const ConstantBlock> Xpr;
467 typedef typename helper::ConstantBlock ConstantBlock;
473 + ConstantBlock(xpr.lhs().col(xpr.lhs().cols()-1),1,xpr.rhs().cols()) )