Skip to content

Commit 690edd1

Browse files
authored
fix: add isEchelonForm and isReducedEchelonForm to typings
1 parent dee2a94 commit 690edd1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

matrix.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,8 @@ declare module 'ml-matrix' {
103103
isVector(): boolean;
104104
isSquare(): boolean;
105105
isSymmetric(): boolean;
106+
isEchelonForm(): boolean;
107+
isReducedEchelonForm(): boolean;
106108
set(rowIndex: number, columnIndex: number, value: number): Matrix;
107109
get(rowIndex: number, columnIndex: number): number;
108110
repeat(rowRep: number, colRep: number): Matrix;

0 commit comments

Comments
 (0)