Skip to content

Add inv and solve#726

Open
facelessuser wants to merge 1 commit intomainfrom
feature/linalg
Open

Add inv and solve#726
facelessuser wants to merge 1 commit intomainfrom
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
Copy link
Copy Markdown

netlify bot commented Mar 21, 2026

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.
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.

1 participant