File tree Expand file tree Collapse file tree 8 files changed +22
-22
lines changed
Expand file tree Collapse file tree 8 files changed +22
-22
lines changed Original file line number Diff line number Diff line change 2525 },
2626 "autoload" : {
2727 "psr-4" : {
28- "mcordingley \\ LinearAlgebra\\ " : " src/"
28+ "MCordingley \\ LinearAlgebra\\ " : " src/"
2929 }
3030 },
3131 "autoload-dev" : {
3232 "psr-4" : {
33- "mcordingley \\ LinearAlgebraTest\\ " : " tests/"
33+ "MCordingley \\ LinearAlgebraTest\\ " : " tests/"
3434 }
3535 }
3636}
Original file line number Diff line number Diff line change 22
33declare (strict_types = 1 );
44
5- namespace mcordingley \LinearAlgebra \Decomposition ;
5+ namespace MCordingley \LinearAlgebra \Decomposition ;
66
7- use mcordingley \LinearAlgebra \Matrix ;
8- use mcordingley \LinearAlgebra \MatrixException ;
7+ use MCordingley \LinearAlgebra \Matrix ;
8+ use MCordingley \LinearAlgebra \MatrixException ;
99
1010final class LU
1111{
Original file line number Diff line number Diff line change 22
33declare (strict_types = 1 );
44
5- namespace mcordingley \LinearAlgebra \Decomposition ;
5+ namespace MCordingley \LinearAlgebra \Decomposition ;
66
7- use mcordingley \LinearAlgebra \Matrix ;
8- use mcordingley \LinearAlgebra \MatrixException ;
7+ use MCordingley \LinearAlgebra \Matrix ;
8+ use MCordingley \LinearAlgebra \MatrixException ;
99
1010final class LUP
1111{
Original file line number Diff line number Diff line change 22
33declare (strict_types = 1 );
44
5- namespace mcordingley \LinearAlgebra ;
5+ namespace MCordingley \LinearAlgebra ;
66
7- use mcordingley \LinearAlgebra \Decomposition \LUP ;
7+ use MCordingley \LinearAlgebra \Decomposition \LUP ;
88
99final class Matrix
1010{
Original file line number Diff line number Diff line change 11<?php
22
3- namespace mcordingley \LinearAlgebra ;
3+ namespace MCordingley \LinearAlgebra ;
44
55use Exception ;
66
Original file line number Diff line number Diff line change 22
33declare (strict_types = 1 );
44
5- namespace mcordingley \LinearAlgebraTest ;
5+ namespace MCordingley \LinearAlgebraTest ;
66
7- use mcordingley \LinearAlgebra \Decomposition \LUP ;
8- use mcordingley \LinearAlgebra \Matrix ;
9- use mcordingley \LinearAlgebra \MatrixException ;
7+ use MCordingley \LinearAlgebra \Decomposition \LUP ;
8+ use MCordingley \LinearAlgebra \Matrix ;
9+ use MCordingley \LinearAlgebra \MatrixException ;
1010use PHPUnit_Framework_TestCase ;
1111
1212final class LUPTest extends PHPUnit_Framework_TestCase
Original file line number Diff line number Diff line change 22
33declare (strict_types = 1 );
44
5- namespace mcordingley \LinearAlgebraTest ;
5+ namespace MCordingley \LinearAlgebraTest ;
66
7- use mcordingley \LinearAlgebra \Decomposition \LU ;
8- use mcordingley \LinearAlgebra \Matrix ;
9- use mcordingley \LinearAlgebra \MatrixException ;
7+ use MCordingley \LinearAlgebra \Decomposition \LU ;
8+ use MCordingley \LinearAlgebra \Matrix ;
9+ use MCordingley \LinearAlgebra \MatrixException ;
1010use PHPUnit_Framework_TestCase ;
1111
1212final class LUTest extends PHPUnit_Framework_TestCase
Original file line number Diff line number Diff line change 22
33declare (strict_types = 1 );
44
5- namespace mcordingley \LinearAlgebraTest ;
5+ namespace MCordingley \LinearAlgebraTest ;
66
7- use mcordingley \LinearAlgebra \Matrix ;
8- use mcordingley \LinearAlgebra \MatrixException ;
7+ use MCordingley \LinearAlgebra \Matrix ;
8+ use MCordingley \LinearAlgebra \MatrixException ;
99use PHPUnit_Framework_TestCase ;
1010
1111final class MatrixTest extends PHPUnit_Framework_TestCase
You can’t perform that action at this time.
0 commit comments