| Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
Next goals:
- Implement optimisations for multiplication in K-diagonal
- Add adjoint operation for complex matrices
- Determinant
- Algorithms: Gauss Jordan
|
|
- Vector iterators: allow to iterate on rows, columns or diagonals
- Transposition doesn't affect allocated space, O(1)
|
|
|
|
|
|
|
|
Creating the K-diagonal matrix
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Add a public header that includes the entire library "mm.hpp",
and move mmvec to a subdirectory "mm".
|
|
|