Merge pull request #14615 from kulshekhar/patch-1

Add 'shape' property to the Matrix class
This commit is contained in:
Zhengbo Li
2017-02-14 12:06:54 -08:00
committed by GitHub
+3 -1
View File
@@ -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 {}