forum.alglib.net
http://forum.alglib.net/

How can I call SMatrixLDLT in Python?
http://forum.alglib.net/viewtopic.php?f=2&t=2127
Page 1 of 1

Author:  zhh210 [ Sat Sep 06, 2014 8:46 pm ]
Post subject:  How can I call SMatrixLDLT in Python?

I saw from ALGLIB user guide that there is a function SMatrixLDLT doing LDLT decomposition (http://www.alglib.net/matrixops/symmetric/ldlt.php). However, when I installed ALGLIB (python), I did see where I can call this function. From the online manual (http://www.alglib.net/translator/man/manual.cpp.html#unit_ldlt) I didn't see any example of calling that function.

In Python, the functions that starts with "SMatrix" are:
Quote:
xalglib.smatrixevd xalglib.smatrixrndmultiply
xalglib.smatrixevdi xalglib.smatrixtd
xalglib.smatrixevdr xalglib.smatrixtdevd
xalglib.smatrixgevd xalglib.smatrixtdevdi
xalglib.smatrixgevdreduce xalglib.smatrixtdevdr
xalglib.smatrixrndcond xalglib.smatrixtdunpackq


So my question is: how could I call LDLT decomposition in ALGLIB? Thanks.

Page 1 of 1 All times are UTC
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
http://www.phpbb.com/