Dark Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

pharo-ai/linear-algebra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

58 Commits

Repository files navigation

Linear Algebra

Fast linear algebra implemented using Pharo Lapack.

For the documentation, please refer to the pharo-ai wiki page: https://github.com/pharo-ai/wiki/blob/master/wiki/LinearAlgebra/LinearAlgebra.md

How to install it

To install linear-algebra, go to the Playground (Ctrl+O+W) in your Pharo image and execute the following Metacello script (select it and press Do-it button or Ctrl+D):

Metacello new
baseline: 'AILinearAlgebra';
repository: 'github://pharo-ai/linear-algebra/src';
load.

How to depend on it

If you want to add a dependency on linear-algebra to your project, include the following lines into your baseline method:

spec
baseline: 'AILinearAlgebra'
with: [ spec repository: 'github://pharo-ai/linear-algebra/src' ].

About

Fast linear algebra implemented using Pharo Lapack.

Topics

Resources

Readme

License

MIT license

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors