Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add norm1() and norm2() #1083

Closed
rok-cesnovar opened this issue Jan 2, 2022 · 1 comment · Fixed by #1140
Closed

Add norm1() and norm2() #1083

rok-cesnovar opened this issue Jan 2, 2022 · 1 comment · Fixed by #1140
Labels
feature New feature or request good first issue Good for newcomers

Comments

@rok-cesnovar
Copy link
Member

Now that stan-dev/math#2636 was merged we can expose:

norm1(vector) => real
norm1(row_vector) => real
norm1(array[] real) => real
norm2(vector) => real
norm2(row_vector) => real
norm2(array[] real) => real
@rok-cesnovar rok-cesnovar added good first issue Good for newcomers feature New feature or request labels Jan 2, 2022
@yizhang-yiz
Copy link

this has been sitting for a while. I'm on it, I need this.

@WardBrian WardBrian linked a pull request Mar 4, 2022 that will close this issue
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants