search for: 363670

Displaying 1 result from an estimated 1 matches for "363670".

Did you mean: 36360
2011 May 27
2
Use apply on a function with multiple argument including a matrix ?
Hello, I wrote a function that takes a matrix M and several numeric parameters as arguments. It returns a square matrix (same number of rows than M). I need to use this function n times (n>1000) with random parameters. I would like to increase the speed of this computation in order to increase the size of M I can use as an input. To do so, I would like to use a function of the apply family