NPPlugin Sample


Description

This sample application compares Javascript and NPPlugin about matrix multiplication time.

Running steps

1. Get the matrix length
2. Create two square matrixes with random generated number
3. Measure the multiplication time


Enter the matrix length : (100~500)


Javascript :

NPPlugin :