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 Statically-sized MxN matrix implementation #3

Closed
doyubkim opened this issue May 25, 2016 · 0 comments
Closed

Implement Statically-sized MxN matrix implementation #3

doyubkim opened this issue May 25, 2016 · 0 comments
Assignees

Comments

@doyubkim
Copy link
Owner

Only 2x2, 3x3, 4x4 and FDM-based sparse matrices are currently implemented. For the completeness,

  • Add statically-sized MxN matrix implementation
  • Add dynamically-sized MxN matrix implementation (dense)
  • Add dynamically-sized MxN matrix implementation (sparse)
@doyubkim doyubkim added this to the Release v1.0.0 milestone May 25, 2016
@doyubkim doyubkim self-assigned this May 25, 2016
@doyubkim doyubkim changed the title Statically-sized MxN matrix implementation Implement Statically-sized MxN matrix implementation May 25, 2016
@doyubkim doyubkim added the p1 label Jun 12, 2016
@doyubkim doyubkim modified the milestones: Jet v1.x, Release v1.0.0 Dec 12, 2016
doyubkim added a commit that referenced this issue Apr 16, 2017
* Matrix/vector expressions
* Statically-sized matrix/vector (Issue #3)
* Dynamically-sized matrix/vector (Issue #4)
* Compressed sparse row matrix (Issue #5)
* Parallel reduce
* Other minor improvements
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant