mirror of
https://github.com/josdejong/mathjs.git
synced 2026-02-01 16:07:46 +00:00
multiply() tests
This commit is contained in:
parent
a2d2e24e76
commit
961a15ae77
@ -1061,6 +1061,8 @@ describe('multiply', function() {
|
||||
});
|
||||
|
||||
it('should multiply matrix x matrix 1220 x 1220, Matrix Market, crs x dense matrix', function (done) {
|
||||
// increment test timeout, TODO: improve algorithm performance!
|
||||
this.timeout(4000);
|
||||
// import matrix
|
||||
market.import('tools/matrices/fpga_dcop_01.tar.gz', ['fpga_dcop_01/fpga_dcop_01.mtx'])
|
||||
.then(function (matrices) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user