Code covered by the BSD License
-
mtimesx(varargin)
mtimesx does a matrix multiply of two inputs (single, double, or sparse)
-
mtimesx_build(x)
mtimesx_build compiles mtimesx.c with BLAS libraries
-
mtimesx_sparse(a,transa,b,tra...
mtimesx_sparse does sparse matrix multiply of two inputs
-
mtimesx_test_ddequal
Test routine for mtimesx, op(double) * op(double) equality vs MATLAB
-
mtimesx_test_ddspeed(nn,detai...
Test routine for mtimesx, op(double) * op(double) speed vs MATLAB
-
mtimesx_test_dsequal
Test routine for mtimesx, op(double) * op(single) equality vs MATLAB
-
mtimesx_test_dsspeed(nn,detai...
Test routine for mtimesx, op(double) * op(single) speed vs MATLAB
-
mtimesx_test_nd(n)
Test routine for mtimesx, multi-dimensional speed and equality to MATLAB
-
mtimesx_test_sdequal
Test routine for mtimesx, op(single) * op(double) equality vs MATLAB
-
mtimesx_test_sdspeed(nn,detai...
Test routine for mtimesx, op(single) * op(double) speed vs MATLAB
-
mtimesx_test_ssequal
Test routine for mtimesx, op(single) * op(single) equality vs MATLAB
-
mtimesx_test_ssspeed(nn,detai...
Test routine for mtimesx, op(single) * op(single) speed vs MATLAB
-
View all files
|
|
| All files for MTIMESX - Fast Matrix Multiply with Multi-Dimensional Support |
/license.txt
/mtimesx.c
/mtimesx.m
/mtimesx_20110223.pdf
/mtimesx_RealTimesReal.c
/mtimesx_build.m
/mtimesx_sparse.m
/mtimesx_test_ddequal.m
/mtimesx_test_ddspeed.m
/mtimesx_test_dsequal.m
/mtimesx_test_dsspeed.m
/mtimesx_test_nd.m
/mtimesx_test_sdequal.m
/mtimesx_test_sdspeed.m
/mtimesx_test_ssequal.m
/mtimesx_test_ssspeed.m
|
|
Contact us at files@mathworks.com