Included createDiff in factoriesAny

This commit is contained in:
Tom Hickson 2020-04-08 18:57:06 +01:00
parent bc3cbbcb20
commit 49a6521472

View File

@ -74,6 +74,7 @@ export { createGetMatrixDataType } from './function/matrix/getMatrixDataType'
export { createIdentity } from './function/matrix/identity'
export { createKron } from './function/matrix/kron'
export { createMap } from './function/matrix/map'
export { createDiff } from './function/matrix/diff'
export { createOnes } from './function/matrix/ones'
export { createRange } from './function/matrix/range'
export { createReshape } from './function/matrix/reshape'