matlab - Lapack SPPTRF available? -


do know if matlab supports lapack spptrf function.

this function quite bargain when gotta compute cholesky factorization of huge positive definite symmetric matrix.

it allows factorization giving upper triangular matrix, stored uni-dimensional matrix, input.

or, else, chol built-in function using spptrf internally?

edit

i have been able find lapack library on file exchange http://www.mathworks.com/matlabcentral/fileexchange/16777-lapack, desired implementation of spptrf function.

edit 2

matlab running on machine fatally crashing each time call spptrf.

is there alternative way directly handle function?


Comments

Popular posts from this blog

android - getbluetoothservice() called with no bluetoothmanagercallback -

sql - ASP.NET SqlDataSource, like on SelectCommand -

ios - Undefined symbols for architecture armv7: "_OBJC_CLASS_$_SSZipArchive" -