mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-15 22:40:21 +00:00
Merge pull request #14615 from kulshekhar/patch-1
Add 'shape' property to the Matrix class
This commit is contained in:
Vendored
+3
-1
@@ -269,6 +269,8 @@ export class Vector {
|
||||
export class Matrix {
|
||||
|
||||
T: Matrix;
|
||||
|
||||
shape: number[];
|
||||
|
||||
/**
|
||||
* @method constructor
|
||||
@@ -586,4 +588,4 @@ export class Matrix {
|
||||
public toArray (): number[][];
|
||||
}
|
||||
|
||||
export class BLAS {}
|
||||
export class BLAS {}
|
||||
|
||||
Reference in New Issue
Block a user