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

another bug with zero clifford #2

Closed
RobinHankin opened this issue Dec 1, 2019 · 2 comments
Closed

another bug with zero clifford #2

RobinHankin opened this issue Dec 1, 2019 · 2 comments

Comments

@RobinHankin
Copy link
Owner

> const(as.clifford(0))
Error in c_getcoeffs(L = blades(C), c = coeffs(C), m = maxyblade(C, C),  : 
  std::bad_alloc
In addition: Warning message:
In max(c(blades(C1), blades(C2), recursive = TRUE)) :
  no non-missing arguments to max; returning -Inf
> 
@RobinHankin
Copy link
Owner Author

possibly related:

> maxyblade(as.clifford(0),as.clifford(1))
[1] -Inf
Warning message:
In max(c(blades(C1), blades(C2), recursive = TRUE)) :
  no non-missing arguments to max; returning -Inf

@RobinHankin
Copy link
Owner Author

> is.homog(as.clifford(0))
[1] FALSE
Warning messages:
1: In min(g) : no non-missing arguments to min; returning Inf
2: In max(g) : no non-missing arguments to max; returning -Inf

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