Skip to content

Commit 1627bf9

Browse files
committed
Deprecate isSymmetric()`
1 parent 7f5516c commit 1627bf9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Matrix.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -304,6 +304,7 @@ protected function getLUDecomp()
304304

305305
/**
306306
* @return boolean
307+
* @deprecated Not useful enough to remain. Test if the transpose is equal, instead.
307308
*/
308309
public function isSymmetric()
309310
{

0 commit comments

Comments
 (0)