public EqualSizeVectorSequence(RDouble a, RInt b, int[] dimensions, Names names, Attributes attributes, int n, int depth, ValueArithmetic arit, ASTNode ast) {
super(a, b, dimensions, names, attributes, n, depth, arit, ast);
RIntSequence bs = RIntSequence.cast(b);
bfrom = bs.from();
bstep = bs.step();
}
@Override
public double getDouble(int i) {