Skip to content

Vectorized overloads of logical_ functions #3252

@WardBrian

Description

@WardBrian

This would be required for stan-dev/stan#3300

We'd like to be able to write things like vector == real and get back and array of ints. The math library functions required:

  • stan::math::logical_eq
  • stan::math::logical_neq
  • stan::math::logical_lt
  • stan::math::logical_lte
  • stan::math::logical_gt
  • stan::math::logical_gte

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions