We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0d4b0c commit d2bddcfCopy full SHA for d2bddcf
README.md
@@ -10,11 +10,16 @@ Include this in your composer.json and then run `composer install`:
10
11
"mcordingley/linearalgebra": "~0.9.1"
12
13
+If Composer isn't an option for you,
14
+[download](https://github.com/mcordingley/LinearAlgebra/blob/master/linear-algebra.phar)
15
+`linear-algebra.phar` and include it in your project. PHP will autoload classes
16
+from inside the archive as needed.
17
+
18
## Usage
19
20
Start with a `use` statement for the class:
21
- use \mcordingley\LinearAlgebra\Matrix;
22
+ use mcordingley\LinearAlgebra\Matrix;
23
24
Then, instantiate a new instance of the matrix class like so:
25
0 commit comments