Skip to content

Conversation

@jishnub
Copy link
Member

@jishnub jishnub commented Apr 14, 2025

The following works after this:

julia> using LinearAlgebra, StaticArrays

julia> S = @SMatrix [1 2; 3 4]
2×2 SMatrix{2, 2, Int64, 4} with indices SOneTo(2)×SOneTo(2):
 1  2
 3  4

julia> 2^S
2×2 SMatrix{2, 2, Float64, 4} with indices SOneTo(2)×SOneTo(2):
 10.4827  14.1519
 21.2278  31.7106

@jishnub jishnub force-pushed the jishnub/matrix_exponentiation branch from 7a70895 to e068ea3 Compare April 14, 2025 18:03
@codecov
Copy link

codecov bot commented Apr 15, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.03%. Comparing base (830ea2f) to head (e068ea3).
Report is 4 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1289   +/-   ##
=======================================
  Coverage   92.03%   92.03%           
=======================================
  Files          34       34           
  Lines       15499    15499           
=======================================
  Hits        14265    14265           
  Misses       1234     1234           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@jishnub jishnub merged commit 61e444d into master Apr 15, 2025
4 checks passed
@jishnub jishnub deleted the jishnub/matrix_exponentiation branch April 15, 2025 02:51
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

Successfully merging this pull request may close these issues.

2 participants