mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
Add 'shape' property to the Matrix class
This commit is contained in:
parent
8e2708ca21
commit
282fc7e05b
4
vectorious/index.d.ts
vendored
4
vectorious/index.d.ts
vendored
@ -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 {}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user