{"id":16723070,"url":"https://github.com/musm/easytranspose.jl","last_synced_at":"2025-04-10T10:07:35.104Z","repository":{"id":61797795,"uuid":"160210085","full_name":"musm/EasyTranspose.jl","owner":"musm","description":"🐟 Easily transpose arrays and vectors","archived":false,"fork":false,"pushed_at":"2020-09-26T09:06:27.000Z","size":17,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-24T08:55:38.934Z","etag":null,"topics":["julia"],"latest_commit_sha":null,"homepage":"","language":"Julia","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/musm.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-12-03T15:11:21.000Z","updated_at":"2022-07-15T20:40:05.000Z","dependencies_parsed_at":"2022-10-21T11:15:22.743Z","dependency_job_id":null,"html_url":"https://github.com/musm/EasyTranspose.jl","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/musm%2FEasyTranspose.jl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/musm%2FEasyTranspose.jl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/musm%2FEasyTranspose.jl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/musm%2FEasyTranspose.jl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/musm","download_url":"https://codeload.github.com/musm/EasyTranspose.jl/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248198882,"owners_count":21063628,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["julia"],"created_at":"2024-10-12T22:36:46.118Z","updated_at":"2025-04-10T10:07:35.082Z","avatar_url":"https://github.com/musm.png","language":"Julia","funding_links":[],"categories":[],"sub_categories":[],"readme":"# EasyTranspose.jl\n\nEasily transpose arrays and vectors in Julia using `ᵀ`:\n\n```julia\nusing EasyTranspose\n\njulia\u003e [1, 2, 3]ᵀ == [1 2 3]\ntrue\n\n\njulia\u003e A = randn(3,5);\n\njulia\u003e (A)ᵀ\n5×3 Array{Float64,2}:\n  1.05165    -1.56987   -0.227402\n -0.0827963  -0.314905  -0.126144\n -0.944382    0.245913   1.43961\n -0.799775    0.571537   0.199715\n  0.369704   -0.323379  -0.49699\n```\n\n\nThis is accomplished by overloading the `*` operator.\n\n\ncredits: Jeffrey Sarnoff, Michael K. Borregaard\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmusm%2Feasytranspose.jl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmusm%2Feasytranspose.jl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmusm%2Feasytranspose.jl/lists"}