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

SparseMatrix: Relax type constraint #138

Closed
DLehenbauer opened this issue Sep 24, 2019 · 1 comment
Closed

SparseMatrix: Relax type constraint #138

DLehenbauer opened this issue Sep 24, 2019 · 1 comment

Comments

@DLehenbauer
Copy link
Contributor

From Tyler's feedback:

it seems like you can only store an UnboxedOper in a SparseMatrix, and UnboxedOper = undefined | boolean | number | string;

I think this constraint is arbitrary (due to historical ties to calc) and can be trivially relaxed to any JSON serializable type (see also #136)

@DLehenbauer
Copy link
Contributor Author

(Done)

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