{"id":24396772,"url":"https://github.com/boehnen/scalamatrixlibrary","last_synced_at":"2026-04-27T14:31:13.509Z","repository":{"id":169887846,"uuid":"185935327","full_name":"boehnen/ScalaMatrixLibrary","owner":"boehnen","description":"A matrix library for Scala that supports various matrix operations","archived":false,"fork":false,"pushed_at":"2025-01-14T19:25:08.000Z","size":75,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-29T14:46:17.917Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","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/boehnen.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2019-05-10T06:57:12.000Z","updated_at":"2025-01-14T19:25:08.000Z","dependencies_parsed_at":"2025-01-10T05:32:27.992Z","dependency_job_id":null,"html_url":"https://github.com/boehnen/ScalaMatrixLibrary","commit_stats":null,"previous_names":["justinboehnen/scalamatrixlibrary","boehnen/scalamatrixlibrary"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/boehnen/ScalaMatrixLibrary","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boehnen%2FScalaMatrixLibrary","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boehnen%2FScalaMatrixLibrary/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boehnen%2FScalaMatrixLibrary/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boehnen%2FScalaMatrixLibrary/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/boehnen","download_url":"https://codeload.github.com/boehnen/ScalaMatrixLibrary/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boehnen%2FScalaMatrixLibrary/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32341447,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T23:26:28.701Z","status":"online","status_checked_at":"2026-04-27T02:00:06.769Z","response_time":128,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2025-01-19T21:58:05.420Z","updated_at":"2026-04-27T14:31:13.490Z","avatar_url":"https://github.com/boehnen.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ScalaMatrixLibrary\n\nA matrix library for Scala that supports various matrix operations\n\n## Documentation\n\n**Transpose: Matrix** - this method transposes the Matrix, turning all rows into columns and columns into rows; these changes are returned in a new Matrix\n\n**Traverse (visit: Double =\u003e Unit): Unit** - calls a visit function over every element in the Matrix\n\n**Transform (visit: Double =\u003e Double): Matrix** - creates a new matrix with the values in the current matrix transformed by visit\n\n**RowSwap (rowA: Int, rowB: Int): Matrix** - swaps the elements of two rows; these changes are returned in a new Matrix\n\n**ReduceSum: Matrix** - adds up the values of all elements in each rows, making and returning a new Matrix with one column\n\n**PrintMat: Unit** - prints the entire matrix to stdout\n\n**Index (row: Int, col: Int): Double** - returns the value of the data stored at the given indices\n\n**GetSize: Array\\[Int]** - returns the size of the Matrix as an Array\n\n**Add (lvalue: Matrix, rvalue: Matrix): Matrix** - adds two matrices together, returning the resulting matrix.\n\n**Subtract (lvalue: Matrix, rvalue: Matrix): Matrix** - subtracts rvalue matrix from lvalue matrix, returning the resulting matrix.\n\n**Multiply (lvalue: Matrix, rvalue: Matrix): Matrix** - multiplies two matrices together, returning the cross product of the matrices.\n\n**AreEqual (lvalue: Matrix, rvalue: Matrix): Boolean** - evaluates whether lvalue and rvalue are identical matrices and returns the verdict.\n\n**Identity (dim: Int): Matrix** - returns an identity matrix of size dim.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fboehnen%2Fscalamatrixlibrary","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fboehnen%2Fscalamatrixlibrary","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fboehnen%2Fscalamatrixlibrary/lists"}