Skip to content

Add inv and solve#726

Merged
svgeesus merged 1 commit into
mainfrom
feature/linalg
Jun 19, 2026
Merged

Add inv and solve#726
svgeesus merged 1 commit into
mainfrom
feature/linalg

Conversation

@facelessuser

Copy link
Copy Markdown
Collaborator

Add inv so that external libraries aren't required when developing new spaces, etc. Solve is related and requires very little code, so implement it as well.

@netlify

netlify Bot commented Mar 21, 2026

Copy link
Copy Markdown

Deploy Preview for colorjs ready!

Name Link
🔨 Latest commit 12cf1a7
🔍 Latest deploy log https://app.netlify.com/projects/colorjs/deploys/69bfe5df74f0480008ef3663
😎 Deploy Preview https://deploy-preview-726--colorjs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@facelessuser

Copy link
Copy Markdown
Collaborator Author

Figured I'd make this available if there was interest. I figure that inverting a matrix is a very common operation. While generally we'd like to avoid performing matrix inverts in the code for performance, it is useful when developing. Solve is related and was provided additionally for convenience.

Add inv so that external libraries aren't required when developing
new spaces, etc. Solve is related and requires very little code, so
implement it as well.
@svgeesus svgeesus merged commit 6b02676 into main Jun 19, 2026
5 checks passed
@svgeesus svgeesus deleted the feature/linalg branch June 19, 2026 13:45
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