|
|
|
|
|
by jolux
2294 days ago
|
|
LAPACK is the underlying library behind most linear algebra packages in other languages and furthermore it was just an example. My guess is that you probably don’t have just one line of matrix manipulation ever, in which case using a well established library is a good idea. If not, then sure. Do it yourself. But that’s still more code that you have to maintain now. |
|
10 lines of code is easier to maintain than a whole dependency.