stan-dev / stan-dev/math

error_handling: create error handling functions

Open
#50 13 comments 0 reactions 2 assignees View on GitHub

@seantalts is already working on this.

Since Feb 15, 2017.

feature good first issue new function
Dominant language
C++
Stars
839
Forks
220
Avg merge
2d 4h
Merged PRs (30d)
14

Description

List of functions:

  • stan/math/prim/arr/err/check_matching_sizes.hpp
  • stan/math/prim/arr/err/check_nonzero_size.hpp
  • stan/math/prim/arr/err/check_ordered.hpp
  • stan/math/prim/mat/err/check_cholesky_factor.hpp
  • stan/math/prim/mat/err/check_cholesky_factor_corr.hpp
  • stan/math/prim/mat/err/check_column_index.hpp
  • stan/math/prim/mat/err/check_corr_matrix.hpp
  • stan/math/prim/mat/err/check_cov_matrix.hpp
  • stan/math/prim/mat/err/check_ldlt_factor.hpp
  • stan/math/prim/mat/err/check_lower_triangular.hpp
  • stan/math/prim/mat/err/check_matching_dims.hpp
  • stan/math/prim/mat/err/check_multiplicable.hpp
  • stan/math/prim/mat/err/check_ordered.hpp
  • stan/math/prim/mat/err/check_pos_definite.hpp
  • stan/math/prim/mat/err/check_pos_semidefinite.hpp
  • stan/math/prim/mat/err/check_positive_ordered.hpp
  • stan/math/prim/mat/err/check_range.hpp
  • stan/math/prim/mat/err/check_row_index.hpp
  • stan/math/prim/mat/err/check_simplex.hpp
  • stan/math/prim/mat/err/check_spsd_matrix.hpp
  • stan/math/prim/mat/err/check_square.hpp
  • stan/math/prim/mat/err/check_std_vector_index.hpp
  • stan/math/prim/mat/err/check_symmetric.hpp
  • stan/math/prim/mat/err/check_unit_vector.hpp
  • stan/math/prim/mat/err/check_vector.hpp
  • stan/math/prim/scal/err/check_bounded.hpp
  • stan/math/prim/scal/err/check_finite.hpp
  • stan/math/prim/scal/err/check_greater.hpp
  • stan/math/prim/scal/err/check_greater_or_equal.hpp
  • stan/math/prim/scal/err/check_less.hpp
  • stan/math/prim/scal/err/check_less_or_equal.hpp
  • stan/math/prim/scal/err/check_nonnegative.hpp
  • stan/math/prim/scal/err/check_not_nan.hpp
  • stan/math/prim/scal/err/check_positive.hpp
  • stan/math/prim/scal/err/check_positive_finite.hpp
  • stan/math/prim/scal/err/check_positive_size.hpp
  • stan/math/prim/scal/err/check_size_match.hpp

Not applicable

  • stan/math/prim/scal/err/check_consistent_size.hpp
  • stan/math/prim/scal/err/check_consistent_sizes.hpp

From @syclik on October 26, 2014 6:44

We want simple functions that can be exposed through the language.

Copied from original issue: stan-dev/stan#1104

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.