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

feat(validators): fix #1288 - add matrix dimension validation functions #1296

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Nelson-numerical-software
Copy link
Collaborator

  • Add mustBeRow, mustBeColumn, mustBeMatrix validation functions
  • Update core module narginchk and nargoutchk
  • Add documentation and tests for new validators
  • Implement internal validator functions in ValidatorsInternal

@Nelson-numerical-software Nelson-numerical-software linked an issue Nov 28, 2024 that may be closed by this pull request
- Add mustBeRow, mustBeColumn, mustBeMatrix validation functions
- Update core module narginchk and nargoutchk
- Add documentation and tests for new validators
- Implement internal validator functions in ValidatorsInternal
@Nelson-numerical-software Nelson-numerical-software force-pushed the feat-#1288-mustBeRow-mustBeColumn-mustBeMatrix branch from 04ac1a4 to 5dc1ead Compare November 28, 2024 20:29
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.

add mustBeMatrix, mustBeRow, mustBeColumn
1 participant