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

[Array] Adds dotProduct and clamp #458

Merged
merged 1 commit into from
Jan 17, 2021
Merged

[Array] Adds dotProduct and clamp #458

merged 1 commit into from
Jan 17, 2021

Conversation

dmed256
Copy link
Member

@dmed256 dmed256 commented Jan 17, 2021

Description

Adds more occa::array methods

  • dotProduct
  • clamp
  • clampMin
  • clampMax

@codecov
Copy link

codecov bot commented Jan 17, 2021

Codecov Report

Merging #458 (018a423) into main (9443ce0) will decrease coverage by 0.00%.
The diff coverage is 61.90%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #458      +/-   ##
==========================================
- Coverage   75.02%   75.01%   -0.01%     
==========================================
  Files         250      250              
  Lines       19102    19129      +27     
==========================================
+ Hits        14331    14350      +19     
- Misses       4771     4779       +8     
Impacted Files Coverage Δ
include/occa/functional/array.hpp 73.37% <61.90%> (-0.34%) ⬇️
include/occa/core/base.tpp 100.00% <0.00%> (ø)

@dmed256 dmed256 merged commit 6e7a38f into main Jan 17, 2021
@dmed256 dmed256 deleted the array/dot-product branch January 17, 2021 19:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant