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

Implement stromx::runtime::operator==(Matrix, Matrix) #7

Closed
uboot opened this issue Oct 25, 2013 · 0 comments
Closed

Implement stromx::runtime::operator==(Matrix, Matrix) #7

uboot opened this issue Oct 25, 2013 · 0 comments
Assignees
Milestone

Comments

@uboot
Copy link
Owner

uboot commented Oct 25, 2013

Two matrices are equal if their sizes, value types and entries are the same. Implement this by comparing sizes and value types. If they are equal the data in each row can be compared using memcmp().

@ghost ghost assigned uboot Oct 29, 2013
@uboot uboot closed this as completed Oct 29, 2013
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

No branches or pull requests

1 participant