Skip to content

Commit

Permalink
Add normcdf docs (#747)
Browse files Browse the repository at this point in the history
  • Loading branch information
cliffburdick committed Sep 11, 2024
1 parent c9f600d commit 7c29674
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions include/matx/operators/unary_operators.h
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,13 @@ namespace matx
*/
Op isinf( Op x) {}

/**
* Returns values from the standard normal cumulative distribution function
* @param x
* Input operator
*/
Op normcdf( Op x) {}

#else
DEFINE_UNARY_OP(sqrt, detail::SqrtOp);
DEFINE_UNARY_OP(csqrt, detail::CsqrtOp);
Expand Down

0 comments on commit 7c29674

Please sign in to comment.