| 1 | import assert from 'assert'; |
| 2 | import Matrix from '../../../src/recurrent/matrix'; |
| 3 | import multiplyElement from '../../../src/recurrent/matrix/multiply-element'; |
| 4 | import multiplyElementB from '../../../src/recurrent/matrix/multiply-element-b'; |
nothing calls this directly
no test coverage detected